IDropERC721

Interface for ERC721 Drop contracts

IDropERC721 Contract

This interface defines the functions required for ERC721 Drop contracts, which are contracts that allow for the minting of a collection of ERC721 tokens in a single drop.

Features

  • Allows for the minting of a collection of ERC721 tokens in a single drop.
  • Provides functions for managing the minting process, including setting the drop start and end times.
  • Includes functions for getting information about the drop, such as the number of tokens minted and the remaining supply.

Usage

This interface can be implemented by any contract that wants to provide ERC721 Drop functionality. To use this interface, you will need to implement the functions defined in the interface.