Ooki Governor Bravo
Verified contract
Proxy
Active on
Ethereum with 71 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x16f1…1a63
Balances ($0.00)
No balances found for "Ooki Governor Bravo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079925 | 18 days ago | | | 0 | 0.0027388263 | |
| 21072265 | 19 days ago | | | 0 | 0.0044725192 | |
| 21065599 | 20 days ago | | | 0 | 0.0037905946 | |
| 21057912 | 21 days ago | | | 0 | 0.0011712823 | |
| 21045971 | 23 days ago | | | 0 | 0.0041725194 | |
| 21039245 | 24 days ago | | | 0 | 0.0033873709 | |
| 21038261 | 24 days ago | | | 0 | 0.0020614589 | |
| 21031450 | 25 days ago | | | 0 | 0.0031534822 | |
| 19535558 | 8 months ago | | | 0 | 0.015612992 | |
| 19520584 | 8 months ago | | | 0 | 0.013506505 |
ABI
ABI objects
Getter at block 21209544
admin() view returns (address)
0xfedc4dd5247b93feb41e899a09c44cfabec29cbc
guardian() view returns (address)
0x9b43a385e08ee3e4b402d4312dabd11296d09e93
implementation() view returns (address)
0xcc4128769826de0489f07869963b757e901f2453
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
BALLOT_TYPEHASH() view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_PROPOSAL_THRESHOLD() view returns (uint256)
2000000000000000000
MAX_QUORUM_PERCENTAGE() view returns (uint256)
6000000000000000000
MAX_VOTING_DELAY() view returns (uint256)
40320
MAX_VOTING_PERIOD() view returns (uint256)
80640
MIN_PROPOSAL_THRESHOLD() view returns (uint256)
500000000000000000
MIN_QUORUM_PERCENTAGE() view returns (uint256)
2000000000000000000
MIN_VOTING_DELAY() view returns (uint256)
1
MIN_VOTING_PERIOD() view returns (uint256)
5760
admin() view returns (address)
0xfedc4dd5247b93feb41e899a09c44cfabec29cbc
guardian() view returns (address)
0x9b43a385e08ee3e4b402d4312dabd11296d09e93
implementation() view returns (address)
0xcc4128769826de0489f07869963b757e901f2453
initialProposalId() view returns (uint256)
0
name() view returns (string)
Ooki Governor Bravo
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposalCount() view returns (uint256)
17
proposalMaxOperations() view returns (uint256)
100
proposalThreshold() view returns (uint256)
124511331351331902734092303
proposalThresholdPercentage() view returns (uint256)
900000000000000000
quorumPercentage() view returns (uint256)
2000000000000000000
quorumVotes() view returns (uint256)
276691847447404228297982897
staking() view returns (address)
0x16f179f5c344cc29672a58ea327a26f64b941a63
timelock() view returns (address)
0xfedc4dd5247b93feb41e899a09c44cfabec29cbc
votingDelay() view returns (uint256)
6570
votingPeriod() view returns (uint256)
19710
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorBravoDelegateStorageV1Receipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, uint256 abstainVotes, bool canceled, bool executed)
quorumVotesForProposal(uint256) view returns (uint256)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events _setImplementation(address implementation_)
__abdicate()
__acceptAdmin()
__acceptLocalAdmin()
__changeGuardian(address guardian_)
__executeSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
__queueSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
__setPendingLocalAdmin(address newPendingAdmin)
__setProposalThresholdPercentage(uint256 newProposalThresholdPercentage)
__setQuorumPercentage(uint256 newQuorumPercentage)
__setStaking(address newStaking)
__setVotingDelay(uint256 newVotingDelay)
__setVotingPeriod(uint256 newVotingPeriod)
cancel(uint256 proposalId)
castVote(uint256 proposalId, uint8 support)
castVoteBySig(uint256 proposalId, uint8 support, uint8 v, bytes32 r, bytes32 s)
castVoteWithReason(uint256 proposalId, uint8 support, string reason)
castVotes(uint256[] proposalIds, uint8[] supportVals)
castVotesBySig(uint256[] proposalIds, uint8[] supportVals, uint8[] vs, bytes32[] rs, bytes32[] ss)
castVotesWithReason(uint256[] proposalIds, uint8[] supportVals, string[] reasons)
execute(uint256 proposalId) payable
initialize(address timelock_, address staking_, uint256 votingPeriod_, uint256 votingDelay_, uint256 proposalThresholdPercentage_, uint256 quorumPercentage_)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
QuorumPercentageSet(uint256 oldQuorumPercentage, uint256 newQuorumPercentage)
StakingAddressSet(address oldStaking, address newStaking)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 votes, string reason)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
ProposalThresholdSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
QuorumPercentageSet(uint256 oldQuorumPercentage, uint256 newQuorumPercentage)
StakingAddressSet(address oldStaking, address newStaking)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 votes, string reason)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
constructor(address timelock_, address staking_, address admin_, address implementation_, uint256 votingPeriod_, uint256 votingDelay_, uint256 proposalThreshold_, uint256 quorumPercentage_)
fallback()
This contract contains no error objects.