DuckDrop

Verified contract

Active on Ethereum with 407 txns
Deployed by via 0xb0df22cd at 14774945
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DuckDrop"

0x0316339cbdd0679a11319b707e54ff5fe5ffb0940a71d0d87ddc56fe386d3d02
0x8b6f89296b1ac64945fb1f58d0563ddd6ae7814b5c0fd7c25b5206a989baa223
0x1558012031b57810487099d29025d5db160197817640bdf8896a77816ba33303
0x3f8512297f2e4e848585bd84fa41b00cb1f926f49d0106753ced4e51bc4bbc45
0xd76105f1d1c0126f81c9f932e4d5f7989420fe6a083d91d93fefe3be2fc84363
0xc877eae4076a678af07bc9fdb46cad188ac819874728002c208c4c3f60eca7b8
0x92e52d0164c71fa665b7f699b813792bd41219e99f10e197a6a328681d2ebe90
0x35dc5c5234261afee7c7a081b1c6dcd1f86232ad8ddcb2c225eee67004a6fec7
0x6934f5152d021e8ce872aa2e219f71a9a181b3b05ca4f339c28b041c3e0bb56d
0x033476efe9824534ac8fe12960e5a3335974e4e77495486ac9380e4d76609120

Functions
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 publicSaleStartTimeuint64 mintlistPriceuint64 publicPrice)
(publicSaleStartTime=1653220800, mintlistPrice=200000000000000000, publicPrice=200000000000000000)
symbol(view returns (string)
DD
totalSupply(view returns (uint256)
297
Read-only
allowlist(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPublicSaleOn(uint256 publicPriceWeiuint256 publicSaleStartTimeview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
SetupSaleInfo(uint64 mintlistPriceWeiuint64 publicPriceWeiuint32 publicSaleStartTime
allowlistMint(uint256 quantitypayable 
approve(address touint256 tokenId
devMint(uint256 quantity
devMintTo(address[] addressesuint256[] num
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
seedAllowlist(address[] addressesuint256[] numSlots
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_uint256 amountForDevs_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(