Cat Kingdom NFT

Verified contract

Proxy

Active on Ethereum with 553 txns
Deployed by via 0x6bbe772f at 15505471
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Cat Kingdom NFT"

0xbe4bc7d7bf1f13f9c5d1892e2306f9a1535918e29a324af6bf33e6b66e58627a
0x9c91552cb3299ee1d1d7127fb128e88d0772b5ff5d6cd8124145e4447cb84863
0x5b8f44aa78d9e0f4d745b856a5fb29f457fe920c88d3e511a130b9c564135b5d
0x35426f163d071b5c299be245d64145b74aedcb75c88e6e965d562a3718f60256
0xfa5d292aa4b8861d9892f4934df3e82a83807ebe674e7e77d51adf9bd6667520
0xfbfed87761a08146b137ada8aa6f3d6220820e01526b8dfb558547b5a76619da
0xcf156b9d3e5c02349bd397a17954ae62d1296daa3eb5531b2af8900d4e8ffd54
0x603a94cfb621929dbd039a48ee961e096e78df0b097dd5a32b5a39e058d8cdcb
0xed2589049720dae92c2ed12f7948cffdba65ce627d4080b35107782765be16a2
From

Functions
Getter at block 21208882
maxAmount(view returns (uint256)
3000
maxPerMint(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
name(view returns (string)
Cat Kingdom NFT
owner(view returns (address)
0x09fbf1394fd84eb65d7f47230a4c9e782355f219
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
CKNFT
totalRevenue(view returns (uint256)
750000000000000000
totalSupply(view returns (uint256)
3000
treasury(view returns (address)
0x09fbf1394fd84eb65d7f47230a4c9e782355f219
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
mintTo(address recipientuint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(