Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "Ducks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21083881 | 15 days ago | | | 0 | 0.00043478850 | |
| 20998218 | a month ago | | | 0 | 0.00048216191 | |
| 20962978 | a month ago | | | 0 | 0.00058922252 | |
| 20866265 | a month ago | | | 0 | 0.00069664351 | |
| 20866221 | a month ago | | | 0 | 0.00078883359 | |
| 20669184 | 2 months ago | | | 0 | 0.00020785687 | |
| 20558515 | 3 months ago | | | 0 | 0.000038505859 | |
| 20525402 | 3 months ago | | | 0 | 0.00015528923 | |
| 20189023 | 5 months ago | | | 0 | 0.00025947511 | |
| 20157669 | 5 months ago | | | 0 | 0.00012510381 |
ABI
ABI objects
Getter at block 21191121
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmXirmGLMo4TNfpTmXFw6SoaiuUbS5bkwKtYRY27WkXrxP/
config() view returns (uint256 maxWlMintPerWallet, uint256 wlMintPrice, uint256 maxPublicMintPerWallet, uint256 publicMintPrice, uint256 maxSupply, bytes32 wlRoot)
(maxWlMintPerWallet=2, wlMintPrice=0, maxPublicMintPerWallet=5, publicMintPrice=0, maxSupply=4444, wlRoot=0xe050e15f4afe2bdbc5eceb0a23880e0feefe6270d85600debeea558ad6da4255)
name() view returns (string)
Ducks
owner() view returns (address)
0x02ec9ddf5b1bb05d9fb463f512d93c94b07afe44
saleState() view returns (uint8)
2
symbol() view returns (string)
DUCKS
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address user) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistMinted(address user) view returns (uint256)
State-modifying
Events airdrop(address recipient, uint256 amount)
approve(address operator, uint256 tokenId) payable
layADuckling(uint256 eggs, bytes32[] proof) payable
quackQuackMfer(uint256 quacks) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMintConfiguration(struct DucksConfig newConfig)
setSaleState(uint8 newSaleState)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()