Inverse Governor Mills
Verified contract
Active on
Ethereum with 1,855 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x41d5…fb68
0x1637…d61b
Balances ($0.00)
No balances found for "Inverse Governor Mills"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149399 | 2 days ago | | | 0 | 0.0011177509 | |
| 21137341 | 4 days ago | | | 0 | 0.0021612918 | |
| 21133404 | 4 days ago | | | 0 | 0.0014002316 | |
| 21131081 | 5 days ago | | | 0 | 0.0086649714 | |
| 21119924 | 6 days ago | | | 0 | 0.0029207140 | |
| 21111472 | 7 days ago | | | 0 | 0.00050163639 | |
| 21111440 | 7 days ago | | | 0 | 0.0019200560 | |
| 21103970 | 8 days ago | | | 0 | 0.00044998802 | |
| 21103967 | 8 days ago | | | 0 | 0.0017918975 | |
| 21097185 | 9 days ago | | | 0 | 0.00031852636 |
ABI
ABI objects
Getter at block 21163723
BALLOT_TYPEHASH() view returns (bytes32)
0x8e25870c07e0b0b3884c78da52790939a455c275406c44ae8b434b692fb916ee
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
guardian() view returns (address)
0x941c2699ec7e55a50bde030d8e1e70649839259d
inv() view returns (address)
0x41d5d79431a913c4ae7d69a668ecdfe5ff9dfb68
name() view returns (string)
Inverse Governor Mills
proposalCount() view returns (uint256)
229
proposalMaxOperations() pure returns (uint256)
20
proposalThreshold() view returns (uint256)
1900000000000000000000
quorumVotes() view returns (uint256)
15500000000000000000000
timelock() view returns (address)
0x926df14a23be491164dcf93f4c468a50ef659d5b
votingDelay() pure returns (uint256)
1
votingPeriod() pure returns (uint256)
17280
xinv() view returns (address)
0x1637e4e9941d55703a7a5e7807d6ada3f7dcd61b
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorMillsReceipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed)
proposerWhitelist(address) view returns (bool)
state(uint256 proposalId) view returns (uint8)
xinvExchangeRates(uint256) view returns (uint256)
State-modifying
Events __executeSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
__queueSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
acceptAdmin()
cancel(uint256 proposalId)
castVote(uint256 proposalId, bool support)
castVoteBySig(uint256 proposalId, bool support, uint8 v, bytes32 r, bytes32 s)
execute(uint256 proposalId)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
setGuardian(address _newGuardian)
updateProposalQuorum(uint256 newQuorum)
updateProposalThreshold(uint256 newThreshold)
updateProposerWhitelist(address proposer, bool value)
NewGuardian(address guardian)
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)
ProposalThresholdUpdated(uint256 oldThreshold, uint256 newThreshold)
ProposerWhitelistUpdated(address proposer, bool value)
QuorumUpdated(uint256 oldQuorum, uint256 newQuorum)
VoteCast(address voter, uint256 proposalId, bool support, uint256 votes)
constructor(address timelock_, address inv_, address xinv_)
This contract contains no fallback and receive objects.
This contract contains no error objects.