Tellor
Verified contract
Implementation
Active on
Ethereum with 6 txns
Storage
Map
Table
Raw
Constants and immutables
37
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) |
---|---|---|---|---|---|---|---|
| 12138990 | 4 years ago | | | 0 | 0.0022659959 | |
| 12138989 | 4 years ago | | | 0 | 0.0023195610 | |
| 11916141 | 4 years ago | | | 0 | 0.0028217340 | |
| 11916082 | 4 years ago | | | 0 | 0.044471872 | |
| 11916045 | 4 years ago | | | 0 | 0.047840000 | |
| 11916001 | 4 years ago | | | 0 | 0.041340000 |
ABI
ABI objects
Getter at block 21311082
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)
changeTellorGetters(address _tGetters)
depositStake()
migrate()
requestStakingWithdraw()
submitMiningSolution(string _nonce, uint256[5] _requestIds, uint256[5] _values)
tallyVotes(uint256 _disputeId)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
unlockDisputeFee(uint256 _disputeId)
updateBalanceAtNow(address _user, uint256 _value)
updateMinDisputeFee()
vote(uint256 _disputeId, bool _supportsDispute)
withdrawStake()
Approval(address indexed owner, address indexed spender, uint256 value)
DisputeVoteTallied(uint256 indexed _disputeID, int256 _result, address indexed _reportedMiner, address _reportingParty, bool _active)
NewChallenge(bytes32 indexed _currentChallenge, uint256[5] _currentRequestId, uint256 _difficulty, uint256 _totalTips)
NewDispute(uint256 indexed _disputeId, uint256 indexed _requestId, uint256 _timestamp, address _miner)
NewStake(address indexed _sender)
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)
StakeWithdrawRequested(address indexed _sender)
StakeWithdrawn(address indexed _sender)
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.