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
Back to post

Revisions 2

6 months ago
Can `run_ticktock` function work on a basechain?
Can `run_ticktock` function work on a basechain?
The function `run_ticktock` **only operates in the masterchain** and it's exclusive to the smart contracts whose addresses are specified in the corresponding config parameter. Therefore, such smart contracts cannot work on a basechain. - https://docs.ton.org/develop/howto/config-params#:~:text=The%20configuration%20parameters%20are%20certain,current%20masterchain%20state%20when%20needed. - https://docs.ton.org/develop/func/functions#function-name
The function `run_ticktock` **only operates in the masterchain** and it's exclusive to the smart contracts whose addresses are specified in the corresponding config parameter. Therefore, such smart contracts cannot work on a basechain.
6 months ago
Original
Can `run_ticktock` function work on a basechain?

The function `run_ticktock` **only operates in the masterchain** and it's exclusive to the smart contracts whose addresses are specified in the corresponding config parameter. Therefore, such smart contracts cannot work on a basechain.