Buy
NFTs can be bought using buyNFT function of NFTFactoryContract1155.sol contract.
BuyNFT(
uint256 _saleId,
uint256 _amount
)
- _saleId: Id of the item on sale
- _amount: Amount of Token.
NFTs can be bought using buyNFT function of NFTFactoryContract1155.sol contract.
BuyNFT(
uint256 _saleId,
uint256 _amount
)