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 fees

Questions with tag fees

Tags
Sorting
Results
per page
0 Votes
1 Answers
436 Views
0 Votes 1 Answers 436 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...
8 days ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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 month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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 month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Technically speaking, masterchain and basechain are similar in many ways. Why does using the masterchain cost much more gas? --- > This question was imported...
2 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
2 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K 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 ...
2 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
3 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
3 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
3 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K 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?...
3 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
3 months ago
2 Votes
1 Answers
2K Views
2 Votes 1 Answers 2K 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?
5 months ago
0 Votes
2 Answers
4K Views
0 Votes 2 Answers 4K 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 ...
6 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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...
2 Votes
1 Answers
5K Views
2 Votes 1 Answers 5K Views
How is the gas fee for a transaction on The Open Network calculated?