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/loader.ts: Add fallback for contract name in SourcifyABILoader #121

Closed yohamta closed 1 week ago

yohamta commented 1 week ago

Resolves #117

Add fallback in the SourcifyABILoader to handle cases where the contract name is missing from the Natspec comments (devdoc.title).

shazow commented 1 week ago

Thank you!!