Mint Additional Supply of ERC1155
Use this method to mint additional supply of an item.
Only works if the circulating supply is less than the maximum supply
Usage in your script
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
| String | Yes | The item's collection address |
| number | Yes | The item's tokenId |
| number | Yes | The amount of additional supply you want to mint |
| String | Yes | The address you want to mint the additional supply toYou do not need to mint the additional supply to your own wallet, instead, you can mint them to someone else's wallet right away |
Last updated