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

const response = altura.mintAdditionalSupply(
  COLLECTION_ADDRESS,
  TOKEN_ID,
  AMOUNT,
  TO_ADDRESS
);

const txHash = response.txHash;

Parameters

Last updated