WaveCatchers
Verified contract
Active on
Ethereum with 6,480 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 "WaveCatchers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171794 | 4 days ago | | | 0 | 0.0012331704 | |
| 20672940 | 2 months ago | | | 0 | 0.000085496009 | |
| 20185527 | 5 months ago | | | 0 | 0.00036629362 | |
| 20185523 | 5 months ago | | | 0 | 0.00037574795 | |
| 20185517 | 5 months ago | | | 0 | 0.00037420189 | |
| 20185512 | 5 months ago | | | 0 | 0.00033958990 | |
| 20185508 | 5 months ago | | | 0 | 0.00033991956 | |
| 20185495 | 5 months ago | | | 0 | 0.00034863870 | |
| 20185483 | 5 months ago | | | 0 | 0.00036894916 | |
| 20185468 | 5 months ago | | | 0 | 0.00036288261 |
ABI
ABI objects
Getter at block 21201368
collectionSize() view returns (uint256)
3334
isRevealed() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xca98ae1475a6bfa6538d9a4e546eb669dd0fd48a73b2cd3816309e0d5a3cba3f
name() view returns (string)
WaveCatchers
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xbef13136db63da727494b3b628ed9ea437831021
price() view returns (uint256)
25000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
WC
totalSupply() view returns (uint256)
3334
wlSupplyLeft() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
canClaimOG(address _address, bytes32[] _merkleProof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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 OGMint(bytes32[] merkleProof)
approve(address to, uint256 tokenId)
flipSaleState()
mint(uint256 _amount) payable
renounceOwnership()
reserve(uint256 _amount)
reveal(string baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultURI(string _defaultURI)
setMerkleRoot(bytes32 _merkleRoot)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.