TokenPool
Verified contract
Active on
Ethereum with 2,210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6863…dc47
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONL | ERC-20 | 34.856546M | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6534338 | 6 years ago | | | 0 | 0.000053995500 | |
| 6534312 | 6 years ago | | | 0 | 0.00010148200 | |
| 5585566 | 7 years ago | | | 0 | 0.00040923200 | |
| 5585564 | 7 years ago | | | 0 | 0.00040923200 | |
| 5585560 | 7 years ago | | | 0 | 0.00040923200 | |
| 5585557 | 7 years ago | | | 0 | 0.00040923200 | |
| 5585555 | 7 years ago | | | 0 | 0.00052923200 | |
| 5585553 | 7 years ago | | | 0 | 0.00040923200 | |
| 5585551 | 7 years ago | | | 0 | 0.00040923200 | |
| 5585549 | 7 years ago | | | 0 | 0.00052923200 |
ABI
ABI objects
Getter at block 21166185
owner() view returns (address)
0x6c14a683e3e894fbee5f929c5fac402df79694f6
token() view returns (address)
0x6863be0e7cf7ce860a574760e9020d519a8bdc47
Read-only
getAvailableAmount(string poolId) view returns (uint256)
getLockTimestamp(string poolId) view returns (uint256)
State-modifying
Events registerPool(string poolId, uint256 availableAmount, uint256 lockTimestamp)
transfer(string poolId, address to, uint256 amount)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolLocked(string poolId, uint256 lockTimestamp)
PoolRegistered(string poolId, uint256 amount)
PoolTransferred(string poolId, address to, uint256 amount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.