Governance
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Governance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20326555 | 4 months ago | | | 0 | 0.0017656360 | |
| 20319347 | 4 months ago | | | 0 | 0.0017170371 | |
| 19291115 | 9 months ago | | | 0 | 0.0073408000 | |
| 19287296 | 9 months ago | | | 0 | 0.0076317450 | |
| 14963858 | 2 years ago | | | 0 | 0.0060057775 | |
| 14957996 | 2 years ago | | | 0 | 0.0054464900 | |
| 14957767 | 2 years ago | | | 0 | 0.0039786600 | |
| 14957097 | 2 years ago | | | 0 | 0.010253423 | |
| 14953580 | 2 years ago | | | 0 | 0.013225198 | |
| 14953276 | 2 years ago | | | 0 | 0.019257899 |
ABI
ABI objects
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(uint256) view returns (address creator, uint256 createTime, string description, uint256 forVotes, uint256 againstVotes)
getAbrogationProposalReceipt(uint256 proposalId, address voter) view returns (struct GovernanceReceipt)
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getProposalParameters(uint256 proposalId) view returns (struct GovernanceProposalParameters)
getProposalQuorum(uint256 proposalId) view returns (uint256)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernanceReceipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, string description, string title, uint256 createTime, uint256 eta, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed, struct GovernanceProposalParameters parameters)
queuedTransactions(bytes32) view returns (bool)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events abrogateProposal(uint256 proposalId)
abrogationProposal_cancelVote(uint256 proposalId)
abrogationProposal_castVote(uint256 proposalId, bool support)
activate()
cancelProposal(uint256 proposalId)
cancelVote(uint256 proposalId)
castVote(uint256 proposalId, bool support)
execute(uint256 proposalId) payable
initialize(address _kernel)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description, string title) returns (uint256)
queue(uint256 proposalId)
setAcceptanceThreshold(uint256 threshold)
setActiveDuration(uint256 period)
setGracePeriodDuration(uint256 period)
setMinQuorum(uint256 quorum)
setQueueDuration(uint256 period)
setWarmUpDuration(uint256 period)
startAbrogationProposal(uint256 proposalId, string description)
AbrogationProposalExecuted(uint256 indexed proposalId, address caller)
AbrogationProposalStarted(uint256 indexed proposalId, address caller)
AbrogationProposalVote(uint256 indexed proposalId, address indexed user, bool support, uint256 power)
AbrogationProposalVoteCancelled(uint256 indexed proposalId, address indexed user)
ProposalCanceled(uint256 indexed proposalId, address caller)
ProposalCreated(uint256 indexed proposalId)
ProposalExecuted(uint256 indexed proposalId, address caller)
ProposalQueued(uint256 indexed proposalId, address caller, uint256 eta)
Vote(uint256 indexed proposalId, address indexed user, bool support, uint256 power)
VoteCanceled(uint256 indexed proposalId, address indexed user)
This contract contains no constructor objects.
receive()
This contract contains no error objects.