ton.assets.jetton_transfers
contains jetton transfers identified from ton.raw.messages
with the opcode 0x0f8a7ea5
.
This model does not include internal transfers and transfer notifications to prevent duplicate volume counts (read more Ton and Jetton Wallet Communication below for context).
transfer
0:B113A994B5024A16719F69139328EB759596C38A25F59028B146FECDC3621DFE
internal_transfer
message that has succeded. This will be represented by succcess = true
unique_id
Column | Description |
---|---|
from_address | Address that initiated the transfer [Bob’s Wallet] |
from_jetton_address | Jetton address of the user that initiated the transfer [Bob’s Jetton Wallet] |
to_address | Address that received the transfer [Alice’s wallet] Note: |
jetton_master | Jetton master address in hex. This is the token contract equivalent (like ERC20) on TON. |
token_name | Name of the token |
token_symbol | Symbol of the token |
amount_str | Amount of the token in string format |
amount | Amount of the token in float format |
raw_amount_str | The unnormalized amount of the token in string format |
raw_amount | The unnormalized amount of the token in float format |
response_destination | Response destination of the transfer [Joe’s wallet address] |
forward_ton_amount | Forward TON amount of the transfer |
forward_payload | Forward payload of the transfer |
block_timestamp | Timestamp of the block that contains the transfer |
utime | Timestamp of the transfer |
hash | Message hash of the transfer |
created_lt | Logical time of the transfer |
masterchain_seqno | Sequence number on the masterchain |
seqno | Sequence number on the workchain |
shard | Shard of the transfer |
workchain | Workchain of the transfer |
bounce | Bounce of the transfer |
bounced | Bounced of the transfer |
tokens_updated_at | Timestamp of the last update of the token |
created_at | Timestamp of the creation of the transfer |
updated_at | Timestamp of the last update of the transfer |
changed_since_full_refresh | Whether the transfer has changed since the last full refresh |