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

Questions with tag jetton

Questions with tag jetton

Tags
Sorting
Results
per page
Filter

   
0 Votes
0 Answers
407 Views
0 Votes 0 Answers 407 Views
I made a TON token (Jetton) https://dedust.io/swap/TON/EQBn7UmJDK-fN8uB4rC5DCw5TpOnC5sFNR75Uk2VgxY9QJeU Soon. I will create a Liquidity pool, how I then can ...
22 days ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Please tell me how to transfer tokens without privatekey, I found only such examples in the documentation. const transaction = { validUntil: Math.floor(Date....
2 months ago
0 Votes
2 Answers
4K Views
0 Votes 2 Answers 4K Views
hey i wrote smart contract that allow users to send TONs to smart contract address and receive my jettons,everytime i mint new jettons and burn these on my m...
3 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
Hello Everyone I would like to know how to add lp to jetton tokens minted through the ton minter. I just don't want to just transfer between wallets, I want ...
3 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
We are making a Jetton for a game that users can deposit and withdraw from their wallet. But i was wondering how can we handle the fees for the transactions ...
3 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Hi there. In my app I allow deposit and withdraw some Jetton. I would like to implement withdrawal in such way that user compensate transaction fee (somethin...
1 Votes
2 Answers
11K Views
1 Votes 2 Answers 11K Views
I'm trying to send jettons from one wallet to another. For this I use the library tonweb. Whenever i send transaction, i get a zero amount of tokens. Why is ...
7 months ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
I would like to see an example of how to compose the body of a transaction for transferring Jettons. Is there such an example somewhere? --- > This question ...
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
One Toncoin consists of one billion (10 to the power of 9) nanotons. So when dealing with Toncoins, you sometimes need to multiply by a billion. What about J...
9 months ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Suppose I have a TON wallet address and I want to get all its jetton wallet addresses. How do I get it? Do I need to index all the blockchain for that? --- >...
9 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am using TonWeb to get data from a Jetton wallet: javascript let res = new TonWeb.token.jetton.JettonWallet( tonweb.provider, { ownerAddress: new TonWeb.Ad...
11 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
I can't find the zero address, or at least send tokens to it correctly. I would like to use the address it to implement burn mechanics for a Jetton. How do I...
11 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
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...
11 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Can anyone can create a jetton? Even an ETH token? How do we know which one is the official bridge of ETH? --- > This question was imported from Telegram Cha...
11 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Is it possible to send Toncoins and Jettons in the same transaction? If it is, how to do it exactly? --- > This question was imported from Telegram Chat: htt...
one year ago
1 Votes
1 Answers
7K Views
1 Votes 1 Answers 7K 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
8K Views
0 Votes 1 Answers 8K 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
9K Views
0 Votes 1 Answers 9K 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...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K 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...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K 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...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K 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...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K 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? --- >...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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 year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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 year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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 year ago
2 Votes
1 Answers
18K Views
2 Votes 1 Answers 18K 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
19K Views
0 Votes 2 Answers 19K 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 ...
one year ago