five

Tron Premium Onchain Data

收藏
Snowflake2026-04-06 更新2026-04-07 收录
下载链接:
https://app.snowflake.com/marketplace/listing/GZT0Z438N7GSA
下载链接
链接失效反馈
官方服务:
资源简介:
TRON is a high-performance Layer 1 blockchain that uses a Delegated Proof of Stake (DPoS) consensus mechanism, where 27 elected Super Representatives validate transactions and produce blocks every 3 seconds. Its three-layer architecture — storage, core, and application — supports throughput of approximately 2,000 transactions per second with near-zero fees. TRON's EVM-compatible virtual machine (TVM) enables developers to deploy Solidity smart contracts using familiar Ethereum tooling, while its unique resource model replaces traditional gas fees with "energy" and "bandwidth." The network has become a dominant force in stablecoin transfers, hosting the majority of global USDT circulation, and aims to bring scalable, low-cost infrastructure to decentralized finance, gaming, and digital content applications. <p><br/></p> Flipside Crypto provides access to the most comprehensive blockchain data in crypto covering dozens of chains, DEX exchanges, and thousands of protocols. Our data sets empower analysts, data scientists, developers, and AI agents without the hassle of managing nodes, decoding transactions, or building complex pipelines. <p><br/></p> Premium listings deliver curated, labeled, and priced data structured for both human analysts and AI agents. Core listings are also available for raw and decoded data without labels, prices, or curation. <p><br/></p> HOW TO GET ACCESS 1. Click Request on this listing page 2. Our team will reach out with pricing and terms 3. Once agreed, data access is provisioned directly to your Snowflake account 4. Start querying immediately. <p><br/></p> Sample Tables: core.fact_transactions, core.fact_blocks, core.fact_event_logs, core.fact_decoded_event_logs, core.fact_internal_transactions, core.ez_native_transfers, core.ez_token_transfers, core.dim_contracts, core.dim_labels, balances.ez_balances_native_daily, price.ez_prices_hourly, price.ez_asset_metadata, price.dim_asset_metadata, price.fact_prices_ohlc_hourly, price.fact_asset_metrics_daily <p><br/></p> Fields Include: block_number, block_timestamp, tx_hash, tx_position, from_address, to_address, contract_address, tx_value, value_precise, input_data, gas_used, tx_succeeded, origin_function_signature, event_index, event_hash, event_signature, topics, args, data, internal_transaction_id, caller_address, call_value_info, amount, amount_precise, amount_usd, raw_amount_precise, token_standard, token_is_verified, symbol, name, decimals, address, address_name, label_type, label_subtype, label, balance, balance_usd, block_date, price, hour, open, high, low, close, market_cap, circulating_supply, total_volume, is_native, is_imputed
提供机构:
Flipside Crypto
创建时间:
2026-04-03
原始信息汇总

Tron Premium Onchain Data 数据集概述

数据集基本信息

  • 数据集名称: Tron Premium Onchain Data
  • 提供方: Flipside Crypto
  • 数据描述: Tron 区块链数据
  • 数据类别: Premium listings(经过整理、标记和定价的数据,适用于人类分析师和AI代理)
  • 数据覆盖时间: 2018年6月25日之后
  • 数据更新频率: 每小时
  • 获取方式: 需通过页面申请,团队将联系提供定价和条款,同意后数据将直接配置到用户的Snowflake账户

数据内容

核心数据表

  • core.fact_transactions
  • core.fact_blocks
  • core.fact_event_logs
  • core.fact_decoded_event_logs
  • core.fact_internal_transactions
  • core.ez_native_transfers
  • core.ez_token_transfers
  • core.dim_contracts
  • core.dim_labels
  • balances.ez_balances_native_daily
  • price.ez_prices_hourly
  • price.ez_asset_metadata
  • price.dim_asset_metadata
  • price.fact_prices_ohlc_hourly
  • price.fact_asset_metrics_daily

主要字段

block_number, block_timestamp, tx_hash, tx_position, from_address, to_address, contract_address, tx_value, value_precise, input_data, gas_used, tx_succeeded, origin_function_signature, event_index, event_hash, event_signature, topics, args, data, internal_transaction_id, caller_address, call_value_info, amount, amount_precise, amount_usd, raw_amount_precise, token_standard, token_is_verified, symbol, name, decimals, address, address_name, label_type, label_subtype, label, balance, balance_usd, block_date, price, hour, open, high, low, close, market_cap, circulating_supply, total_volume, is_native, is_imputed

业务需求覆盖

区块链分析

完整的Tron区块链数据,涵盖:

  • 核心链上活动(交易、区块、事件日志、解码事件、内部交易、原生TRX转账、TRC-20代币转账、智能合约元数据、地址标签)
  • 市场情报(每小时代币定价、OHLC蜡烛图、每日市值和供应指标、资产元数据)
  • 每日原生余额快照,用于全面的DeFi、稳定币和网络分析

数据字典示例(DIM_CONTRACTS表)

表描述

提供在Tron区块链上部署的智能合约的元数据。包括合约名称、符号、小数位和部署详情。代币元数据(名称、符号、小数位)在可用时直接从合约中读取。

关键用例

  • 通过名称、符号或地址识别合约
  • 理解TRC-20代币属性(小数位、符号)
  • 跟踪合约部署模式和趋势
  • 查找特定部署者或工厂部署的合约
  • 用合约元数据丰富其他表

重要关联关系

  • fact_transactions连接: 使用 address = to_address 进行合约交互分析
  • fact_event_logs连接: 使用 address = contract_address 进行合约事件分析
  • ez_token_transfers连接: 使用 address = contract_address 获取代币元数据

常用字段

  • address: 已部署合约的区块链地址(0x十六进制,小写)
  • name: 来自name()函数的人类可读合约名称
  • symbol: 来自symbol()函数的代币符号(例如,USDT)
  • decimals: 代币数量的小数位数
  • creator_address: 部署此合约的地址
  • created_block_timestamp: 合约创建时间

使用示例

查询:Tron上CEX间USDT顶级资金流(最近30天)

sql WITH cex_labels AS ( SELECT address, address_name, label_type FROM core.dim_labels WHERE label_type = cex ) SELECT s.address_name AS sender_exchange, r.address_name AS receiver_exchange, COUNT(*) AS total_transfers, ROUND(SUM(t.amount_usd), 2) AS total_volume_usd, ROUND(AVG(t.amount_usd), 2) AS avg_transfer_usd FROM core.ez_token_transfers t JOIN cex_labels s ON t.from_address = s.address JOIN cex_labels r ON t.to_address = r.address WHERE t.symbol = USDT AND t.block_timestamp >= CURRENT_DATE - 30 AND t.amount_usd > 10000 AND s.address_name != r.address_name GROUP BY 1, 2 ORDER BY total_volume_usd DESC LIMIT 15;

技术详情

  • 云区域可用性(AWS): 亚太地区(雅加达、孟买、大阪、首尔)等
  • 法律条款: 自定义
  • 支持联系方式:
    • 销售: data-shares@flipsidecrypto.com
    • 支持: data-shares@flipsidecrypto.com
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作