ContractFuzzer icon indicating copy to clipboard operation
ContractFuzzer copied to clipboard

Crawler failing to fetch data from Etherscan

Open AminoACID123 opened this issue 5 years ago • 1 comments

I have just run your crawler trying to get smart contract source code from Etherscan, but received an error message. I noticed that the Etherscan is using Cloudflare for security purposes, making the python requests module unable to get the desired data. Could you provide a solution for this? Btw, if I want to fuzz a large amount of smart contracts, do I have to manually edit the contract configuration files one by one?

AminoACID123 avatar Jan 25 '20 08:01 AminoACID123

We may need some time to work out a solution.

Yes, Contract configuration file for deployment should be edited one by one since their deployment option may differ case by case, a template may help.

gongbell avatar Jan 26 '20 02:01 gongbell