logo
CancelSale
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

    CancelSale


    NFTs can be removed from direct sale or auction sale using cancelSale function of NFTFactoryContract contract.

        cancelSale(
            uint256 _saleId
        )
    
    • _saleId: Id of the item on sale

    Previous Bid
    Next BidOrderBook
    Made with Material for MkDocs