Skip to main content

Starknet Sepolia Data Schema

Starknet Sepolia datasets provide comprehensive on-chain data indexed and queryable through the Subsquid Network.

Available Data Types

Block data contains metadata about each block in the chain.
Field NameData TypeDescription
block_hashstringBlock hash
block_numberintegerBlock number
parent_hashstringParent block hash
timestampintegerBlock timestamp
sequencer_addressstringSequencer address
state_rootstringState root hash
transaction_countintegerNumber of transactions in block
Transaction data includes all executed transactions with their details.
Field NameData TypeDescription
transaction_hashstringTransaction hash
block_numberintegerBlock number
transaction_indexintegerTransaction index in block
typestringTransaction type (invoke, declare, deploy, etc.)
versionstringTransaction version
noncestringTransaction nonce
max_feestringMaximum fee
actual_feestringActual fee paid
execution_statusstringExecution status
finality_statusstringFinality status
Event data emitted by the network.
Field NameData TypeDescription
event_indexintegerEvent index
transaction_hashstringTransaction hash
from_addressstringContract address that emitted the event
keysarrayEvent keys
dataarrayEvent data
block_numberintegerBlock number
Cross-layer messages.
Field NameData TypeDescription
message_hashstringMessage hash
from_addressstringL1 sender address
to_addressstringL2 recipient address
payloadarrayMessage payload
block_numberintegerBlock number
State change information.
Field NameData TypeDescription
block_hashstringBlock hash
new_rootstringNew state root
old_rootstringOld state root
state_diffobjectState differences