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 |
---|---|---|---|---|---|
TOM | ERC-20 | 294.910684K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17554049 | 5 months ago | | | 0 | 0.00022048642 | |
| 17344600 | 5 months ago | | | 0 | 0.00022048642 | |
| 17319922 | 5 months ago | | | 0 | 8.3422992e-7 | |
| 17310043 | 5 months ago | | | 0 | 7.6962576e-7 | |
| 17309022 | 5 months ago | | | 0 | 0.00022048642 | |
| 17306656 | 5 months ago | | | 0 | 7.8234117e-7 | |
| 17306265 | 5 months ago | | | 0 | 7.8058612e-7 | |
| 17305917 | 5 months ago | | | 0 | 2.8835952e-7 | |
| 17212002 | 5 months ago | | | 0.34 | 0.00015190653 | |
| 17045203 | 5 months ago | | | 0.044 | 0.00015190653 |
ABI
ABI objects
Getter at block 23892063
liquidityManagerAddress() view returns (address)
0xbb0250ac7c2b9ea1849896857e93d7effba5c4ed
liquidityManagerSet() view returns (bool)
true
numberOfContributors() view returns (uint256)
8
owner() view returns (address)
0x97662f64bf7989a7f3dc03ad5fa5c4c65df6ec15
presaleAllocation() view returns (uint256)
116666666550000000000000000
presaleEnded() view returns (bool)
true
presaleStarted() view returns (bool)
true
tomToken() view returns (address)
0xf24ef9dc4ee8d23b168131e9d2a668b53635cee0
totalDeposited() view returns (uint256)
3956000000000000000
Read-only
claimed(address) view returns (uint256)
contributions(address) view returns (uint256)
State-modifying
Events claim()
deposit() payable
endPresale()
renounceOwnership()
setLiquidityManagerAddress(address liquidityManagerAddr)
startPresale()
transferOwnership(address newOwner)
withdrawCollectedETH()
Claimed(address indexed contributor, uint256 amount)
Deposited(address indexed contributor, uint256 amount)
ETHWithdrawn(uint256 amount)
LiquidityManagerAddressSet(address liquidityManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleEnded(uint256 totalCollected)
PresaleStarted()
constructor(address _initialOwner, address tomTokenAddress, uint256 _presaleAllocation)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)