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 fees

Questions with tag fees

Tags
Sorting
Results
per page
Filter

   
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
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...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
It's good when a smart contract needs as little gas as possible for a specific action. So a developer might want to optimize the code, making it use less gas...
7 months ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
In the TON blockchain each NFT makes use of its own smart contract. And storing things in TON requires paying storage fees deducted from any smart contract. ...
8 months ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
It's known that coins in the testnet are not "real". But are the testnet fees in those coins exactly the same as the gas fees in mainnet? If a transaction re...
8 months ago
0 Votes
2 Answers
14K Views
0 Votes 2 Answers 14K Views
If there are two dicts and one of them is bigger than other, would the operations like insert require more gas for the bigger one, or would the gas fees be t...
10 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Sometimes I encounter "out of gas" error, and it's hard to predict. Are there any best practices on how to deal with that and make sure in advance the code w...
11 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Can I calculate the exact fee for a certain transaction? How to do it? --- > This question was imported from Telegram Chat: https://t.me/tondev/122981
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Sometimes it would be convenient if the gas fee for the transactions would be paid by some other account. In the EVM ecosystem there's EIP-2711 for that: htt...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Technically speaking, masterchain and basechain are similar in many ways. Why does using the masterchain cost much more gas? --- > This question was imported...
one year ago
0 Votes
2 Answers
11K Views
0 Votes 2 Answers 11K Views
As far as I understand, code in FunC language compiles to Fift, and then from Fift code the resulting bag of cells is generated. Could I make my code more co...
one year ago
1 Votes
0 Answers
11K Views
1 Votes 0 Answers 11K Views
Highload wallets use queryId instead of seqno. It is better suited for large amounts of transactions, but does it come with a cost in terms of gas? How much ...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
As far as I understand, on TON blockchain there is a globally set gas limit, and its value usually stays the same, but hypothetically it could be changed. If...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Out of interest, what is the storage fee for a wallet per year? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/23290
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
In a TON explorer the transaction info mentions something titled "IHR Fee" with a value of zero. What does it mean and when it becomes not zero? --- > This q...
one year ago
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
What would happen if someone tried to send an internal message with zero ton coins? And if the receiving party calls accept_message(), who would pay the fee?...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
one year ago
2 Votes
1 Answers
17K Views
2 Votes 1 Answers 17K Views
Given contract A and contract B, is it possible for all of contract A's fees (including the storage fee) to be paid by contract B?
one year ago
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
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
I want to deploy a new smart contract that I've written. Where can I read how the gas cost of deploying the smart contract in TON is calculated? Is there a c...
3 Votes
1 Answers
23K Views
3 Votes 1 Answers 23K Views
How is the gas fee for a transaction on The Open Network calculated?