CutieCatsClub
Verified contract
Active on
Ethereum with 932 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($50.21)
Native
Value
$49.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.013601 | $3,672.00 |
$49.94 | |
WETH | ERC-20 | 0.000074 | $3,672.42 |
$0.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20322965 | 4 months ago | | | 0 | 0.00019107285 | |
| 19025529 | 10 months ago | | | 0 | 0.00071981609 | |
| 19025528 | 10 months ago | | | 0 | 0.00074387568 | |
| 19025528 | 10 months ago | | | 0 | 0.00074129917 | |
| 19025479 | 10 months ago | | | 0 | 0.00093067622 | |
| 18753586 | a year ago | | | 0 | 0.00098651421 | |
| 18654474 | a year ago | | | 0 | 0.00040414523 | |
| 18320212 | a year ago | | | 0 | 0.00026266865 | |
| 18116449 | a year ago | | | 0 | 0.00039701625 | |
| 17866684 | a year ago | | | 0 | 0.00066891088 |
ABI
ABI objects
Getter at block 21301384
ALroot() view returns (bytes32)
0x081868a765aed5227b30777793bcdb47b57630d67013729c40c659c366558355
WLroot() view returns (bytes32)
0xa7ef6fbb5d1cb72f15c7792c5a376f7acf032b988596eac89401989a8549d77d
collectionSize_() view returns (uint256)
1010
maxPerAllowlist() view returns (uint256)
2
maxPerPublic() view returns (uint256)
5
maxPerWhitelist() view returns (uint256)
2
maxWlRound() view returns (uint256)
925
mintPhase() view returns (uint256)
1
mintPrice() view returns (uint256)
0
name() view returns (string)
CutieCatsClub
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x9daa5dc8c8aed46bbbed2661f0d59d36cab966dc
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidAL(bytes32[] proof, bytes32 leaf) view returns (bool)
isValidWL(bytes32[] proof, bytes32 leaf) 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)
devMint(address _to, uint256 _mintAmount)
mintAllowList(uint256 _mintAmount, bytes32[] _Proof) payable
mintWhiteList(uint256 _mintAmount, bytes32[] _Proof) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setALRoot(bytes32 newALRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCollectionSize(uint256 newCollectionSize)
setMaxPerAddress(uint256 newMaxPerAddress)
setMaxPerAllowlist(uint256 newMaxPerAllowlist)
setMaxPerWhitelist(uint256 newMaxPerWhitelist)
setMaxWlRound(uint256 newMaxWlRound)
setMintPrice(uint256 newPrice)
setPhase(uint256 newPhase)
setWLRoot(bytes32 newWLRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney() payable
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)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.