Win Duck / Mint once - Tthink twice

Verified contract

Active on Base with 380 txns
Deployed by via 0x055f36f5 at 3956457
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Win Duck / Mint once - Tthink twice"

0x2140b1621e57dc4a7a64393f86d097f2922ee648c86146982c595d8f671a31f2
0xe5f1d28651642c0b32ac94b88720f17560a55fb2f924b247f73772b37251ab42
0x4dbd9bea2281046c4c69c1550e91153b6e3f9d9e2ea2bc96dd354f2542dc1ab4
0x5af6f93921acf1c2d5102f18b5f6498dc6f43ca5ec569b5fd494929e177bc975
0xed7b3ef8ec58355f6494243d6c98e4aabb1f76946ccf83816944cd9718cc8c71
0x6c38becb55f36f3642cd02ce5bca18a940a71a229914e7a62f3aea6cecb157a1
0xfdc9884ab3548528b13c2ad4d51b4dda6d33a6a2ca9bd9d0f1d330c7b4a58970
0xd1dd9e119ad3545572cfc70875a3c967d9ec3db6521e5ea70a54022b89b21b8b
0x4021b82a04e097024572c2158343bee7c074c767ce1b0eec631d2bdd4bf45542
0x35f1ad246e5f5f444b2abf4c92b954292cbdf1ceed9836867fbb577ad1c1b361

Functions
Getter at block 22780772
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
getBaseURICount(view returns (uint256)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x71dead1ec531d3f32f565b17f4cc0a092b72825e, 0)
mintForFree(view returns (uint256)
1
name(view returns (string)
Win Duck / Mint once - Tthink twice
nextTokenIdToClaim(view returns (uint256)
482
nextTokenIdToMint(view returns (uint256)
500
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x71dead1ec531d3f32f565b17f4cc0a092b72825e
pricePerToken(view returns (uint256)
10000000000000
primarySaleRecipient(view returns (address)
0x71dead1ec531d3f32f565b17f4cc0a092b72825e
symbol(view returns (string)
PSPSXQ
totalSupply(view returns (uint256)
482
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
numClaimedForFree(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
priceForAddress(address _addressuint256 _quantityview returns (uint256 price)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(address _claimeruint256 _quantityview 
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 _tokenId
claim(address _receiveruint256 _quantitypayable 
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
multicall(bytes[] datareturns (bytes[] results)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPricePerToken(uint256 _newPrice
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
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PrimarySaleRecipientUpdated(address indexed recipient
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensClaimed(address indexed claimeraddress indexed receiveruint256 indexed startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboladdress _royaltyRecipientuint128 _royaltyBpsaddress _saleRecipientuint256 _pricePerTokenuint256 _mintForFree
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(