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.06k stars 74 forks source link

autoload: Don't override verified results #34

Closed shazow closed 1 year ago

shazow commented 1 year ago

Right now there's a dumb merge function that combines bytecode results with API-fetched results (when available). Would be better to just leave the API-fetched results alone when available.