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
Why is the data empty even though I deployed the jetton contract?

"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/blob/master/src/contract/token/ft/JettonWallet.js#L18


This question was imported from Telegram Chat: https://t.me/tondev_eng/2637

Votes Newest

Answers


It seems that the Jetton contracts are functioning correctly on TonWeb, so the issue is likely due to an error in the code deployed by the person asking the question.

Perhaps they made a mistake during the deployment process, or there could be an issue with their code. To resolve the problem, it's recommended that they carefully review their code and study the official Jetton contracts on TonWeb to identify any differences.

Through a thorough debugging process, they can identify the root cause of the issue and make the necessary changes to fix it.

1
1
Posted one year ago
7K Views
1 Answer
one year ago
one year ago
Tags