How we can track transaction in specific address with the "method_id"?
from Howard
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)
!(https://imgur.com/M0rjyqY)
š Answer on TON Overflow
Feb 13, 2023, 2:08 AM
š«” anyone knows? Fetch on-chain data by Method code
Feb 13, 2023, 8:30 AM
Do you mean "op code"?
"method_id" is for getter functions.
"method_id" is for getter functions.
Feb 13, 2023, 1:30 PM
yes, op_code. Track the specific internal message send to the contract.
Feb 13, 2023, 1:55 PM