IERC721ADirectMinterFacet

IERC721ADirectMinterFacet

Facet that allows admins to mint 1155 NFTs.

erc721aDirectMint

function erc721aDirectMint(address to, uint256 quanity, bytes data) external

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.

quanity

uint256

The quanity of the tokens to mint.

data

bytes

Was this helpful?