IERC1155DirectMinterFacet
IERC1155DirectMinterFacet
Facet that allows admins to mint 1155 NFTs.
erc1155DirectMint
Mints an 1155 NFT with the specified quantity.
Parameters
Name
Type
Description
to
address
The address that should receive the NFT. If this is a contract, then the contract must be ERC1155 receiver conforming.
tokenId
uint256
The id of the token to mint.
quanity
uint256
The quanity of the tokens to mint.
Was this helpful?