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.
Licensed under the MIT license.