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 a "blackhole address" on TON for NFT burning?

On Ethereum, if you want to get rid of an NFT, you can send it to a special0x0000000000000000000000000000000000000000 address, and after that it can't be accessed by anyone. Is there such an address on TON?


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

  
  
Posted 10 months ago
Votes Newest

Answers


Good question! Essentially, we are following the content from getgems.io, the largest NFT marketplace on TON. It suggests that we can use two specific addresses as dead addresses, similar to what we know from Ethereum:

1/ "EQD__________________________________________0vo"(https://dton.io/a/EQD__________________________________________0vo)

2/ "EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c"(https://dton.io/a/EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c)

By sending NFTs to these addresses, you will lose complete access to them, making it impossible to retrieve the NFTs.

It's important to note that there's currently no full-fledged "burning" or deletion of NFTs on TON as it exists on other blockchains. However, the plan is to add "burning" in the traditional sense to NFTs on TON in the future.

2
2
Posted 10 months ago
2K Views
1 Answer
10 months ago
10 months ago
Tags