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

Fix getting ABI from Sourcify metadata #10

Closed kuzdogan closed 2 years ago

kuzdogan commented 2 years ago

The metadata file contains the abi under outputs.abi and that should be returned instead of the full metadata file.

shazow commented 2 years ago

Thank you!