VIP KITTY

Unverified contract

Proxy

Active on Base with 339 txns
Deployed by via 0xe39b8b2f at 16039460
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
ERC-20
--
0x6acc0d68efca70aa2cfe237cea968db885436137dc0604d53574ebe61021b3c3
0x42c30921df72ad029e7eee66eb265938625f0563c314a176deebb909d2ee4518
0x75e9cf4d7695e20dc3ee7e475a6375311dbd34755ae40f1efc908295fc21a4e3
0xc0142a80e05101542fbcc7e16635caf63acb6581b6b1fcdb5292ddffdfe75efb
0x42c0a7c4549e3d43eae2a5bdfccd5ae0582bc3899f67713c10eb76082c4600c2
0xe28e5f4deff7037fbc22ca710caa4a2af409846137aeed9f68766394a1a40170
0xf415714a80117763eb4090373980872f00c28157a562243f8e40c2bcdfb08b68
0xf4d12547a86b4bd05009f170c360eff2b6914fc09c7287c34543e6df25811d62
0xecc3febaa476e337cdeaefee67bb0889f777d430180245cf8468c8e0d33689d3
0x7005fbb9f370e6b412356c6bad0dbee8a9cb7cc70100508ca023bc326d61897b

Functions
Getter at block 23086026
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=1)
contractURI(view returns (string)
ipfs://QmNUcoVcVenKtt7ZcqLFav2c9AnC78V9KJ8X4qDLydDLkw/0
getActiveClaimConditionId(view returns (uint256)
0
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x97258f5cbe2f4ee32a4926808fee849271b8fd1b, 0)
name(view returns (string)
VIP KITTY
nextTokenIdToClaim(view returns (uint256)
324
nextTokenIdToMint(view returns (uint256)
324
owner(view returns (address)
0x97258f5cbe2f4ee32a4926808fee849271b8fd1b
primarySaleRecipient(view returns (address)
0x97258f5cbe2f4ee32a4926808fee849271b8fd1b
sharedMetadata(view returns (string namestring descriptionstring imageURIstring animationURI)
(name=VIP KITTY, description=be the VIP ser!, imageURI=ipfs://QmV1DjEinZqJeHkFnzHxMKGGTqbYPQcKScr36JU4NbDZgf/mintcat1.png, animationURI=)
startTokenId(pure returns (uint256)
1
symbol(view returns (string)
VK
totalMinted(view returns (uint256)
323
totalSupply(view returns (uint256)
323
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership ownership)
getApproved(uint256 tokenIdview returns (address)
getClaimConditionById(uint256 _conditionIdview returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
getSupplyClaimedByWallet(uint256 _conditionIdaddress _claimerview returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofbytes _datapayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBps
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IClaimConditionClaimCondition[] _conditionsbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOwner(address _newOwner
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setSharedMetadata(struct ISharedMetadataSharedMetadataInfo _metadata
transferFrom(address fromaddress touint256 tokenIdpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
Initialized(uint8 version
MetadataUpdate(uint256 _tokenId
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
SharedMetadataUpdated(string namestring descriptionstring imageURIstring animationURI
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 startTokenIduint256 quantityClaimed
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(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(