Skip to main content

Erc1155Burnable class

Signature:

export declare class Erc1155Burnable implements DetectableFeature

Implements: DetectableFeature

Constructors

ConstructorModifiersDescription
(constructor)(contractWrapper)Constructs a new instance of the Erc1155Burnable class

Properties

PropertyModifiersTypeDescription
featureName"ERC1155Burnable"

Methods

MethodModifiersDescription
batch(tokenIds, amounts)Burn a batch of NFTs
batchFrom(account, tokenIds, amounts)Burn a batch of NFTs
from(account, tokenId, amount)Burn a specified amount of a NFTs
tokens(tokenId, amount)Burn a specified amount of a NFTs