Deploy a modular Edition Drop contract

The Edition Drop contract also known as “semi-fungible” or “multi” tokens create multiple NFTs from the same asset based on the ERC-1155 standard.

Edition Drop includes settings called claim conditions which allow deployers to set a prices for tokens per claim phase and limits on how many tokens to be released.

Edition Drop vs Edition

The Edition Drop contract allows users to claim tokens based on specific settings set using Claim Conditions. If you do not need to set limits or special settings on how to claim, refer to the Edition contract.

Use Cases & Examples

  • Create NFT Memberships such as Early Access Cards for users to claim
  • Release a limited in-game item
  • Create badges, certificates, or passes for real world assets and events

Default Installed Modules

  • Claimable
  • BatchMetadata
  • Royalty
  • SequentialTokenId

Deploy modular Edition Drop contract

Learn how to deploy a modular Edition Drop contract through the dashboard.

  • Locate Contract

    Navigate to Explore, locate the Modular Edition Drop contract, and select the Deploy Now button.

    Screenshot Edition Drop contract
  • Configure Contract Metadata

    Fill in the Contract Metadata including Name, Symbol, Description, and Image.

    Contract Metadata serves as your unique identifier.

    Screenshot of Edition Drop configure metadata
  • Configure Sequential Token Id

    Input a number you want your tokens to start at for the sequential token id. If you don’t have a preference to change it, you may input 0.

    Screenshot of Edition Drop configure sequential token id
  • Select Chain

    Select the preferred chain you want to deploy on and select Deploy Now.

    Screenshot of Edition Drop select chain

    If you are signed in with an EOA wallet, you will be prompted to sign the transaction. After that your contract is deployed and you can begin configuring the modules.

Modular Contract

This contract is created using the modular contract framework. Modules on this contract are upgradeable. Learn more about Modular Contracts.

Configure Modules

To configure the modules, navigate to the Modules view:

(Coming soon)