Skip to main content
The rollup_economics_ethereum.l1_fees table contains daily fees paid by each Ethereum L2 rollup to post data and proofs on L1, broken down by calldata, blob, and verification costs.

Table Schema

ColumnTypeDescription
dayTIMESTAMPDay when transactions occurred
nameVARCHARRollup name
data_fee_nativeDOUBLECalldata gas fee in ETH
data_fee_usdDOUBLECalldata gas fee in USD
calldata_gas_usedBIGINTCalldata gas consumed
verification_fee_nativeDOUBLEProof verification fee in ETH
verification_fee_usdDOUBLEProof verification fee in USD
blob_fee_nativeDOUBLEBlob gas fee in ETH
blob_fee_usdDOUBLEBlob gas fee in USD
l1_fee_nativeDOUBLETotal L1 fees paid in ETH
l1_fee_usdDOUBLETotal L1 fees paid in USD

Table sample