Verifying your smart contract
Ethereum and Polygon contracts should be verified on Etherscan or Polygonscan respectively. 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 instead. - Click
Add
and the list in the Partner Dashboard will update to show your added contract.
After verifying your smart contract, you will be able to interact with Wert as required. If you make any changes, you will need to add the new contract and ABI.
If you are using a proxy contract, please save the proxy address against the ABI of the implementation contract.
Updated 2 months ago
Documentation related to this page