Skip to main content

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;

PaidWhitelistedNo whitelisted
Limited Variation 0 1
Dynamic Variation 2 3
Static Variation 4 5
FreeWhitelistedNo whitelisted
Limited Variation 6 7
Dynamic Variation 8 9
Static Variation 10 11

And the respective functions are as follow;

TypeFunction
0mintWhitelist
1mint
2mintWithURIWhitelist
3mintWithURI
4mintWhitelist
5mint
6mintWhitelist
7mint
8mintWithURIWhitelist
9mintWithURI
10mintWhitelist
11mint

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;