Governance
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x88df…78a0
Balances ($496.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRB | ERC-20 | 5.670232 | $87.61 |
$496.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17198708 | 2 years ago | | | 0 | 0.017366299 | |
| 17187867 | 2 years ago | | | 0 | 0.0066814614 | |
| 17169956 | 2 years ago | | | 0 | 0.012432603 | |
| 17167625 | 2 years ago | | | 0 | 0.047899250 | |
| 17114149 | 2 years ago | | | 0 | 0.0075586525 | |
| 17111931 | 2 years ago | | | 0 | 0.022826144 | |
| 17111923 | 2 years ago | | | 0 | 0.023957726 | |
| 17111840 | 2 years ago | | | 0 | 0.027564623 | |
| 17111809 | 2 years ago | | | 0 | 0.026390532 | |
| 15910271 | 2 years ago | | | 0 | 0.0014806961 |
ABI
ABI objects
Getter at block 21159400
autopayAddrsQueryId() view returns (bytes32)
0x3ab34a189e35885414ac4e83c5a7faa9d8f03a4d530728ef516d203d91d6309c
getDisputeFee() view returns (uint256)
10964912280701754385
getVoteCount() view returns (uint256)
6
idMappingContract() view returns (address)
0x0000000000000000000000000000000000000000
oracle() view returns (address)
0xb3b662644f8d3138df63d2f43068ea621e2981f9
oracleAddress() view returns (address)
0xb3b662644f8d3138df63d2f43068ea621e2981f9
teamMultisig() view returns (address)
0x39e419ba25196794b595b2a595ea8e527ddc9856
tellor() view returns (address)
0xb3b662644f8d3138df63d2f43068ea621e2981f9
token() view returns (address)
0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0
voteCount() view returns (uint256)
6
Read-only
didVote(uint256 _disputeId, address _voter) view returns (bool)
getDataAfter(bytes32 _queryId, uint256 _timestamp) view returns (bytes _value, uint256 _timestampRetrieved)
getDataBefore(bytes32 _queryId, uint256 _timestamp) view returns (bytes _value, uint256 _timestampRetrieved)
getDisputeInfo(uint256 _disputeId) view returns (bytes32, uint256, bytes, address)
getDisputesByReporter(address _reporter) view returns (uint256[])
getIndexForDataAfter(bytes32 _queryId, uint256 _timestamp) view returns (bool _found, uint256 _index)
getIndexForDataBefore(bytes32 _queryId, uint256 _timestamp) view returns (bool _found, uint256 _index)
getMultipleValuesBefore(bytes32 _queryId, uint256 _timestamp, uint256 _maxAge, uint256 _maxCount) view returns (bytes[] _values, uint256[] _timestamps)
getNewValueCountbyQueryId(bytes32 _queryId) view returns (uint256)
getOpenDisputesOnId(bytes32 _queryId) view returns (uint256)
getReporterByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (address)
getTimestampbyQueryIdandIndex(bytes32 _queryId, uint256 _index) view returns (uint256)
getVoteInfo(uint256 _disputeId) view returns (bytes32, uint256[17], bool, uint8, address)
getVoteRounds(bytes32 _hash) view returns (uint256[])
getVoteTallyByAddress(address _voter) view returns (uint256)
isInDispute(bytes32 _queryId, uint256 _timestamp) view returns (bool)
retrieveData(bytes32 _queryId, uint256 _timestamp) view returns (bytes)
valueFor(bytes32 _id) view returns (int256 _value, uint256 _timestamp, uint256 _statusCode)
State-modifying
Events beginDispute(bytes32 _queryId, uint256 _timestamp)
executeVote(uint256 _disputeId)
setIdMappingContract(address _addy)
tallyVotes(uint256 _disputeId)
vote(uint256 _disputeId, bool _supports, bool _invalidQuery)
NewDispute(uint256 _disputeId, bytes32 _queryId, uint256 _timestamp, address _reporter)
VoteExecuted(uint256 _disputeId, uint8 _result)
VoteTallied(uint256 _disputeId, uint8 _result, address _initiator, address _reporter)
Voted(uint256 _disputeId, bool _supports, address _voter, bool _invalidQuery)
constructor(address _tellor, address _teamMultisig)
This contract contains no fallback and receive objects.
This contract contains no error objects.