AquaTools
Verified contract
Active on
Ethereum with 5,305 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 |
---|---|---|---|---|---|
CLJ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21189042 | 17 days ago | | | 0 | 0.00053343787 | |
| 20624602 | 3 months ago | | | 0 | 0.000041764082 | |
| 20472525 | 4 months ago | | | 0 | 0.00011841568 | |
| 20339361 | 4 months ago | | | 0 | 0.00017332987 | |
| 20301680 | 5 months ago | | | 0 | 0.00016117683 | |
| 20198146 | 5 months ago | | | 0 | 0.00013820973 | |
| 20143580 | 5 months ago | | | 0 | 0.00013018690 | |
| 20132916 | 5 months ago | | | 0 | 0.0013913446 | |
| 20126534 | 5 months ago | | | 0 | 0.00039453301 | |
| 19940030 | 6 months ago | | | 0 | 0.00034309040 |
ABI
ABI objects
Getter at block 21310322
getBalance() view returns (uint256)
0
getMaxSupply() view returns (uint16)
3000
getMerkleRoot() view returns (bytes32)
0xb31dd787d1458330c38eb12c11fac24dfac41800d3460ec63003ffade88441b5
getPrice() view returns (uint256)
80000000000000000
getSupplyLeft() view returns (uint16)
1500
maxSupply() view returns (uint16)
3000
merkleRoot() view returns (bytes32)
0xb31dd787d1458330c38eb12c11fac24dfac41800d3460ec63003ffade88441b5
owner() view returns (address)
0xf1072737ca612622a6e83d4611326f5e0645b3e4
passIndex() view returns (uint8)
0
presaleActive() view returns (bool)
false
presaleMaxMintsPerTrans() view returns (uint8)
1
price() view returns (uint256)
80000000000000000
publicMaxMintsPerTrans() view returns (uint8)
3
reservedSupply() view returns (uint8)
200
saleActive() view returns (bool)
false
supplyLeft() view returns (uint16)
1500
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
hasToken(address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events mint(address account, uint8 amount) payable
mintPresale(address account, uint8 amount, bytes32[] _merkleProof) payable
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setPresaleStatus(bool _presaleActive)
setPrice(uint256 _price)
setSaleStatus(bool _saleActive)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.