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: Behave on non-contract address #59

Open shazow opened 1 year ago

shazow commented 1 year ago

What should autoload do if you give it a non-contract address? Just return an empty ABI? Throw an error?