DATE | DEPLOYMENT_COUNT | UNIQUE_DEPLOYERS | |
---|---|---|---|
1 | 2024-02-05 00:00:00.000 | 2949 | 1392 |
2 | 2024-01-29 00:00:00.000 | 13400 | 5909 |
3 | 2024-01-22 00:00:00.000 | 13559 | 6391 |
4 | 2024-01-15 00:00:00.000 | 12315 | 6212 |
5 | 2024-01-08 00:00:00.000 | 13212 | 6385 |
6 | 2024-01-01 00:00:00.000 | 12735 | 6324 |
7 | 2023-12-25 00:00:00.000 | 11976 | 6256 |
8 | 2023-12-18 00:00:00.000 | 12477 | 6131 |
9 | 2023-12-11 00:00:00.000 | 12750 | 6134 |
10 | 2023-12-04 00:00:00.000 | 17868 | 6573 |
11 | 2023-11-27 00:00:00.000 | 23905 | 6329 |
12 | 2023-11-20 00:00:00.000 | 11840 | 5813 |
13 | 2023-11-13 00:00:00.000 | 12792 | 6117 |
14 | 2023-11-06 00:00:00.000 | 12327 | 6053 |
15 | 2023-10-30 00:00:00.000 | 10904 | 5222 |
16 | 2023-10-23 00:00:00.000 | 11536 | 5144 |
17 | 2023-10-16 00:00:00.000 | 10015 | 4689 |
18 | 2023-10-09 00:00:00.000 | 9825 | 4300 |
19 | 2023-10-02 00:00:00.000 | 9262 | 4385 |
20 | 2023-09-25 00:00:00.000 | 10558 | 4234 |
0xnirmalBSC Contracts Deployed
Updated 2024-02-06Copy Reference Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT date_trunc('week', t.block_timestamp) as date, count(*) deployment_count, count(DISTINCT from_address) unique_deployers
from bsc.core.fact_transactions t
where to_address is NULL
and date > '2022-08-28'
group by date
order by date DESC
Last run: over 1 year agoAuto-refreshes every 3 hours
76
3KB
60s