Install
Velenir / Apply ABI on Etherscan

Published:

Version: 1.1.3+762de02 updated

Summary: Adds an option to use abi from a different contract to etherscan's Read Contract/Write Contract panes

Homepage: https://github.com/Velenir/apply-abi-on-etherscan/

Support: https://github.com/Velenir/apply-abi-on-etherscan/issues

License: MIT

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.

Rating: 0