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
Unanswered
How we can track transaction in specific address with the "method_id"?

In TVM, smart contract enable to trigge difference kind of flow based on the message they receive.

  • How can I track / monitor specific txs? (Like minting NFT / Stake...etc)

For example, the tx here is in method code: 0x80089e0f, how can I track all the tx like this in this smart contract address. (I know it's unrealistic to track all the Txs in same method code)

image

Link in Explorer: https://testnet.ton.cx/address/EQBENzLLw57mCHvc4KawY0Kyk4iZfpMS_nbXSGCPfReGzoY0

  
  
Posted one year ago
Edited one year ago
Votes Newest

Answers

825 Views
0 Answers
one year ago
one year ago
Tags