Mint Additional ART20s
About Adding to Project Supply
This function allows you, as the creator, to mint additional ART20 tokens for an existing Project (Collection) that you previously created, increasing its total supply.
Requirements:
- • You must be the creator of the collection
- • The collection must have been created with the 'Mutable' option enabled
- • If a max supply was set, you cannot exceed it
- • You must have sufficient SUI for transaction fees
Key Inputs:
- • Select Collection: Choose from your mutable collections that can accept additional tokens
- • Amount: Number of new tokens to mint (respects max supply limits)
What Happens On-Chain:
Upon successful transaction:
- • New NFT objects are created with sequential asset IDs
- • The CollectionCap's current supply is updated
- • Your UserBalance for this collection is increased
- • A MintAdditional event is emitted for indexing
Note: This is only possible for projects initially created with the 'Is Mutable' option checked and only up to the specified 'Max Supply' limit (unless Max Supply is 0 = unlimited).