The NFTDAO Delegate contract is what all of our other DAO contracts use to execute the dynamic function calls.
You can find the NFTDAO Delegate contract for Omakasea’s DAOs here.
Read Contract Function | Purpose |
---|---|
balanceOf | |
isDao | |
owner | |
percentToVote | |
percentToVoteFrozen | |
votingDuration | |
votingDurationFrozen | |
votings |
Write Contract Function | Purpose |
---|---|
activateVoting | |
changePercentToVote | |
changeVotingDuration | |
createVoting | |
freezePercentToVoteFrozen | |
freezeVotingDuration | |
signVoting | |
withdraw | |
withdrawTokens |