AquaToken
Verified contract
Active on
Ethereum with 365 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 |
---|---|---|---|---|---|
AQUA | ERC-20 | 15.982656K | -- | -- | |
AQUA | ERC-20 | 4.111072 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19972621 | 6 months ago | | | 0 | 0.00040433357 | |
| 19972382 | 6 months ago | | | 0 | 0.00022038478 | |
| 19972380 | 6 months ago | | | 0 | 0.00019933991 | |
| 19972380 | 6 months ago | | | 0 | 0.00034622889 | |
| 18225765 | a year ago | | | 0 | 0.00039486510 | |
| 18225749 | a year ago | | | 0 | 0.00043527441 | |
| 18225686 | a year ago | | | 0 | 0.0011054973 | |
| 17539913 | a year ago | | | 0 | 0.00038869789 | |
| 17539910 | a year ago | | | 0 | 0.0014048124 | |
| 16365677 | 2 years ago | | | 0 | 0.0010176297 |
ABI
ABI objects
Getter at block 21227354
decimals() view returns (uint8)
9
fountainAddress() view returns (address)
0x369885e42b151dfdc9c2ba1185dc1358ccdb1339
name() view returns (string)
Aqua Token
symbol() view returns (string)
AQUA
taxDivisor() view returns (uint256)
25
tokenPaused() view returns (bool)
false
totalFees() view returns (uint256)
375628306711
totalSupply() view returns (uint256)
16622565780628
uniswapPairAddress() view returns (address)
0x8214018542bc5c582dcaa1c9118fcf00d7040f38
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimingAmounts(address) view returns (uint256)
isMinter(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
pauseWhitelist(address) view returns (bool)
State-modifying
Events addMinter(address account)
addWhitelistAdmin(address account)
approve(address spender, uint256 amount) returns (bool)
claimTokens()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceMinter()
renounceWhitelistAdmin()
rewardLiquidityProviders()
setClaims(address[] _recipients, uint256[] _values)
setFountainAddress(address _fountainAddress)
setTaxDivisor(uint256 _taxDivisor)
setTokenPaused(bool paused)
setUniswapPair(address _uniswapPairAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
RewardLiquidityProviders(uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.