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
Do wallets without transactions lose their value over time?

It's known that smart contracts on TON have to pay storage fee, it is deducted during each transaction. And if a contract doesn't have any transactions for a very long time, it would get frozen and disappear so it won't be stored eternally for free.

TON wallets are smart contracts too. Does it mean that if a wallet is not used at all for a very long time, its owner will eventually lose all the money in that wallet?


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

  
  
Posted one year ago
Votes Newest

Answers


Yes, the owner will eventually lose all the money.
However, data stored by wallet (let's assume v3r2) is less than 1 KiB, so to lose even 1 TON you'll have to wait thousands of years, over which time the network will clearly have some other breaking changes.

2
2
Posted one year ago
16K Views
1 Answer
one year ago
one year ago
Tags