H2O Token
Verified contract
Active on
Ethereum with 4,895 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 |
---|---|---|---|---|---|
DTA | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19911980 | 6 months ago | | | 0 | 0.00033959247 | |
| 16347197 | 2 years ago | | | 0 | 0.0020422213 | |
| 16347106 | 2 years ago | | | 0 | 0.00066839642 | |
| 16047958 | 2 years ago | | | 0 | 0.0014858713 | |
| 14603045 | 3 years ago | | | 0 | 0.00073787745 | |
| 13789445 | 3 years ago | | | 0 | 0.0010114098 | |
| 13658039 | 3 years ago | | | 0 | 0.0018113228 | |
| 13656677 | 3 years ago | | | 0 | 0.0028301560 | |
| 11981021 | 4 years ago | | | 0 | 0.0024016230 | |
| 11236767 | 4 years ago | | | 0 | 0.0045108000 |
ABI
ABI objects
Getter at block 21287630
decimals() view returns (uint256)
18
first() view returns (address)
0x89d1d2cafbd15a2592e274d2f6b35b23e803f676
last() view returns (address)
0x4a20e1b1b60729db406968dfd78231ae5e603dd6
mintingFinished() view returns (bool)
true
name() view returns (string)
H2O Token
owner() view returns (address)
0x00062be45b5415268e5c9ab0d547472cbb38a7d4
paused() view returns (bool)
false
pos() view returns (uint256)
0
queueLength() view returns (uint256)
0
queueMode() view returns (bool)
false
symbol() view returns (string)
H2O
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
theList(address) view returns (bool inList, address next, address prev, uint256 val)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
emergencyERC20Drain(address token, uint256 amount)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause() returns (bool)
startQueueing()
stopQueueing(uint256 num)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Ev(string message, address whom, uint256 val)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.