Governance

Verified contract

Active on Ethereum with 147 txns
Deployed by via 0x9c2adb40 at 13499756
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $412,074.75
ERC-20
--
ERC-20
--
0x98c3ecfcbcadc775b9359eb8884956b5cd82f4e20e72d82c8f0512609f8d8bfc
0xc69ed0a0a5fda157f57da7c591a21785b4995454a36e814b74759e81694f5b75
0x674205c6a86f61dcd52f4c3d20ffe29cbb648113eb35a4c478049da24502aa11
0x49e4d0ba9c021754012be99da921e7607171a606f7a957c14c0d5ded0bbba15b
0xb4fef6959152d798fc6aa9475b5d480a3b1f67c71df8a5ab2c9eedde03a0e9be
0xcbe0404d1af349e34a5bab9c8d3d16c9be4311c163974d12ca27801de38c9738
0xb160b636ec03a61c9d70eae85f45316ac91ab39b638af00d338d10fcc76872c0
0xcd61b0c05dc753864613e6c8922619dcd1fd5c5d9e12b2cb1386621f5e142530
0x64fa9ad353f59123ea0b211528fa1e34ceefc5d7e632caeccbfff39d3af3db62
From
0xe3497bca5b874977234568cfe852b3df8bffd16127d75af3bc24bc61deff3f25

Functions
Getter at block 21011845
acceptanceThreshold(view returns (uint256)
65
activeDuration(view returns (uint256)
604800
gracePeriodDuration(view returns (uint256)
259200
isActive(view returns (bool)
true
lastProposalId(view returns (uint256)
2
minQuorum(view returns (uint256)
35
queueDuration(view returns (uint256)
259200
warmUpDuration(view returns (uint256)
259200
Read-only
abrogationProposals(uint256view returns (address creatoruint256 createTimestring descriptionuint256 forVotesuint256 againstVotes)
getAbrogationProposalReceipt(uint256 proposalIdaddress voterview returns (struct GovernanceReceipt)
getActions(uint256 proposalIdview returns (address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatas)
getProposalParameters(uint256 proposalIdview returns (struct GovernanceProposalParameters)
getProposalQuorum(uint256 proposalIdview returns (uint256)
getReceipt(uint256 proposalIdaddress voterview returns (struct GovernanceReceipt)
latestProposalIds(addressview returns (uint256)
proposals(uint256view returns (uint256 idaddress proposerstring descriptionstring titleuint256 createTimeuint256 etauint256 forVotesuint256 againstVotesbool canceledbool executedstruct GovernanceProposalParameters parameters)
queuedTransactions(bytes32view returns (bool)
state(uint256 proposalIdview returns (uint8)
State-modifying
abrogateProposal(uint256 proposalId
abrogationProposal_cancelVote(uint256 proposalId
abrogationProposal_castVote(uint256 proposalIdbool support
activate(
cancelProposal(uint256 proposalId
cancelVote(uint256 proposalId
castVote(uint256 proposalIdbool support
execute(uint256 proposalIdpayable 
initialize(address daoStakingAddr
propose(address[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasstring descriptionstring titlereturns (uint256)
queue(uint256 proposalId
setAcceptanceThreshold(uint256 threshold
setActiveDuration(uint256 period
setGracePeriodDuration(uint256 period
setMinQuorum(uint256 quorum
setQueueDuration(uint256 period
setWarmUpDuration(uint256 period
startAbrogationProposal(uint256 proposalIdstring description
Events
AbrogationProposalExecuted(uint256 indexed proposalIdaddress caller
AbrogationProposalStarted(uint256 indexed proposalIdaddress caller
AbrogationProposalVote(uint256 indexed proposalIdaddress indexed userbool supportuint256 power
AbrogationProposalVoteCancelled(uint256 indexed proposalIdaddress indexed user
ProposalCanceled(uint256 indexed proposalIdaddress caller
ProposalCreated(uint256 indexed proposalId
ProposalExecuted(uint256 indexed proposalIdaddress caller
ProposalQueued(uint256 indexed proposalIdaddress calleruint256 eta
Vote(uint256 indexed proposalIdaddress indexed userbool supportuint256 power
VoteCanceled(uint256 indexed proposalIdaddress indexed user
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.