Table Description

Tracks events related to Jettons (TON’s equivalent of fungible tokens), including transfers, mints, and burns. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_timetimestampTimestamp of when the block containing the event was created
block_datedateDate of when the block containing the event was created
typestringType of the Jetton event
tx_hashstringTransaction hash of the event
tx_ltbigintLogical time of the transaction
utimeintUnix timestamp of the event
trace_idstringTrace identifier for event tracking
tx_abortedbooleanWhether the transaction was aborted
query_iddecimal(20,0)Query identifier
amountdecimal(38,0)Amount of Jettons involved in the event
sourcestringSource address of the event
destinationstringDestination address of the event
jetton_walletstringAddress of the Jetton wallet
jetton_masterstringAddress of the Jetton master contract
response_destinationstringDestination address for the response
custom_payloadbinaryCustom payload data
forward_ton_amountdecimal(38,0)Amount of TON to forward
forward_payloadbinaryPayload to forward
commentstringComment attached to the event
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample