Mint NFTs
V1 NFTs
If you would like to learn your collection's mint type check here.
In mQuark Protocol there are 12 mint types for a collection. These types are automatically generated during the collection creation according to the given parameters. These are as follow;
| Paid | Whitelisted | No whitelisted |
|---|---|---|
| Limited Variation | 0 | 1 |
| Dynamic Variation | 2 | 3 |
| Static Variation | 4 | 5 |
| Free | Whitelisted | No whitelisted |
|---|---|---|
| Limited Variation | 6 | 7 |
| Dynamic Variation | 8 | 9 |
| Static Variation | 10 | 11 |
And the respective functions are as follow;
| Type | Function |
|---|---|
| 0 | mintWhitelist |
| 1 | mint |
| 2 | mintWithURIWhitelist |
| 3 | mintWithURI |
| 4 | mintWhitelist |
| 5 | mint |
| 6 | mintWhitelist |
| 7 | mint |
| 8 | mintWithURIWhitelist |
| 9 | mintWithURI |
| 10 | mintWhitelist |
| 11 | mint |
V2 NFTs
For V2 NFTs, the mint functions are the same for each but the required parameters are different. The mint functions are as follow;