Governance

Verified contract

Active on Ethereum with 860 txns
Deployed by via 0xb8c49b0d at 11789348
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $81.28
ERC-20
Value $2.6
ERC-20
Value $0.57
ERC-20
Value $0.31
ERC-20
--
ERC-20
--
ERC-20
--
0xba422a71479fad1b78b1cd3a6a609e92bffffcc5b6ca7fa723d4078aa7d80584
0x57354659362998544c5af08a0ea486c7648d91f2b909eef5edfffab102810848
0xe3b26e9853afc1805dfe2d7834ea5acfc793a29ade9039b5df8c26c2e9f6249f
0xc3484e97368d0df993422694d360d2e4fb3649b4d1033140396656e28fd0bcd4
0xa23ffccc2395c7432064f82308b7fe404bde3028af045c5e8a7188517b312a36
0x5dba7f305e97e1f770287cff5b5490dd9a8a631a933da4cca323360cdcd3292e
0x61e379ffbddd3c94463956e5a815784fa794de3f3045e0c940b16ee44ad4ceb1
0x04cfba02c8bea88a82b028cbf336026fdae081747cec9d9bc9b3083915ac07b5
0xc3f820b3af4d57243b0aa5e9a695027610f134eac28a68967b71cc1ec122426b
0xd53dbb04be45ab76dab4de3f51d2b583aa4340887b8d48580e09db102675d3fd

Functions
Getter at block 20858403
acceptanceThreshold(view returns (uint256)
60
activeDuration(view returns (uint256)
259200
gracePeriodDuration(view returns (uint256)
345600
isActive(view returns (bool)
true
lastProposalId(view returns (uint256)
13
minQuorum(view returns (uint256)
40
queueDuration(view returns (uint256)
172800
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 barnAddr
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.