Poisonous Cherry Bombs

Verified contract

Proxy

Active on Ethereum with 680 txns
Deployed by via 0xecf256e7 at 15462017
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 49 additional slots
17 additional variables

No balances found for "Poisonous Cherry Bombs"

0xff131fff2b9102e9750737c78536432e506d736faaaaa8a29ee5c6bdeb85c72d
0x25222c94f313d173eae2c370f7723613161739d7ec0da5251a221de912e9286d
0xc99fc4aeea33ce4be12d9d3a352ad5b72ed7c1fc1681e80daf7afe7eadcc8d49
0x2557bc3563a8c6852f9f175a8dbfc4867872fe0f4dd36803d638942907416ca0
0x010d10e7d19554c036ef84d1fa61fd6705ce103bd6bc531615168398f5b34677
0xbe3f8116aea9c38b4b613cfbce05fffb5d685ae697cd927a00dd9d05ab545527
0xbcfe3799e4c6dc35bf3ca0f8bcee858b78d550e5930f91b394b9562193f7ba77
0xeaebbc62fcb3f00f8453c887d501fcaab8e90e073031814b4afeb65748aa5326
0x8cc586bd9548c28bc247f0607659f80621946bf923e45a22c296fd52e726fc91
0xd8fde8abcffc55516ac1bb89289088a15269ffbf8c393e5f370cd54a1b1482bd

Functions
Getter at block 20933947
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 startTimestampuint256 maxClaimableSupplyuint256 supplyClaimeduint256 quantityLimitPerTransactionuint256 waitTimeInSecondsBetweenClaimsbytes32 merkleRootuint256 pricePerTokenaddress currency)
(startTimestamp=1662161314, maxClaimableSupply=115792089237316195423570985008687907853269984665640564039457584007913129639935, supplyClaimed=50, quantityLimitPerTransaction=10, waitTimeInSecondsBetweenClaims=115792089237316195423570985008687907853269984665640564039457584007913129639935, merkleRoot=0x8167850d2ff7a3071cb0b113c55e384ebb8e1566523af0d46c91520ee0b4f0c4, pricePerToken=0, currency=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee)
contractType(pure returns (bytes32)
0x5369676e617475726544726f7000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://Qme6A8sgsJSKodD7RMo7D2c8ohn9zmLAfUxuoi5cy2Adbx/0
contractVersion(pure returns (uint8)
4
getBaseURICount(view returns (uint256)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x7b9b0bd69ff6237e6fbfc1b1dc98b7b00e487b72, 1000)
getPlatformFeeInfo(view returns (addressuint16)
(0x8c2e248de8e9f005fb48ad45976f02a6ddecb245, 0)
name(view returns (string)
Poisonous Cherry Bombs
nextTokenIdToMint(view returns (uint256)
5555
owner(view returns (address)
0xa2e5968f976637b5c0c9c966468d71593604fe19
primarySaleRecipient(view returns (address)
0x7b9b0bd69ff6237e6fbfc1b1dc98b7b00e487b72
symbol(view returns (string)
PCB
totalMinted(view returns (uint256)
5120
totalSupply(view returns (uint256)
5120
Read-only
balanceOf(address ownerview returns (uint256)
encryptDecrypt(bytes databytes keypure returns (bytes result)
encryptedData(uint256view returns (bytes)
getApproved(uint256 tokenIdview returns (address)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getClaimTimestamp(address _claimerview returns (uint256 lastClaimedAtuint256 nextValidClaimTimestamp)
getRevealURI(uint256 _batchIdbytes _keyview returns (string revealedURI)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isEncryptedBatch(uint256 _batchIdview 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)
verify(struct ISignatureMintERC721MintRequest _reqbytes _signatureview returns (bool successaddress signer)
verifyClaim(address _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenbool verifyMaxQuantityPerTransactionview 
verifyClaimMerkleProof(address _claimeruint256 _quantitystruct IDropSinglePhaseAllowlistProof _allowlistProofview returns (bool validMerkleProofuint256 merkleProofIndex)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropSinglePhaseAllowlistProof _allowlistProofbytes _datapayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
mintWithSignature(struct ISignatureMintERC721MintRequest _reqbytes _signaturepayable returns (address signer)
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
reveal(uint256 _indexbytes _keyreturns (string revealedURI)
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IClaimConditionClaimCondition _conditionbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimConditionUpdated(struct IClaimConditionClaimCondition conditionbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
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
TokenURIRevealed(uint256 indexed indexstring revealedURI
TokensClaimed(address indexed claimeraddress indexed receiveruint256 indexed startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ISignatureMintERC721MintRequest mintRequest
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(