Governance

Verified contract

Active on Ethereum with 35 txns
Deployed by via 0x6ec78335 at 13376796
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Governance"

0x705f9e0d16ffa2e8e8ad32b3d9f958a274ad9e0e8da104b23f8859c2114746c2
0xe454b3346e43ef9f275c02ef7949f17df3ecacd3b2027ca3529d736c9d23dff3
0x45e9a80a04563668d2b752e14175870d79a5b9ea7f8f44c07b502b857cc15d6d
0x282efc1f044774e2d848722d1db2a90cbb6cbc84459b02dd6ac3ca43f3b7d256
0x73b66d3d486b29a6c5fc582fbed038344b6a20f09cc48e01688422548d96509f
0x132585ccf25c3559cde9485e5702943c233c221d7e54a796a54218bd41cb960c
0x4afa0bb326666b5a5df866d8ccefc6d5e94077583699e02fe2c8ab40c9d14ebb
0x7b62cc6edb35e69000cdc7ef746a7c705d5a855f62f865cfba42da67544f1d9d
0x7b20d26615b8341ae9a7415a78343fea01b752d81dc24671315ddc8be7238034
0x64401df6d9d384d33632a9b8c793a07c432d2906a07b7c404799d98b440863ad

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