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:

  1. Login to your Partner Dashboard and locate the Settings -> Smart Contracts option.
  2. Click the Add New Smart Contract button to open the interaction.
  3. Add your smart contract address to the SC address field and the ABI of the implementation contract to the Contract ABI field. If you are using a proxy contract, save the proxy address in the SC address field instead.
  4. 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.


Documentation related to this page