Lil Duckies

Verified contract

Active on Ethereum with 8,243 txns
Deployed by via 0xd722d51a at 16301959
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lil Duckies"

0x43a9fbbab4251f9096d47e8eb4634904d15e4f09ff802a070a54849382d0d212
0x7a05dec4a8f7fe33c896c4f52da71ccda32763970cc9980675291d04654f2fce
0x1a1fa0312b5dd7653f7a85c1b5fcc87b16dcb699e18fded3eafb49afd5ee8b9f
0x175439d449ad74463bcc9aec3d8db1950473e5b2747aba6ae6405ea9b155add3
0xcae47236824de9a0eb9b3f140c7295e44b529d739ac2176ec18b3d36e7c0b093
0xd35e69924448416a27cf08184949c53b70d0bb2b41466b3e22a0aaad7b05463f
0x28cc44ff5808e2c3a2083450413b441bd89603aef17349db89791597988b37fe
0x3a5b545b89444996252d3f59e142fcbbc82e900bf9d035de4af4826c6f44c117
0xe471496f4e2310d4857f0556ec26829b1c4a4e720bca1e92592531a6adc02b19
0x70c120bb99759f0baef43e69bfed69b00e1702328a6032da4c06508473588eeb

Functions
Getter at block 21199944
COST_AFTER_FREE(view returns (uint256)
3300000000000000
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_PER_TX(view returns (uint256)
5
MAX_PER_WALLET(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
3334
adoptionEnabled(view returns (bool)
false
allowListAdoptionEnabled(view returns (bool)
false
allowListRoot(view returns (bytes32)
0xf4ddafe9226ff11fa7a1aaa5510a09970cf23aac5067f875def42dafec6e036d
canRoastDucky(view returns (bool)
false
name(view returns (string)
Lil Duckies
owner(view returns (address)
0x06a4c9988290e2f2da9a32292a09e5fb45ce0fb3
symbol(view returns (string)
LD
totalDuckiesRoasted(view returns (uint256)
0
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
duckiesRoasted(address addrview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 qtyview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberAdopted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
adopt(uint256 qtypayable 
allowListAdopt(bytes32[] proofuint256 qtypayable 
approve(address touint256 tokenId
deleteDefaultRoyalty(
renounceOwnership(
roastDucky(uint256 duckyIdreturns (uint256)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowListRoot(bytes32 allowListRoot_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setDuckContract(address contractAddress_
setMaxPerTx(uint256 MAX_PER_TX_
setMaxPerWallet(uint256 MAX_PER_WALLET_
setMaxSupply(uint256 maxSupply_
teamAdopt(uint256 quantityaddress to
toggleAdoptionEnabled(
toggleAllowListAdoptionEnabled(
toggleCanRoastDucky(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdoptionNotEnabled(
AllowListAdoptionNotEnabled(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
CannotRoastUnAdoptedDucky(
DuckQuacktoryNotOpenYet(
DuckRoastingIsClosed(
ExceedsAllowedAdoptionSize(
ExceedsMaxPerTransaction(
ExceedsMaxPerWallet(
IncorrectPaymentAmount(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotAllowlisted(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TooLittleEth(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(