Sbhn_NPfamous-white
    Updated 2025-06-30
    select date_trunc('month',block_timestamp) as date,
    count(distinct source_account) as deployers,
    count(distinct id) as creations
    from stellar.core.fact_operations
    where soroban_operation_type ilike '%create_contract%'
    group by 1

    QueryRunArchived: QueryRun has been archived