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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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

Questions with tag jetton

Questions with tag jetton

Tags
Sorting
Results
per page
1 Votes
1 Answers
217 Views
1 Votes 1 Answers 217 Views
"Why is the data empty even though I deployed the jetton contract?" the contract is deployed correctly but data is empty https://github.com/toncenter/tonweb/...
0 Votes
1 Answers
107 Views
0 Votes 1 Answers 107 Views
To create a minimal jetton, is the jetton-wallet.fc file within the token-contract GitHub repository really necessary? --- > This question was imported from ...
0 Votes
1 Answers
111 Views
0 Votes 1 Answers 111 Views
How do I send jettons with TonWeb? Is there any other way to do it programmatically? --- > This question was imported from Telegram Chat: https://t.me/tondev...
12 days ago
0 Votes
0 Answers
65 Views
0 Votes 0 Answers 65 Views
Different Jetton tokens have different decimal precision (most use the default value is 9 digits, but some changed it). If I want to know the decimal precisi...
20 days ago
0 Votes
1 Answers
86 Views
0 Votes 1 Answers 86 Views
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
24 days ago
0 Votes
1 Answers
72 Views
0 Votes 1 Answers 72 Views
I'm developing a P2E (play-to-earn) game. There will be probably a lot of small transactions. Is it a good idea to create a custom token on TON blockchain to...
24 days ago
0 Votes
1 Answers
74 Views
0 Votes 1 Answers 74 Views
Where is the line of code that specifies the price of a jetton? Is the price of a jetton always what I choose or does it change with supply and demand? --- >...
28 days ago
0 Votes
1 Answers
84 Views
0 Votes 1 Answers 84 Views
In explorers such as Tonscan every Jetton page has a field called "mutable" with "yes/no" value in it. What does that mean, what exactly in Jettons is mutabl...
one month ago
0 Votes
1 Answers
109 Views
0 Votes 1 Answers 109 Views
There is an open source tool minter.ton.org for deploying custom Jettons to mainnet. Is there something like it for testnet? --- > This question was imported...
one month ago
0 Votes
1 Answers
121 Views
0 Votes 1 Answers 121 Views
Blockchains like Ethereum let people not only use the default ether token, but also create their own tokens on the blockchain. Does TON let people do this? H...
one month ago
2 Votes
1 Answers
222 Views
2 Votes 1 Answers 222 Views
I am new to developing smart contracts on the TON blockchain and I am looking for assistance in creating a contract that can automatically distribute a jetto...
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
We are developing a Web3 game project. Every day, tens of thousands of users should receive game tokens for activity in the game. At the moment, the project ...
4 months ago