Sbhn_NPmammoth-amaranth
    Updated 2025-02-18
    select source_account as "Deployer",
    count(distinct id) as "Contract Deployments"
    from stellar.core.fact_operations
    where soroban_operation_type ilike '%create_contract%'
    group by 1
    order by 2 desc
    QueryRunArchived: QueryRun has been archived