Verifying your smart contract
EVM-compatible smart contracts have to be verified on a block explorer. If your contract cannot be verified, you will need to add it to your Partner Dashboard. You can do so by following these steps:
- Login to your Partner Dashboard and locate the
Settings -> Smart Contracts
option. - Click the
Add New Smart Contract
button to open the interaction. - Add your smart contract address to the
SC address
field and the ABI of the implementation contract to theContract ABI
field.
If you are using a proxy contract, save the proxy address in theSC address
field against the ABI of the implementation contract. - Click
Add
and the list in the Partner Dashboard will update to show your added contract.
After verifying your smart contract, you can interact with Wert as required. If you make any changes, you must add the new contract and ABI.
EVM-compatible smart contracts run on blockchains that support the Ethereum Virtual Machine, these include:
- Ethereum
- Polygon
- Arbitrum
- Binance
- Base
- Shibarium
- Theta
For contracts on other blockchains, verification isn't needed.
Updated about 1 month ago
Documentation related to this page