denze-e7j2NU2024-03-07 07:49 AM
    Updated 2024-03-14
    select count(distinct address) from blast.core.dim_contracts

    select count(*) from blast.core.fact_traces

    select count(*) from blast.core.fact_event_logs

    select * from ethereum.core.fact_blocks where block_number = 19513358
    select * from ethereum.core.fact_transactions where tx_hash = '0x399976902c1f2fa78f1a08188a1f259ee8cad7265bdf8b79c64467ff51d3ae41'

    select * from ethereum.beacon_chain.fact_blob_sidecars limit 10
    select * from ethereum.beacon_chain.fact_blocks where blob_gas_used is not null limit 10
    QueryRunArchived: QueryRun has been archived