DATE | DEPLOYERS | CREATIONS | |
---|---|---|---|
1 | 2024-05-01 00:00:00.000 | 27 | 103 |
2 | 2024-11-01 00:00:00.000 | 117 | 361 |
3 | 2024-09-01 00:00:00.000 | 57 | 154 |
4 | 2024-10-01 00:00:00.000 | 59 | 191 |
5 | 2024-07-01 00:00:00.000 | 102 | 284 |
6 | 2024-08-01 00:00:00.000 | 60 | 210 |
7 | 2024-12-01 00:00:00.000 | 69 | 132 |
8 | 2025-02-01 00:00:00.000 | 56 | 149 |
9 | 2024-02-01 00:00:00.000 | 12 | 68 |
10 | 2024-04-01 00:00:00.000 | 23 | 52 |
11 | 2024-06-01 00:00:00.000 | 17 | 43 |
12 | 2025-01-01 00:00:00.000 | 79 | 233 |
13 | 2024-03-01 00:00:00.000 | 41 | 219 |
Sbhn_NPfamous-white
Updated 2025-02-18
9
1
2
3
4
5
6
7
›
⌄
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
13
455B
2s