Table description
This table captures allTransfer 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
| Column | Type | Description |
|---|---|---|
| contract_address | varbinary | Address of the TRC1155 token contract that emitted this transfer event |
| evt_tx_hash | varbinary | Hash of the transaction containing this transfer event |
| evt_tx_from | varbinary | Address of the account that initiated the parent transaction |
| evt_tx_to | varbinary | Address of the recipient of the parent transaction |
| evt_tx_index | integer | Position of the parent transaction within its containing block |
| evt_index | bigint | Index position of this event log within the transaction |
| evt_block_time | timestamp(3) | Timestamp of the block containing this event |
| evt_block_number | bigint | The block number containing this event |
| evt_block_date | date | The UTC date of the block containing this event |
| from | varbinary | Address sending the TRC1155 tokens |
| id | uint256 | Token type identifier for the specific TRC1155 token being transferred |
| operator | varbinary | Address approved to execute the transfer on behalf of the sender |
| to | varbinary | Address receiving the TRC1155 tokens |
| value | uint256 | Quantity of the specified token type transferred |