Contract Functions

Some contract functions can not get carried out by the SDK and have to get triggered on the contract itself.

Every contract function listed below can only get called by the admin of the contract (except claim ownership).

Unsupported Contract Functions

Tutorial on how you can call contract functions:

  1. Open a block explorer of the chain your contract is deployed on:

    Polygon: https://polygonscan.com/ Gnosis: https://gnosisscan.io/ Ethereum: https://etherscan.io/

  2. Enter your data union contract address

  3. Open the tab Contract -> Write Contract

  4. Connect your wallet (Has to be the data union admin wallet) You can import the private key of your admin address to MetaMask and connect it to the explorer.

  5. Execute your desired contract function

Last updated