date | DATE | The date of the block (UTC) |
number | BIGINT | The sequential block number |
time | TIMESTAMP | The timestamp when the block was produced |
l1_da_mode | VARCHAR | Layer 1 data availability mode (BLOB or CALLDATA). Introduced in Starknet v0.13.1 |
l1_data_gas_price_in_fri | UINT256 | L1 data gas price denominated in fri (STRK), used for v3+ transactions |
l1_data_gas_price_in_wei | UINT256 | L1 data gas price denominated in wei (ETH), used for pre-v3 transactions |
l1_gas_price_in_fri | UINT256 | L1 gas price denominated in fri (STRK), used for v3+ transactions |
l1_gas_price_in_wei | UINT256 | L1 gas price denominated in wei (ETH), used for pre-v3 transactions |
l2_gas_price_in_fri | UINT256 | L2 gas price denominated in fri (STRK), used for v3+ transactions |
l2_gas_price_in_wei | UINT256 | L2 gas price denominated in wei (ETH), used for pre-v3 transactions |
starknet_version | VARCHAR | The Starknet protocol version used for this block |
tx_count | INTEGER | Number of transactions included in this block |
hash | VARBINARY | Unique hash identifying this block |
new_root | VARBINARY | The new global state root after applying this block |
parent_hash | VARBINARY | Hash of the preceding block |
sequencer_address | VARBINARY | Address of the sequencer that produced this block |
state_diff | VARCHAR | JSON-encoded state changes resulting from this block |