INST Governor Bravo
Verified contract
Proxy
Active on
Ethereum with 464 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
0x6f40…03eb
Balances ($0.00)
No balances found for "INST Governor Bravo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272272 | 3 hours ago | | | 0 | 0.0073693811 | |
| 21267970 | 17 hours ago | | | 0 | 0.0018419283 | |
| 21264876 | a day ago | | | 0 | 0.0022711189 | |
| 21264303 | a day ago | | | 0 | 0.0013264375 | |
| 21264302 | a day ago | | | 0 | 0.0013064829 | |
| 21264261 | a day ago | | | 0 | 0.0012964828 | |
| 21261096 | 2 days ago | | | 0 | 0.00095857389 | |
| 21261094 | 2 days ago | | | 0 | 0.00098099481 | |
| 21260338 | 2 days ago | | | 0 | 0.00065188665 | |
| 21259250 | 2 days ago | | | 0 | 0.00098920648 |
ABI
ABI objects
Getter at block 21273087
admin() view returns (address)
0x2386dc45added673317ef068992f19421b481f4c
implementation() view returns (address)
0x00613f7e762124711c7647f9eab5c8a88632ee47
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
BALLOT_TYPEHASH() view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_PROPOSAL_THRESHOLD() view returns (uint256)
50000000000000000000000000
MAX_VOTING_DELAY() view returns (uint256)
50400
MAX_VOTING_PERIOD() view returns (uint256)
100800
MIN_PROPOSAL_THRESHOLD() view returns (uint256)
500000000000000000000000
MIN_VOTING_DELAY() view returns (uint256)
1
MIN_VOTING_PERIOD() view returns (uint256)
7200
admin() view returns (address)
0x2386dc45added673317ef068992f19421b481f4c
implementation() view returns (address)
0x00613f7e762124711c7647f9eab5c8a88632ee47
name() view returns (string)
INST Governor Bravo
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposalCount() view returns (uint256)
56
proposalMaxOperations() view returns (uint256)
30
proposalThreshold() view returns (uint256)
1000000000000000000000000
quorumVotes() view returns (uint256)
4000000000000000000000000
timelock() view returns (address)
0x2386dc45added673317ef068992f19421b481f4c
token() view returns (address)
0x6f40d4a6237c257fff2db00fa0510deeecd303eb
votingDelay() view returns (uint256)
7200
votingPeriod() view returns (uint256)
14400
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)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events _setImplementation(address implementation_)
_acceptAdmin()
_acceptAdminOnTimelock()
_initiate()
_setPendingAdmin(address newPendingAdmin)
_setProposalThreshold(uint256 newProposalThreshold)
_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
initialize(address timelock_, address token_, 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)
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)
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 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 admin_, address token_, address implementation_, uint256 votingPeriod_, uint256 votingDelay_, uint256 proposalThreshold_)
fallback()
This contract contains no error objects.