Overview of thirdweb Drop contracts
mainThe Drop smart contracts are distribution mechanisms designed for releasing tokens to an audience under specific restrictions. They support three token standards:
DropERC20: For distributing ERC20 tokens.DropERC721: For distributing ERC721 (NFT) tokens.DropERC1155: For distributing ERC1155 (Multi-token) tokens.
These contracts are specifically intended for scenarios where a contract admin pre-determines the tokens to be minted and wants to control how an audience claims them (e.g., via allowlists or specific payment requirements).