Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Aqualite"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6081731 | 6 years ago | | | 0 | 0.00051953000 | |
| 6023595 | 6 years ago | | | 0 | 0.00052017000 | |
| 5992569 | 6 years ago | | | 0 | 0.0021326970 | |
| 5992282 | 6 years ago | | | 0 | 0.0015176970 | |
| 5987471 | 6 years ago | | | 0 | 0.0021326970 | |
| 5987410 | 6 years ago | | | 0 | 0.0021353210 | |
| 5986136 | 6 years ago | | | 0 | 0.0015176970 | |
| 5985512 | 6 years ago | | | 0 | 0.0021326970 | |
| 5964030 | 6 years ago | | | 0 | 0.0015203210 | |
| 5963974 | 6 years ago | | | 0 | 0.0015176970 |
ABI
ABI objects
Getter at block 21102101
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Aqualite
symbol() view returns (string)
AQUA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.