thirdweb

Aura NFT Drop

Standard contract for dropping a custom NFT collection.

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


OPERATOR_FILTER_REGISTRY

(OPERATOR_FILTER_REGISTRY)

view

Published by

View all contracts

Details

  • Publish Date

    Jun 11, 2023

  • Licenses

    Apache-2.0, MIT


  • Learn more about Publish