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 "DuckDrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182437 | a month ago | | | 0 | 0.0014671845 | |
| 20599871 | 4 months ago | | | 0 | 0.00014607678 | |
| 19451873 | 9 months ago | | | 0 | 0.0011696824 | |
| 19130924 | 10 months ago | | | 0 | 0.00071951181 | |
| 18783696 | a year ago | | | 0 | 0.0020575573 | |
| 18475968 | a year ago | | | 0 | 0.0014822663 | |
| 18361373 | a year ago | | | 0.4 | 0.00068037985 | |
| 18361217 | a year ago | | | 0.2 | 0.00057569679 | |
| 18242999 | a year ago | | | 0 | 0.00064185741 | |
| 18242989 | a year ago | | | 0 | 0.00065712029 |
ABI
ABI objects
Getter at block 21380880
amountForDevs() view returns (uint256)
45
collectionSize() view returns (uint256)
888
maxPerAddressDuringMint() view returns (uint256)
2
name() view returns (string)
DuckDrop
owner() view returns (address)
0xacc793352d2d6f6e7821b6f56450c868e4f1bf2b
saleConfig() view returns (uint32 publicSaleStartTime, uint64 mintlistPrice, uint64 publicPrice)
(publicSaleStartTime=1653220800, mintlistPrice=200000000000000000, publicPrice=200000000000000000)
symbol() view returns (string)
DD
totalSupply() view returns (uint256)
297
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events SetupSaleInfo(uint64 mintlistPriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime)
allowlistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
devMintTo(address[] addresses, uint256[] num)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()