Sbhn_NPfamous-white
    Updated 2025-02-18
    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

    Last run: 28 days ago
    DATE
    DEPLOYERS
    CREATIONS
    1
    2024-05-01 00:00:00.00027103
    2
    2024-11-01 00:00:00.000117361
    3
    2024-09-01 00:00:00.00057154
    4
    2024-10-01 00:00:00.00059191
    5
    2024-07-01 00:00:00.000102284
    6
    2024-08-01 00:00:00.00060210
    7
    2024-12-01 00:00:00.00069132
    8
    2025-02-01 00:00:00.00056149
    9
    2024-02-01 00:00:00.0001268
    10
    2024-04-01 00:00:00.0002352
    11
    2024-06-01 00:00:00.0001743
    12
    2025-01-01 00:00:00.00079233
    13
    2024-03-01 00:00:00.00041219
    13
    455B
    2s