shazow / whatsabi

Extract the ABI (and resolve proxies, and get other metadata) from Ethereum bytecode, even without source code.
https://shazow.github.io/whatsabi/
MIT License
1.07k stars 77 forks source link

Feature request: Add Blockscout API support #149

Closed yohamta closed 1 week ago

yohamta commented 3 weeks ago

I'd like to propose adding support for the Blockscout API to improve our contract data coverage. The plan is to create a BlockscoutABILoader that would fetch contract and ABI information from Blockscout's endpoints.

Blockscout API Documentation:

If this looks good, I'll follow up with a PR.

shazow commented 3 weeks ago

Sounds great, yes please!