UNDERWATER CLUB
Verified contract
Active on
Ethereum with 9,854 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UNDERWATER CLUB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998106 | a month ago | | | 0 | 0.00021764997 | |
| 20319400 | 4 months ago | | | 0 | 0.00021569436 | |
| 19614027 | 8 months ago | | | 0 | 0.00096969866 | |
| 19527890 | 8 months ago | | | 0 | 0.0024315753 | |
| 19109307 | 10 months ago | | | 0 | 0.00022445670 | |
| 19088353 | 10 months ago | | | 0 | 0.00043201699 | |
| 19088260 | 10 months ago | | | 0 | 0.00041687938 | |
| 18301619 | a year ago | | | 0 | 0.00013980270 | |
| 17709477 | a year ago | | | 0 | 0.00065296556 | |
| 17705429 | a year ago | | | 0 | 0.00067683006 |
ABI
ABI objects
Getter at block 21284667
maxPerAddress() view returns (uint256)
3
maxPerTx() view returns (uint256)
3
maxToken() view returns (uint256)
10000
name() view returns (string)
UNDERWATER CLUB
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x90818f3c5e82b87cca84ef1d60d7a845cdca0bf4
price() view returns (uint256)
9690000000000000
publicSale() view returns (bool)
true
symbol() view returns (string)
UWC
totalSupply() view returns (uint256)
10000
whitelistSale() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleState()
flipWhitelistState()
mint(uint256 quantity, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _PriceInWEI)
setRoot(bytes32 _root)
teamAllocationMint(address _address, uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _NAME, string _SYMBOL)
This contract contains no fallback and receive objects.
This contract contains no error objects.