ITOPool
Verified contract
Active on
Ethereum with 1,288 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x220b…cdc6
Balances ($370.27)
Native
Value
$121.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.039 | $3,106.51 |
$121.15 | |
DIS | ERC-20 | 173 | $1.44 |
$249.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11750116 | 4 years ago | | | 0 | 0.016851300 | |
| 11748055 | 4 years ago | | | 0 | 0.0014015650 | |
| 11743162 | 4 years ago | | | 0 | 0.0031455760 | |
| 11735875 | 4 years ago | | | 0 | 0.0021820630 | |
| 11728537 | 4 years ago | | | 0 | 0.0044936800 | |
| 11722897 | 4 years ago | | | 0 | 0.0051677320 | |
| 11714287 | 4 years ago | | | 0 | 0.0031455760 | |
| 11712559 | 4 years ago | | | 0 | 0.0034264310 | |
| 11712496 | 4 years ago | | | 1.4 | 0.0025625600 | |
| 11712496 | 4 years ago | | | 1.395 | 0.0025625600 |
ABI
ABI objects
Getter at block 21159876
decimals() view returns (uint256)
18
distributedTokens() view returns (uint256)
26077000000000000000000
finishTimestamp() view returns (uint256)
1611331200
maxDistributedTokenAmount() view returns (uint256)
26250000000000000000000
maxEthPayment() view returns (uint256)
5000000000000000000
minEthPayment() view returns (uint256)
0
owner() view returns (address)
0xc35d89020443e1da06b099ea2882539a080e6d56
rewardToken() view returns (address)
0x220b71671b649c03714da9c621285943f3cbcdc6
startClaimTimestamp() view returns (uint256)
1611331200
startTimestamp() view returns (uint256)
1611158400
tokenPrice() view returns (uint256)
44100000000000000
tokensForDistribution() view returns (uint256)
26250000000000000000000
Read-only
userInfo(address) view returns (uint256 debt, uint256 total, uint256 totalInvestedETH)
State-modifying
Events claim()
claimFor(address _user)
pay() payable
renounceOwnership()
transferOwnership(address newOwner)
withdrawETH(uint256 amount)
withdrawNotSoldTokens() returns (bool success)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensDebt(address indexed holder, uint256 ethAmount, uint256 tokenAmount)
TokensWithdrawn(address indexed holder, uint256 amount)
constructor(uint256 _tokenPrice, address _rewardToken, uint256 _startTimestamp, uint256 _finishTimestamp, uint256 _startClaimTimestamp, uint256 _minEthPayment, uint256 _maxEthPayment, uint256 _maxDistributedTokenAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.