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).
- 1.Open a block explorer of the chain your contract is deployed on:
- 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 modified 11mo ago