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
Where can I see a Jetton with a number of decimals other than 9?

Jettons on TON usually have decimal precision value of 9, meaning the smallest amount of a Jetton is 0.000000001 of a coin. I know it's not the only possible option, but haven't seen others. Could someone provide a link to a Jetton with a different decimal precision?


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

  
  
Posted 10 months ago
Votes Newest

Answers


Yes, there are such Jettons, for example, jUSDT (USDT transferred from Ethereum via bridge.ton.org) has the decimal precision set to 6: https://tonscan.org/jetton/EQBynBO23ywHy_CgarY9NK9FTz0yDsG82PtcbSTQgGoXwiuA

But it's also easy to create such a Jetton yourself using https://minter.ton.org. One just has to specify the decimal precision in the corresponding field on the website. By default it is set to 9, and it seems most people just don't change that number.

  
  
Posted 10 months ago
Edited 10 months ago
3K Views
1 Answer
10 months ago
10 months ago
Tags