Raw

The raw tables on Tron are structured identically to the ones on Ethereum, with the exception that it uses Base58 address as the default address.

EVM and Hex addresses are appended with the relevant suffix (e.g. address_evm, address_hex).

Our Tron raw schema contains the following tables:

SchemaDescriptionTables

Raw

Raw blockchain data.

blocks, transactions, logs

Last updated