Ease Governor Bravo
Verified contract
Proxy
Active on
Ethereum with 120 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
0xea5e…1550
Balances ($0.00)
No balances found for "Ease Governor Bravo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17978788 | a year ago | | | 0 | 0.0070868005 | |
| 17944154 | a year ago | | | 0 | 0.0026935195 | |
| 17938044 | a year ago | | | 0 | 0.0029833363 | |
| 17924036 | a year ago | | | 0 | 0.0023702708 | |
| 17921225 | a year ago | | | 0 | 0.015411948 | |
| 17278643 | a year ago | | | 0 | 0.0044359838 | |
| 17264242 | a year ago | | | 0 | 0.0049980990 | |
| 17252514 | a year ago | | | 0 | 0.0033347408 | |
| 17248655 | a year ago | | | 0 | 0.0040656442 | |
| 17245462 | a year ago | | | 0 | 0.023035137 |
ABI
ABI objects
Getter at block 21123427
admin() view returns (address)
0xea5edef1401e8c312c797c27a9842e03eb0e557a
implementation() view returns (address)
0xd135c44ca6b6722633ab97d15a5222fe38546ecc
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
BALLOT_TYPEHASH() view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_PROPOSAL_THRESHOLD() view returns (uint256)
10000000000000000000000000
MAX_VOTING_DELAY() view returns (uint256)
40320
MAX_VOTING_PERIOD() view returns (uint256)
80640
MIN_PROPOSAL_THRESHOLD() view returns (uint256)
100000000000000000000000
MIN_VOTING_DELAY() view returns (uint256)
1
MIN_VOTING_PERIOD() view returns (uint256)
5760
admin() view returns (address)
0xea5edef1401e8c312c797c27a9842e03eb0e557a
gvEase() view returns (address)
0xea5edef1edb2f47b9637c029a6ac3b80a7ae1550
implementation() view returns (address)
0xd135c44ca6b6722633ab97d15a5222fe38546ecc
initialProposalId() view returns (uint256)
0
name() view returns (string)
Ease Governor Bravo
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposalCount() view returns (uint256)
22
proposalMaxOperations() view returns (uint256)
10
proposalThreshold() view returns (uint256)
100000000000000000000000
quorumVotes() view returns (uint256)
50000000000000000000000000
timelock() view returns (address)
0xea5edef1401e8c312c797c27a9842e03eb0e557a
votingDelay() view returns (uint256)
1
votingPeriod() view returns (uint256)
17280
whitelistGuardian() view returns (address)
0x1f28ed9d4792a567dad779235c2b766ab84d8e33
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorBravoDelegateStorageV1Receipt)
isWhitelisted(address account) view returns (bool)
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)
whitelistAccountExpirations(address) view returns (uint256)
State-modifying
Events _setImplementation(address implementation_)
_acceptAdmin()
_setPendingAdmin(address newPendingAdmin)
_setProposalThreshold(uint256 newProposalThreshold)
_setQuorumVotes(uint256 newQuorumVotes)
_setVotingDelay(uint256 newVotingDelay)
_setVotingPeriod(uint256 newVotingPeriod)
_setWhitelistAccountExpiration(address account, uint256 expiration)
_setWhitelistGuardian(address account)
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
initialize(address timelock_, address gvEase_, uint256 votingPeriod_, uint256 votingDelay_, uint256 proposalThreshold_)
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)
QuorumVotesSet(uint256 oldQuorumVotes, uint256 newQuorumVotes)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 votes, string reason)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
WhitelistAccountExpirationSet(address account, uint256 expiration)
WhitelistGuardianSet(address oldGuardian, address newGuardian)
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)
QuorumVotesSet(uint256 oldQuorumVotes, uint256 newQuorumVotes)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 votes, string reason)
VotingDelaySet(uint256 oldVotingDelay, uint256 newVotingDelay)
VotingPeriodSet(uint256 oldVotingPeriod, uint256 newVotingPeriod)
WhitelistAccountExpirationSet(address account, uint256 expiration)
WhitelistGuardianSet(address oldGuardian, address newGuardian)
constructor(address timelock_, address gvEase_, address admin_, address implementation_, uint256 votingPeriod_, uint256 votingDelay_, uint256 proposalThreshold_)
fallback()
This contract contains no error objects.