Contract Functions
Last updated
Last updated
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).
JoinPart functions | Ownership functions | Module functions |
---|---|---|
Open a block explorer of the chain your contract is deployed on:
Polygon: https://polygonscan.com/ Gnosis: https://gnosisscan.io/ Ethereum: https://etherscan.io/
Enter your data union contract address
Open the tab Contract -> Write Contract
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.
Execute your desired contract function
addJoinPartAgent
transferOwnership
setWithdrawModule
addJoinPartAgents
claimOwnership
lockModules
removeJoinPartAgent
addJoinListener
removeJoinListener
addPartListener
removePartListener