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 76 forks source link

autoload: Add AutoloadResult.isFactory #144

Closed shazow closed 3 weeks ago

shazow commented 4 weeks ago

Adds AutoloadResult.isFactory property for when a CREATE/CREATE2 opcode is present.

Will be useful for end-users to distinguish some proxy scenarios. (e.g. #142)

TODO