Tellorpool Token (2020-11-22)
Verified contract
Active on
Ethereum with 2,225 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 | 3,102,170.919502T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11416256 | 4 years ago | | | 0 | 0.0022821750 | |
| 11330784 | 4 years ago | | | 0 | 0.0037411800 | |
| 11309138 | 4 years ago | | | 0 | 0.0061105940 | |
| 11309017 | 4 years ago | | | 0 | 0.0017507280 | |
| 11271483 | 4 years ago | | | 0 | 0.0014966700 | |
| 11265059 | 4 years ago | | | 0 | 0.0020478150 | |
| 11263190 | 4 years ago | | | 0 | 0.0023887920 | |
| 11263046 | 4 years ago | | | 0 | 0.012390765 | |
| 11263011 | 4 years ago | | | 0 | 0.0012396022 | |
| 11262982 | 4 years ago | | | 0 | 0.0012705308 |
ABI
ABI objects
Getter at block 21292576
decimals() view returns (uint8)
18
getFee() view returns (uint256)
150
getTokenValue() view returns (uint256)
34468565
name() view returns (string)
Tellorpool Token (2020-11-22)
owner() view returns (address)
0x54a86eeb22d592259a5c3e2a44e6192f86527096
symbol() view returns (string)
TPS-20201122
totalSupply() view returns (uint256)
3000000000000000000
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.