Hello everyone. Hope U all having a good day .. please I need some direction. I'm trying to monitor for new token deployments on the ton Blockchain. Currently I'm using the 'subscribe_block' method I found at https://docs.tonconsole.com/tonapi/streaming-api to get the file_hash and root_hash for the blocks. Can some one point to where I can find information to answer the following questions I have:
1.How are new token contracts represented in a block?
2.What information can be used to identify a new token deployment (e.g., contract creation event)?
3. What information can be used to identify a new token deployment (e.g., contract creation event)?

Jan 28, 2024, 4:34 PM
This?
Jan 29, 2024, 4:55 AM
As transaction deploying a contract, which implements jetton master functions. Or a Merkle update including such contract being created.
https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb
Jan 29, 2024, 4:59 AM
Yes as transaction deploying contract with Jetton master functions dir
What's this eir
Jan 29, 2024, 5:13 AM
Representation format of blocks and transactions.
Jan 29, 2024, 5:20 AM
It's confusing
I don't know what I'm looking at
I think I hacked it.. I looked through existing token deploy transactions and saw they all have 0x000015 as the value in their op_code field .. so i filtered for transactions with the same op_code value and about 30minutes later i registered a new jetton deploy
Jan 29, 2024, 8:29 AM

© 2024 Draquery.com All rights reserved.