Ant-DAO-MentRow Numbers for Traces
    select
    row_number() over (partition by tx_hash order by gas desc) as trace_index,
    *
    from optimism.core.fact_traces
    where block_number = 80550852


    Run a query to Download Data