thirdweb's NFT Drop contract
The NFT Drop contract is ideal when you want to release a collection of unique NFTs using the ERC721A Standard.
It allows you to define a set of conditions called claim phases in a sequence which defines when and how your users can claim an NFT from your drop; including allowlists, release dates, claim limits, and delayed reveals.
When you add NFTs to your drop contract, they are not minted at this point. You prepare everything for your users by lazy minting them, so that other wallets can mint them
OpenSea Creator Earnings Supported
Here's how creator earnings work on OpenSea. This contract supports OpenSea creator earnings by default; this support can be switched on and off by the contract admin, after deployment, by calling the setOperatorRestriction
using the contract explorer.
Use Cases & Examples
You could use the NFT Drop contract to:
Release a PFP Collection where each NFT has a different combination of traits
Release NFTs of your artwork, and have your community mint them for a price
Create a restricted-access NFT drop, where only a specified list of wallets can claim NFTs
Resources
DEFAULT_ADMIN_ROLE
(DEFAULT_ADMIN_ROLE)
view
Details
Publish Date
Apr 25, 2023
Audit Report
Licenses
Apache-2.0, MIT