ERC721ADirectMinterFacet

ERC721ADirectMinterFacet

Minting facet implementation for 1155 NFTs for admins.

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?