Tellorpool Token - 2020-12-20
Verified contract
Active on
Ethereum with 945 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-20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11650173 | 4 years ago | | | 0 | 0.0050670340 | |
| 11373267 | 4 years ago | | | 0 | 0.0019952960 | |
| 11367465 | 4 years ago | | | 0 | 0.014341190 | |
| 11367336 | 4 years ago | | | 0 | 0.0047936600 | |
| 11327792 | 4 years ago | | | 0 | 0.0020646540 | |
| 11321603 | 4 years ago | | | 0 | 0.0068819960 | |
| 11317046 | 4 years ago | | | 0 | 0.0073721341 | |
| 11316460 | 4 years ago | | | 0 | 0.00097894447 | |
| 11313187 | 4 years ago | | | 0 | 0.0021450168 | |
| 11313130 | 4 years ago | | | 0 | 0.090019037 |
ABI
ABI objects
Getter at block 21290672 getTokenValue() view returns (uint256)
decimals() view returns (uint8)
18
getFee() view returns (uint256)
150
name() view returns (string)
Tellorpool Token - 2020-12-20
owner() view returns (address)
0xe59778f9af82dcfb747f5f7f3bbeac5fa5995317
symbol() view returns (string)
TPS-20201220
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.