Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 525 Bytes

Apply ABI on Etherscan

UserScript that adds an option to use ABI from a different contract to etherscan's Read Contract/Write Contract/Events panes.

Useful when there's need to interact with a Proxy contract -- apply to it ABI from the Proxied implementation contract and make calls as if the Proxy was initialized as

new web3.eth.Contract(Proxied.abi, Proxy.address)

For Events pane it allows to decode event names and method signatures.

example

License

Licensed under the MIT license.