You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hold to Mint - This is pretty common scenario where the collector holds Mint Pass in order to Claim/Mint the actual NFT (ERC721/1155). The contract checks the number of Mint Pass(es) the collector has and allows to mint the respective NFT(s).
Burn to Mint - In this scenario where the collector's Mint Pass(es) are burned and in return the actual NFT(s) (ERC721/1155) are minted. The contract checks for the number of Mint Pass(es) the collector holds and allows to mint the NFT(s) and then burns Mint Pass(es) used to complete the transaction.
Stake to Mint - There are few scenarios where the NFT(s) are staked, in that case the contract has to check the amount of tokens staked and allow the collector to mint the respective NFT(s).
This space will be updated with more scenarios.
The text was updated successfully, but these errors were encountered:
Mint Pass Scenarios
This space will be updated with more scenarios.
The text was updated successfully, but these errors were encountered: