ERC1155 - Claim Conditions
ERC1155Claimable is an extension of ERC1155Claimable that enables claim conditions.
You can utilize these features of the SDK on your contract if it implements Drop for ERC 1155.
Configure claim conditions
Define the criteria of how NFTs can be claimed from your drop.
Each claim phase can define:
- When the claim phase will start
- How many NFTs to drop
- How much to charge per NFT
- What currency to use to sell the NFTs
- Which wallet addresses are allowed to mint (allowlist)
- How many NFTs can be claimed per wallet
- Metadata for the claim condition
- React
- Javascript
- Python
- Go
- Unity
This feature is missing a code snippet or might not be supported yet.
Check the React SDK documentation for more information.
Reach out on Discord for further assistance!
View React SDK DocumentationThis feature is missing a code snippet or might not be supported yet.
Check the Javascript SDK documentation for more information.
Reach out on Discord for further assistance!
View Javascript SDK DocumentationThis feature is missing a code snippet or might not be supported yet.
Check the Python SDK documentation for more information.
Reach out on Discord for further assistance!
View Python SDK DocumentationThis feature is missing a code snippet or might not be supported yet.
Check the Go SDK documentation for more information.
Reach out on Discord for further assistance!
View Go SDK Documentationvar tokenId = "0";
await contract.ERC1155.claimConditions.GetActive(tokenId);