Apes Zuki Club

Verified contract

Active on Ethereum with 3,648 txns
Deployed by via 0x0b14a7c2 at 14580169
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Apes Zuki Club "

0x4fbf572c13927e11266d99c86c2954dda5f81aa12a0003eae53240b751d8cba3
0x5bb0a37f693ba8c593970859f50931594973aecdde4791f9df6fdbe6d69b98ac
0x719f0f5a39339089102b3f8b48dc76118d017c6daccc55fb12cfe88c52a50398
0x5d8bc35720220a05e6a8be2820a96a957c3937da6d1cb27d366ef02b94a878c9
0x31fe4a18ff48238ea0d467936ac7add7996cee76e4579f267586ec4219193a7a
0x97896ef0058f09f5d732be4a7ab88b987343b3c6e1f0f2ec4e91ad6fe3729543
0xff4308616d4b63c57d82b50be4e9498b0f95acca49d036f9f00b7dce47732daa
0x37f506921410320dba062d203faee8382afe87be4ab83289670ea8dd6edc4721
0x70e4b9b963780f347bb45f389f2efd34a20d1608cf00d21395e9b3fec6063133
0x146438737b02b3637ec23d9fd8ef4ca384806ec91df30d083c0264099a282809

Functions
Getter at block 20847018
allowedToContract(view returns (bool)
true
maxMintPerTx(view returns (uint256)
10
maxMintPerWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
10000
name(view returns (string)
Apes Zuki Club
owner(view returns (address)
0x65c97549d32b7d640d541c98456e7fcac3d7e3a8
paused(view returns (bool)
false
price(view returns (uint256)
6000000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
AZC
totalSupply(view returns (uint256)
9885
uriSuffix(view returns (string)
.json
Read-only
_transferToContract(uint256view returns (bool)
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
mint(uint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintPerTx(uint256 _maxMintPerTx
setMaxMintPerWallet(uint256 _maxMintPerWallet
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
tokenURI(uint256 _tokenIdreturns (string)
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(