0x95e54f8d8526d81f94935ace6acccd76ec1ce4d4
Verified contract
Proxy
Active on
Ethereum with 6 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
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "0x95e54f8d8526d81f94935ace6acccd76ec1ce4d4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18274349 | a year ago | | | 0 | 0.00067979078 | |
| 18267124 | a year ago | | | 0 | 0.0010000352 | |
| 18217051 | a year ago | | | 0 | 0.0013128015 | |
| 18209787 | a year ago | | | 0 | 0.0015128854 | |
| 18209779 | a year ago | | | 0 | 0.0016368758 | |
| 18209778 | a year ago | | | 0 | 0.00030776472 |
ABI
ABI objects
Getter at block 21265764
NO_DEPENDENCY() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
anarchizedAt() view returns (uint256)
0
forceAnarchizeAt() view returns (uint256)
0
gov() view returns (address)
0x665195af629b27728825506cdf9a151a684a0793
paused() view returns (bool)
false
votingRule() view returns (struct VotingRule)
(86400, 604800, 604800, 2419200, 0, 0, 0xbfbea6117b9c6349459ca13181fd5c7474a89111)
Read-only
getVotesAt(address account, uint256 timestamp) view returns (uint256)
getVotesFor(address account, bytes32 txHash) view returns (uint256)
getVotingStatus(bytes32 txHash) view returns (uint8)
proposals(bytes32 proposalHash) view returns (address proposer, uint256 start, uint256 end, uint256 totalForVotes, uint256 totalAgainstVotes)
State-modifying
Events anarchize()
changeVotingRule(uint256 minimumPendingPeriod, uint256 maximumPendingPeriod, uint256 minimumVotingPeriod, uint256 maximumVotingPeriod, uint256 minimumVotesForProposing, uint256 minimumVotes, address voteCounter)
execute(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt) payable
executeBatch(address[] target, uint256[] value, bytes[] data, bytes32 predecessor, bytes32 salt) payable
forceAnarchize()
initialize(address gov_)
initialize(address voteCounter, address timelockGov, uint256 launchDelay)
launch()
manualVote(bytes32 txHash, uint256[] rightIds, bool agree)
proposeBatchTx(address[] target, uint256[] value, bytes[] data, bytes32 predecessor, bytes32 salt, uint256 startsIn, uint256 votingPeriod)
proposeTx(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt, uint256 startsIn, uint256 votingPeriod)
schedule(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt)
scheduleBatch(address[] target, uint256[] value, bytes[] data, bytes32 predecessor, bytes32 salt)
setAnarchyPoint(uint256 timestamp)
setGovernance(address gov_)
vote(bytes32 txHash, bool agree)
Anarchized()
BatchTxProposed(bytes32 indexed txHash, address[] target, uint256[] value, bytes[] data, bytes32 predecessor, bytes32 salt, uint256 start, uint256 end)
NewGovernance(address indexed _prevGovernance, address indexed _newGovernance)
Paused(address account)
TxProposed(bytes32 indexed txHash, address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt, uint256 start, uint256 end)
Unpaused(address account)
Vote(bytes32 txHash, address voter, bool forVote)
VoteUpdated(bytes32 txHash, uint256 forVotes, uint256 againsVotes)
This contract contains no constructor objects.
receive()
This contract contains no error objects.