Description of the starknet.blocks table on Dune
This table represents the blocks in the Starknet blockchain. A block is a collection of transactions, and is identified by a unique block identifier. Each block contains a timestamp and a reference to the previous block hash, forming a chain of blocks. The block structure is crucial for the blockchain’s integrity and security, ensuring a verifiable and tamper-evident ledger.
wei
as users pay gas with ETH. For transactions v3 and later, fees are denominated in fri
as users pay gas with STRK. Hence here you can see two gas types of gas fields, one for wei
and one for fri
.l1_da_mode
property in the Starknet block header contains this information. Values possible are BLOB
or CALLDATA
.Description of the starknet.blocks table on Dune
This table represents the blocks in the Starknet blockchain. A block is a collection of transactions, and is identified by a unique block identifier. Each block contains a timestamp and a reference to the previous block hash, forming a chain of blocks. The block structure is crucial for the blockchain’s integrity and security, ensuring a verifiable and tamper-evident ledger.
wei
as users pay gas with ETH. For transactions v3 and later, fees are denominated in fri
as users pay gas with STRK. Hence here you can see two gas types of gas fields, one for wei
and one for fri
.l1_da_mode
property in the Starknet block header contains this information. Values possible are BLOB
or CALLDATA
.