Custom ABI

An ABI contains details about the interactions that can occur with a smart contract. Developers can choose to "verify" a contract by uploading the ABI to Etherscan.

Not all contracts are verified, and as such, we allow you to specify a custom ABI if you know the ABI of an unverified contract.

This will let you choose the method you want from the dropdown list, and encode the transaction data accordingly.

Last updated