Skip to content

Velenir/apply-abi-on-etherscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published