RAI Governor
Verified contract
Active on
Ethereum with 455 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2cde…62c7
0x6243…91f4
Balances ($0.03)
Native
Value
$0.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00001 | $3,317.34 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273752 | 3 hours ago | | | 0 | 0.0014766904 | |
| 21273744 | 3 hours ago | | | 0 | 0.0082266081 | |
| 21266782 | a day ago | | | 0 | 0.0014095066 | |
| 21266723 | a day ago | | | 0 | 0.0015460756 | |
| 21256186 | 3 days ago | | | 0 | 0.0034210430 | |
| 21256175 | 3 days ago | | | 0 | 0.00046618969 | |
| 21254614 | 3 days ago | | | 0 | 0.00078014811 | |
| 21251405 | 3 days ago | | | 0 | 0.0019366354 | |
| 21234218 | 6 days ago | | | 0 | 0.0039150942 | |
| 21234146 | 6 days ago | | | 0 | 0.0011618052 |
ABI
ABI objects
Getter at block 21274723
BALLOT_TYPEHASH() view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_PROPOSAL_THRESHOLD() view returns (uint256)
15000000000000000000000
MAX_QUORUM_VOTES() view returns (uint256)
100000000000000000000000
MAX_VOTING_DELAY() view returns (uint256)
6600
MAX_VOTING_PERIOD() view returns (uint256)
46500
MIN_PROPOSAL_THRESHOLD() view returns (uint256)
1000000000000000000000
MIN_QUORUM_VOTES() view returns (uint256)
10000000000000000000000
MIN_VOTING_DELAY() view returns (uint256)
1
MIN_VOTING_PERIOD() view returns (uint256)
6600
admin() view returns (address)
0xa57a4e6170930ac547c147cdf26ae4682fa8262e
governanceToken() view returns (address)
0x6243d8cea23066d098a15582d81a598b4e8391f4
name() view returns (string)
RAI Governor
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposalCount() view returns (uint256)
56
proposalMaxOperations() view returns (uint256)
10
proposalThreshold() view returns (uint256)
3000000000000000000000
quorumVotes() view returns (uint256)
20000000000000000000000
timelock() view returns (address)
0x2cde6a1147b0ee61726b86d83fd548401b1162c7
votingDelay() view returns (uint256)
6600
votingPeriod() view returns (uint256)
46500
Read-only
getActions(uint256 proposalId) view returns (address[], uint256[], string[], bytes[])
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)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events _acceptAdmin()
_setPendingAdmin(address newPendingAdmin)
_setProposalThreshold(uint256 newProposalThreshold)
_setQuorumVotes(uint256 newQuorumVotes)
_setTimelock(address newTimelock)
_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)
execute(uint256 proposalId) payable
propose(address[] targets, uint256[], string[], bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
NewTimelock(address oldTimelock, address newTimelock)
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 oldQuorumVotes, uint256 newQuorumVotes)
QuorumVotesSet(uint256 oldProposalThreshold, uint256 newProposalThreshold)
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 governanceToken_, uint256 votingPeriod_, uint256 votingDelay_, uint256 quorumVotes_, uint256 proposalThreshold_)
This contract contains no fallback and receive objects.
This contract contains no error objects.