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

Starknet

Current version : v1.3

PreviousBeta Migration GuideNextData Model

Last updated 11 months ago

Starknet Core

Table
Description

Record of all blocks ever stored on chain. Each block is uniquely identified by block_number.

Record of all transactions ever executed on chain.

Events (logs) emitted for transaction execution, linked to their corresponding call.

Events sourced from transaction receipt.

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

Detailed log of the asynchronous interactions between L2 and L1 via the L2→L1 messaging protocol.

Changes made to the storage of smart contracts during on-chain operations, hashed.

Blocks
Transactions
Events
Receipt_events
Calls
Messages
Hashed_storage_diffs