elsina✅ Development: total number of contracts deployed
    Updated 2023-05-02
    select
    count(distinct tx_hash) as "Total Contracts Deployed"
    from optimism.core.fact_traces
    where data:type like '%CREATE%'
    Run a query to Download Data