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.04k stars 71 forks source link

autoload: Use recent transactions to find methods? #41

Open shazow opened 1 year ago

shazow commented 1 year ago

https://etherscan.io/address/0xa2afbedf7e5c8bf94ee7a4f7912359104c186881 is an example of a contract that we fail to parse, but recent transactions show successful method calls. Likely a proxy?

It's kinda cheating but could be useful nonetheless?