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

src/loaders.ts: Add devdoc and userdoc support for SourcifyABILoader #116

Closed yohamta closed 1 week ago

yohamta commented 1 week ago

Resolves #114

Add support for retrieving userdoc and devdoc metadata in the Sourcify ABI loader.

Note: The userdoc and devdoc metadata are not available in Etherscan's results. These fields will only be populated when using the Sourcify ABI Loader for now.