Token Flow
Token Flow HomepageContact/Support
  • Welcome to Token Flow
    • Token Flow Docs
  • Storage & Storage diffs
    • Getting started with storage diffs
    • Storage diffs - some theory
  • Token Flow Studio
    • Intro
    • Get Started
    • Features and Chains
    • Guides
    • Pricing
  • Data Platform
    • Overview and Available Chains
    • Ethereum
      • ETH Data Model
      • ETH Data Model (Beta)
      • Beta Migration Guide
    • Starknet
      • Data Model
      • Data Logic
      • Beta Migration Guide
    • OP Stack
      • Data Model
    • Arbitrum Orbit
    • Useful info - types and layers
    • Pricing
  • guides & tutorials
    • Accessing Token Flow data
      • Snowflake access guide
    • Querying data using SQL
    • Creating data visualisations
      • 3rd party analytics tools
  • Community
    • Community Creations
      • Analytics
      • Explainers
    • Branding Guidelines
    • Citations
Powered by GitBook
On this page
  1. Data Platform

Ethereum

Current Version : v1.2

PreviousOverview and Available ChainsNextETH Data Model

Last updated 4 months ago

Ethereum Core

Table
Description

Record of all blocks ever stored on the blockchain. Each block is uniquely identified by its BLOCK number.

Record of all transactions ever executed on the blockchain. Each transaction is uniquely identified by its TX_HASH.

Complete history of all events (logs) emitted on the blockchain.

Detailed log of all internal transaction calls (traces) executed on the blockchain.

Changes made to the blockchain state during on-chain executions.

Changes made to the storage of smart contracts during on-chain operations (SSTORE), in decoded pre-hashed format.

Changes made to the transient / volatile storage of smart contracts during on-chain operations (TSTORE), in decoded pre-hashed format (EIP-1153).

Blocks
Transactions
Events
Calls
State_diffs
Storage_diffs
Transient_storage_diffs