TRC10 Token Transfers

For TRC10 transfers, transaction and block hashes are not appended with 0x as they are from the Tron JSON RPC.

TRC-10 is a native token on the TRON blockchain that is a standard of basic token production and does not require the TRON Virtual Machine (TVM).

The tron.assets.trc10_token_transfers table contains the details of TRC10 movement on the Tron blockchain.

Transfers type included:

  • legacy_value_transfer - movement of TRC10 tokens via TransferAssetContract

  • value_transfer - movement of TRC10 tokens via TransferAssetContract

  • trace_transfer - movement of TRC10 tokens in internal transactions

Null token_id for legacy value transfers before 2019-01-05 0600.

Currently, the asset_name field of TRC10 transactions returns the hex encoded value of the token_id from RPC calls

However, in historical version of the same call, the asset_name field returns the hex encoded value token name which caused ambiguity. This inconsistency was a known issue and was corrected subsequently.

Table Columns

Last updated