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

loaders: Fix SourcifyABILoader failure in browsers, add MultiABILoader test #63

Closed shazow closed 11 months ago

shazow commented 11 months ago

Sourcify was still failing to return [] when window.fetch is used, which was preventing MultiABILoader from falling through to the Etherscan loader.