Tellorpool Token
Verified contract
Active on
Ethereum with 1,816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x0ba4…a2e5 | ERC-20 | 6,433,788.093502T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11416256 | 4 years ago | | | 0 | 0.0056117700 | |
| 11415382 | 4 years ago | | | 0 | 0.0043614900 | |
| 11408992 | 4 years ago | | | 0 | 0.0023328900 | |
| 11408927 | 4 years ago | | | 0 | 0.0023328900 | |
| 11286322 | 4 years ago | | | 0 | 0.0011664451 | |
| 11286190 | 4 years ago | | | 0 | 0.0011816595 | |
| 11272634 | 4 years ago | | | 0 | 0.0063600060 | |
| 11226562 | 4 years ago | | | 0 | 0.0025065906 | |
| 11221581 | 4 years ago | | | 0 | 0.0016336486 | |
| 11218898 | 4 years ago | | | 0 | 0.0026188260 |
ABI
ABI objects
Getter at block 21249431
decimals() view returns (uint8)
18
getFee() view returns (uint256)
150
getTokenValue() view returns (uint256)
16459014
name() view returns (string)
Tellorpool Token
owner() view returns (address)
0xe59778f9af82dcfb747f5f7f3bbeac5fa5995317
symbol() view returns (string)
TPS-202011
totalSupply() view returns (uint256)
6250000000000001000
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.