Win Duck / Mint once - Tthink twice
Verified contract
Active on
Base with 380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Win Duck / Mint once - Tthink twice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19911535 | 2 months ago | | | 0 | 2.1479212e-7 | |
| 12457225 | 8 months ago | | | 0 | 2.3509432e-7 | |
| 7788086 | a year ago | | | 0 | 1.2421751e-7 | |
| 6173242 | a year ago | | | 0 | 3.1607469e-7 | |
| 5211283 | a year ago | | | 0 | 4.7230281e-7 | |
| 4873093 | a year ago | | | 0.00005 | 0.000000102937289424 | |
| 4748877 | a year ago | | | 0 | 0.0000063594556 | |
| 4716495 | a year ago | | | 0 | 3.5506841e-7 | |
| 4631683 | a year ago | | | 0 | 2.6533191e-7 | |
| 4629394 | a year ago | | | 0 | 4.6913016e-7 |
ABI
ABI objects
Getter at block 22780772
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
getBaseURICount() view returns (uint256)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
numClaimedForFree(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
priceForAddress(address _address, uint256 _quantity) view returns (uint256 price)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verifyClaim(address _claimer, uint256 _quantity) view
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 _tokenId)
claim(address _receiver, uint256 _quantity) payable
lazyMint(uint256 _amount, string _baseURIForTokens, bytes _data) returns (uint256 batchId)
multicall(bytes[] data) returns (bytes[] results)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setOperatorRestriction(bool _restriction)
setOwner(address _newOwner)
setPricePerToken(uint256 _newPrice)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
OperatorRestriction(bool restriction)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PrimarySaleRecipientUpdated(address indexed recipient)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokensClaimed(address indexed claimer, address indexed receiver, uint256 indexed startTokenId, uint256 quantityClaimed)
TokensLazyMinted(uint256 indexed startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _royaltyRecipient, uint128 _royaltyBps, address _saleRecipient, uint256 _pricePerToken, uint256 _mintForFree)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()