Skip to main content

Table description

This table captures all Transfer event logs for TRC20 token transfers on the Tron blockchain. This log is usually emitted when a transfer or TransferFrom function is called successfully on a TRC20 token contract.

Table Schema

ColumnTypeDescription
contract_addressvarbinaryAddress of the TRC20 token contract that emitted this transfer event
evt_tx_hashvarbinaryHash of the transaction containing this transfer event
evt_tx_fromvarbinaryAddress of the account that initiated the parent transaction
evt_tx_tovarbinaryAddress of the recipient of the parent transaction
evt_tx_indexintegerPosition of the parent transaction within its containing block
evt_indexbigintIndex position of this event log within the transaction
evt_block_timetimestamp(3)Timestamp of the block containing this event
evt_block_numberbigintThe block number containing this event
evt_block_datedateThe UTC date of the block containing this event
fromvarbinaryAddress sending the TRC20 tokens
tovarbinaryAddress receiving the TRC20 tokens
valueuint256Amount of TRC20 tokens transferred, in the token’s smallest unit

Table Sample