Tellor
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
39
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 50 additional slots
-
variable spans 9 additional slots
Balances ($0.00)
No balances found for "Tellor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12149823 | 4 years ago | | | 0 | 0.0083566000 |
ABI
ABI objects
Getter at block 21320507
This contract contains no getter function objects.
Read-only
_allowances(address, address) view returns (uint256)
addresses(bytes32) view returns (address)
allowance(address _user, address _spender) view returns (uint256)
allowedToTrade(address _user, uint256 _amount) view returns (bool)
balanceOf(address _user) view returns (uint256)
balanceOfAt(address _user, uint256 _blockNumber) view returns (uint256)
balances(address, uint256) view returns (uint128 fromBlock, uint128 value)
bytesVars(bytes32) view returns (bytes32)
currentMiners(uint256) view returns (uint256 value, address miner)
disputeIdByDisputeHash(bytes32) view returns (uint256)
disputesById(uint256) view returns (bytes32 hash, int256 tally, bool executed, bool disputeVotePassed, bool isPropFork, address reportedMiner, address reportingParty, address proposedForkAddress)
migrated(address) view returns (bool)
minersByChallenge(bytes32, address) view returns (bool)
newValueTimestamps(uint256) view returns (uint256)
requestIdByQueryHash(bytes32) view returns (uint256)
uints(bytes32) view returns (uint256)
State-modifying
Events addTip(uint256 _requestId, uint256 _tip)
approve(address _spender, uint256 _amount) returns (bool)
beginDispute(uint256 _requestId, uint256 _timestamp, uint256 _minerIndex)
changeExtension(address _ext)
changeMigrator(address _migrator)
migrate()
migrateFor(address _destination, uint256 _amount, bool _bypass)
migrateForBatch(address[] _destination, uint256[] _amount)
migrateFrom(address _origin, address _destination, uint256 _amount, bool _bypass)
migrateFromBatch(address[] _origin, address[] _destination, uint256[] _amount)
submitMiningSolution(string _nonce, uint256[5] _requestIds, uint256[5] _values)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
unlockDisputeFee(uint256 _disputeId)
vote(uint256 _disputeId, bool _supportsDispute)
Approval(address indexed owner, address indexed spender, uint256 value)
NewChallenge(bytes32 indexed _currentChallenge, uint256[5] _currentRequestId, uint256 _difficulty, uint256 _totalTips)
NewDispute(uint256 indexed _disputeId, uint256 indexed _requestId, uint256 _timestamp, address _miner)
NewValue(uint256[5] _requestId, uint256 _time, uint256[5] _value, uint256 _totalTips, bytes32 indexed _currentChallenge)
NonceSubmitted(address indexed _miner, string _nonce, uint256[5] _requestId, uint256[5] _value, bytes32 indexed _currentChallenge, uint256 _slot)
TipAdded(address indexed _sender, uint256 indexed _requestId, uint256 _tip, uint256 _totalTips)
Transfer(address indexed from, address indexed to, uint256 value)
Voted(uint256 indexed _disputeID, bool _position, address indexed _voter, uint256 indexed _voteWeight)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.