Tellorpool Token - 2020-12-27
Verified contract
Active on
Ethereum with 729 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Tellorpool Token - 2020-12-27"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11375023 | 4 years ago | | | 0 | 0.0016455900 | |
| 11374465 | 4 years ago | | | 0 | 0.0031550618 | |
| 11367465 | 4 years ago | | | 0 | 0.012081184 | |
| 11367353 | 4 years ago | | | 0 | 0.0044601881 | |
| 11327796 | 4 years ago | | | 0 | 0.0020639700 | |
| 11321630 | 4 years ago | | | 0 | 0.0068819960 | |
| 11317046 | 4 years ago | | | 0 | 0.0073721341 | |
| 11316460 | 4 years ago | | | 0 | 0.00098234640 | |
| 11313215 | 4 years ago | | | 0 | 0.11115523 | |
| 11313153 | 4 years ago | | | 0 | 0.11478099 |
ABI
ABI objects
Getter at block 21319969 getTokenValue() view returns (uint256)
decimals() view returns (uint8)
18
getFee() view returns (uint256)
150
name() view returns (string)
Tellorpool Token - 2020-12-27
owner() view returns (address)
0xd5cd9ef78305921e430364144783f5970012391c
symbol() view returns (string)
TPS-20201227
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addTip(uint256 _requestId, uint256 _tip)
approve(address spender, uint256 amount) returns (bool)
close()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositStake()
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave()
renounceOwnership()
requestStakingWithdraw()
submitMiningSolution(string _nonce, uint256 _requestId, uint256 _value)
submitMiningSolution(string _nonce, uint256[5] _requestId, uint256[5] _value)
submitMiningSolutionSaveGas(string _nonce, uint256 _requestId, uint256 _value)
submitMiningSolutionSaveGas(string _nonce, uint256[5] _requestId, uint256[5] _value)
tokenWithdraw(address _tokenAddress, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
vote(uint256 _disputeId, bool _supportsDispute)
withdrawRewards()
withdrawStake()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tellorAddress, address _gasToken, uint256 _fee, uint256 _stakeAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.