Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Governance"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15883992 | 2 years ago | | | 0 | 0.0025499417 | |
| 15876830 | 2 years ago | | | 0 | 0.0021165133 | |
| 15859999 | 2 years ago | | | 0 | 0.00072587775 | |
| 15857927 | 2 years ago | | | 0 | 0.00086618882 | |
| 15857892 | 2 years ago | | | 0 | 0.00096813091 | |
| 15856033 | 2 years ago | | | 0 | 0.0014126916 | |
| 15853494 | 2 years ago | | | 0 | 0.0014370738 | |
| 15853490 | 2 years ago | | | 0 | 0.0015944470 | |
| 15853487 | 2 years ago | | | 0 | 0.0014251664 | |
| 15853483 | 2 years ago | | | 0 | 0.0015095103 |
ABI
ABI objects
Getter at block 21291247
disputeFee() view returns (uint256)
38350000000000000000
getVoteCount() view returns (uint256)
7
verify() pure returns (uint256)
9999
voteCount() view returns (uint256)
7
Read-only
delegateOfAt(address _user, uint256 _blockNumber) view returns (address)
didVote(uint256 _disputeId, address _voter) view returns (bool)
getDelegateInfo(address _holder) view returns (address, uint256)
getDisputeInfo(uint256 _disputeId) view returns (bytes32, uint256, bytes, address)
getOpenDisputesOnId(bytes32 _queryId) view returns (uint256)
getVoteInfo(uint256 _disputeId) view returns (bytes32, uint256[8], bool[2], uint8, bytes, bytes4, address[2])
getVoteRounds(bytes32 _hash) view returns (uint256[])
isFunctionApproved(bytes4 _func) view returns (bool)
State-modifying
Events beginDispute(bytes32 _queryId, uint256 _timestamp)
delegate(address _delegate)
executeVote(uint256 _disputeId)
isApprovedGovernanceContract(address _contract) returns (bool)
proposeVote(address _contract, bytes4 _function, bytes _data, uint256 _timestamp)
setApprovedFunction(bytes4 _func, bool _val)
tallyVotes(uint256 _disputeId)
updateMinDisputeFee()
vote(uint256 _disputeId, bool _supports, bool _invalidQuery)
voteFor(address[] _addys, uint256 _disputeId, bool _supports, bool _invalidQuery)
DelegateSet(address _delegate, address _delegator)
NewDispute(uint256 _disputeId, bytes32 _queryId, uint256 _timestamp, address _reporter)
NewVote(address _contract, bytes4 _function, bytes _data, uint256 _disputeId)
VoteExecuted(uint256 _disputeId, uint8 _result)
VoteTallied(uint256 _disputeId, uint8 _result, address _initiator, address _reporter)
Voted(uint256 _disputeId, bool _supports, address _voter, uint256 _voteWeight, bool _invalidQuery)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.