logo
Burn
Initializing search
    • Overview
    • Why Express?
      • Overview
      • Getting Started
        • ERC721
        • ERC1155
          • Overview
          • Mint
          • BatchMint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute Bid
          • Withdraw Bid
          • Cancel Sale
          • Token URI
          • Create Collection
          • Mint
          • BatchMint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute
          • Withdraw
          • Cancel Sale
          • Token URI
          • Overview
          • Mint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute Bid
          • Withdraw Bid
          • Cancel Sale
          • Create Collection
          • Mint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute
          • Withdraw
          • Cancel Sale
      • Pinata
      • Overview
      • Architecture
          • Overview
          • Collection
          • Mint
          • BatchMint
          • Burn
          • Royalties
          • Sell
          • Buy
          • Auction
          • Bid
          • CancelSale
          • BidOrderBook
          • Overview
          • Share
          • RoyaltiesSet
          • TokenMeta
          • BidOrder
          • Overview
          • Collection
          • Mint
          • Burn
          • Royalties
          • Sell
          • Buy
          • Auction
          • Bid
          • CancelSale
          • BidOrderBook
          • Overview
          • Share
          • RoyaltiesSet
          • TokenMeta
          • BidOrder
      • Contract deployment
      • NFT MarketPlace
      • NFT Auction Market
      • NFT-Drop Dapp
      • NFT-Ticket Booking Dapp
      • NFT-Lending and Borrowing Dapp
    • ERC404

    Burn


    Minted NFTs can be burned by the owner using burn function of both PNDC_ERC1155 and TokenERC1155 contract.

        burn(
            uint256 _id, 
            uint256 _amount
            ) 
    
    • _id: ID of Token
    • _amount: Amount of Token to burn

    Previous Mint
    Next Royalties
    Made with Material for MkDocs