Aqua Token
Verified contract
Active on
Ethereum with 511 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 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19654351 | 7 months ago | | | 0 | 0.00029760039 | |
| 18855747 | a year ago | | | 0 | 0.00052095729 | |
| 17215870 | 2 years ago | | | 0 | 0.0022551155 | |
| 15873573 | 2 years ago | | | 0 | 0.00025673490 | |
| 12948772 | 3 years ago | | | 0 | 0.00037892400 | |
| 12506924 | 3 years ago | | | 0 | 0.00041572335 | |
| 11941252 | 4 years ago | | | 0 | 0.0045867960 | |
| 11697351 | 4 years ago | | | 0 | 0.0017278520 | |
| 11691545 | 4 years ago | | | 0 | 0.0033844320 | |
| 11673488 | 4 years ago | | | 0 | 0.0018303200 |
ABI
ABI objects
Getter at block 21207858
crowdsaleWallet() view returns (address)
0x469e4b473af2109b5c484fb1189258ec579ab471
decimals() view returns (uint8)
9
fountainAddress() view returns (address)
0x8296e33b6ac6a42927ff0bc9c92d577882e46c56
name() view returns (string)
Aqua Token
symbol() view returns (string)
AQUA
taxDivisor() view returns (uint256)
0
tokenPaused() view returns (bool)
false
totalFees() view returns (uint256)
172004148099
totalSupply() view returns (uint256)
17171336896297
uniswapPairAddress() view returns (address)
0xa5454f20dbe4c61782e0b9dda14869baa0d9b4fb
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
renounceWhitelistAdmin()
rewardLiquidityProviders()
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.