Tron
Overview
TRON is a public blockchain platform with open-source architecture that enables the execution of smart contracts. It relies on a unique consensus mechanism to achieve the high TPS.
More about Tron Blockchain.
Note:
-
Our Tron data schema uses base58 address by default, which are case-sensitive.
-
There are 2 types of transaction hashes across our schemas:
-
EVM compatible: 0x prefix: trc20_transfers, balances , logs, transactions, blocks
-
Tron native: no 0x prefix: trx_transfers, traces_native, internal_transactions
-
Tron Tables
Our Tron data includes raw, assets schemas and identity labels to enrich your analysis.
Schema | Description | Tables |
---|---|---|
Raw | Raw blockchain data. | blocks, transactions, logs |
DEX | DEX swaps | trades |
Assets | Latest balances, balances, trc20 transfers | trc20_token_transfers, trx_token_transfers, trc20_balances, trc20_balances_latest |
Identity | Curated address labels to enriched your analyses | labels, entities |