ethereum-ponzi icon indicating copy to clipboard operation
ethereum-ponzi copied to clipboard

Scripts and public dataset for "Dissecting Ponzi schemes in Ethereum"

Results 3 ethereum-ponzi issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to run your code and want to detect Ponz Smart Contracts. Could you help to start this experiment? I have done the following steps; 1. git...

EmptyResponse Traceback (most recent call last) in () ----> 1 trans = api.get_all_transactions() /export/home/rkalak/.local/lib/python3.6/site-packages/etherscan/accounts.py in get_all_transactions(self, offset, sort, internal) 90 while True: 91 self.build_url() ---> 92 req = self.connect() 93...

I have read your paper , it was nice research efforts. However, I just want to know about the detection of the Ponzi smart contract. You said in your paper...