DATE | DEPLOYMENT_COUNT | UNIQUE_DEPLOYERS | |
---|---|---|---|
1 | 2024-02-05 00:00:00.000 | 589 | 192 |
2 | 2024-01-29 00:00:00.000 | 2805 | 737 |
3 | 2024-01-22 00:00:00.000 | 3047 | 840 |
4 | 2024-01-15 00:00:00.000 | 3422 | 1080 |
5 | 2024-01-08 00:00:00.000 | 4106 | 808 |
6 | 2024-01-01 00:00:00.000 | 2773 | 788 |
7 | 2023-12-25 00:00:00.000 | 2822 | 826 |
8 | 2023-12-18 00:00:00.000 | 2596 | 880 |
9 | 2023-12-11 00:00:00.000 | 2355 | 563 |
10 | 2023-12-04 00:00:00.000 | 2800 | 759 |
11 | 2023-11-27 00:00:00.000 | 2552 | 666 |
12 | 2023-11-20 00:00:00.000 | 2165 | 614 |
13 | 2023-11-13 00:00:00.000 | 3202 | 676 |
14 | 2023-11-06 00:00:00.000 | 4530 | 1427 |
15 | 2023-10-30 00:00:00.000 | 3889 | 1502 |
16 | 2023-10-23 00:00:00.000 | 2999 | 956 |
17 | 2023-10-16 00:00:00.000 | 2374 | 542 |
18 | 2023-10-09 00:00:00.000 | 2564 | 524 |
19 | 2023-10-02 00:00:00.000 | 2551 | 530 |
20 | 2023-09-25 00:00:00.000 | 2505 | 619 |
0xnirmalArbitrum Contracts Deployed
Updated 2024-02-06Copy Reference Fork
9
1
2
3
4
5
6
›
⌄
SELECT date_trunc('week', t.block_timestamp) as date, count(*) deployment_count, count(DISTINCT from_address) unique_deployers
from arbitrum.core.fact_transactions t
where to_address is NULL
group by date
order by date DESC
Last run: over 1 year agoAuto-refreshes every 3 hours
142
5KB
10s