Oracle
Verified contract
Active on
Ethereum with 12,515 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRB | ERC-20 | 55.428175K | $66.76 |
$3,700,384.96 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15879737 | 2 years ago | | | 0 | 0.0044538600 | |
| 15879652 | 2 years ago | | | 0 | 0.0044538600 | |
| 15879141 | 2 years ago | | | 0 | 0.0041569360 | |
| 15878914 | 2 years ago | | | 0 | 0.0035630880 | |
| 15878806 | 2 years ago | | | 0 | 0.0035630880 | |
| 15878698 | 2 years ago | | | 0 | 0.0033347843 | |
| 15878280 | 2 years ago | | | 0 | 0.0032661640 | |
| 15877960 | 2 years ago | | | 0 | 0.0044538600 | |
| 15877829 | 2 years ago | | | 0 | 0.0041569360 | |
| 15877622 | 2 years ago | | | 0 | 0.0044538600 |
ABI
ABI objects
Getter at block 21244360
getReportingLock() view returns (uint256)
43200
getTimeBasedReward() view returns (uint256)
500000000000000000
getTimeOfLastNewValue() view returns (uint256)
1667411975
reportingLock() view returns (uint256)
43200
timeBasedReward() view returns (uint256)
500000000000000000
timeOfLastNewValue() view returns (uint256)
1667411975
tipsInContract() view returns (uint256)
0
verify() pure returns (uint256)
9999
Read-only
getBlockNumberByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (uint256)
getCurrentReward(bytes32 _queryId) view returns (uint256, uint256)
getCurrentValue(bytes32 _queryId) view returns (bytes)
getReportTimestampByIndex(bytes32 _queryId, uint256 _index) view returns (uint256)
getReporterByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (address)
getReporterLastTimestamp(address _reporter) view returns (uint256)
getReportsSubmittedByAddress(address _reporter) view returns (uint256)
getTimestampCountById(bytes32 _queryId) view returns (uint256)
getTimestampIndexByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (uint256)
getTipsById(bytes32 _queryId) view returns (uint256)
getTipsByUser(address _user) view returns (uint256)
getValueByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (bytes)
tips(bytes32) view returns (uint256)
State-modifying
Events changeReportingLock(uint256 _newReportingLock)
changeTimeBasedReward(uint256 _newTimeBasedReward)
removeValue(bytes32 _queryId, uint256 _timestamp)
submitValue(bytes32 _queryId, bytes _value, uint256 _nonce, bytes _queryData)
tipQuery(bytes32 _queryId, uint256 _tip, bytes _queryData)
NewReport(bytes32 _queryId, uint256 _time, bytes _value, uint256 _reward, uint256 _nonce, bytes _queryData, address _reporter)
ReportingLockChanged(uint256 _newReportingLock)
TimeBasedRewardsChanged(uint256 _newTimeBasedReward)
TipAdded(address indexed _user, bytes32 indexed _queryId, uint256 _tip, uint256 _totalTip, bytes _queryData)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.