Tellor Tributes
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
43
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 Tributes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Tellor Tributes"
ABI
ABI objects
Getter at block 21312981
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)
migrate()
migrateFor(address _destination, uint256 _amount, bool _bypass)
proposeFork(address _propNewTellorAddress)
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)
verify() returns (uint256)
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)
constructor(address _ext)
fallback()
This contract contains no error objects.