Governance

Verified contract

Active on Ethereum with 119 txns
Deployed by via 0x11b117af at 13256431
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $76,219.97
ERC-20
Value $372.78
ERC-20
--
0x6e8113a5d9cfe3519e98385355326de220e55e071f43fc80c22857a8b99f44eb
0xdc47b7643249b853f2da2ed2d7c3969d111d073107c6eb6913a48b5f8707d287
0xf5aa632f67ccc745cc03f9a32b57301965637cf3c534797f9f6f687fcc3b9f4e
0xe0a00b7bcdcd14cc158dd38997832f5de03e3db6ac299192a61ebbec655bbcb8
0x321431e19fbab1d381dc73cf434b78b63c7a0a871fadc7d453670b90c7a79b34
0x21ca78e6f7502b2065e09e42ed1f603abc1441a657443cf25e03f2f6b793b59b
0x3299bf1aacdbea19fc8031cbe6a158b18e92e61adfbbe1192dcee9494aa75b51
0x249c2f5fc226cf7b692913a80305f29811ab3bce38ea3ea4708cec2063ea4ee7
0x367d75ad8fbbfe078f7c1d53e698206033a6432d526241635d367ea1fab26d37
0xe1e476a333cc01ea4fbbab15d14a45af38afaa55a351ede582585b468b477a51

Functions
Getter at block 21290438
acceptanceThreshold(view returns (uint256)
60
activeDuration(view returns (uint256)
172800
gracePeriodDuration(view returns (uint256)
345600
isActive(view returns (bool)
true
lastProposalId(view returns (uint256)
6
minQuorum(view returns (uint256)
40
queueDuration(view returns (uint256)
86400
warmUpDuration(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819967
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 _kernel
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.