tron.raw.traces_native contains trace calls, or internal transaction data from Tronβs native API call.
Internal Transactions represent all transactions that happen in a smart contract call.
Some important information is included in the transaction, such as the sender/receiver address in a token/trx transfer transaction, trx/token amount, transfer status, etc.
Internal Transactions on Tron vs Other EVMs
- Traces on Tron network differ slightly from the EVM counterparts. There are no input and output fields. For more details, refer to Tronβs documentation on internal transactions atthis link.
- The transaction hash in this table does not have a 0x prefix.