nicedinner

Results 4 issues of nicedinner

I'm trying to test smart contract security issues with py-evm. Suppose i execute a set of transactions, check out the contract state after the transactions and find no loophole triggered....

When i try to extracting deployment transactions use follow code. $ rm example/crowdsale/transactions.json # this line is good $ python3 script/extract.py --proj example/crowdsale/ --port 8545 # this line cause the...

How did the authors obtain the 42 exploited projects and 45,000 projects? It is really important for my research to acquire them, particularly the 42 projects.

If i want to obtain the results reported in sailfish paper, which of the follow code should I run? python contractlint.py -c ../../test_cases/reentrancy/mutex_fp_prunning_non_reentrant.sol -o -r range -p DAO,TOD -oo -sv...