Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Is there NFT burning on TON?

Suppose I've created an NFT collection for testing purposes. After the testing I don't need it anymore and would like to get rid of it. Is there "NFT burning" on TON like there is on some other blockchains? How exactly do I burn a TON NFT?


This question was imported from Telegram Chat: https://t.me/tondev/117037

  
  
Posted 11 months ago
Votes Newest

Answers


So basically you can't burn the NFT.

It is not possible to completely erase an NFT from the blockchain. This is true for both Ethereum and TON, as data stored on the blockchain cannot be deleted. The only available option is to transfer the NFT to a "black hole" address or a specific inactive contract, which essentially locks the NFT away indefinitely.

Can take a look about my NFT implement in Tact lang:
https://github.com/howardpen9/nft-standard-template

  
  
Posted 11 months ago
Howard Peng
10 × 1 Administrator
4K Views
1 Answer
11 months ago
11 months ago
Tags