Skip to main content

Table description

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

Table Schema

ColumnTypeDescription
contract_addressvarbinaryAddress of the TRC1155 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 TRC1155 tokens
iduint256Token type identifier for the specific TRC1155 token being transferred
operatorvarbinaryAddress approved to execute the transfer on behalf of the sender
tovarbinaryAddress receiving the TRC1155 tokens
valueuint256Quantity of the specified token type transferred

Table Sample