Tellorpool Token - 2020-12-13
Verified contract
Active on
Ethereum with 1,030 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-13"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11374450 | 4 years ago | | | 0 | 0.0027755618 | |
| 11369571 | 4 years ago | | | 0 | 0.0029342075 | |
| 11367874 | 4 years ago | | | 0 | 0.012595306 | |
| 11367464 | 4 years ago | | | 0 | 0.014341190 | |
| 11367327 | 4 years ago | | | 0 | 0.0047102920 | |
| 11327781 | 4 years ago | | | 0 | 0.0020660220 | |
| 11321612 | 4 years ago | | | 0 | 0.0068819960 | |
| 11317047 | 4 years ago | | | 0 | 0.0073721341 | |
| 11316434 | 4 years ago | | | 0 | 0.051084739 | |
| 11313046 | 4 years ago | | | 0 | 0.067832935 |
ABI
ABI objects
Getter at block 21319017 getTokenValue() view returns (uint256)
decimals() view returns (uint8)
18
getFee() view returns (uint256)
150
name() view returns (string)
Tellorpool Token - 2020-12-13
owner() view returns (address)
0x8ee3a8e616d47dc9488360e02e8a3491a24bc21a
symbol() view returns (string)
TPS-20201213
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.