0xnirmalArbitrum Contracts Deployed
    Updated 2024-02-06
    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
    DATE
    DEPLOYMENT_COUNT
    UNIQUE_DEPLOYERS
    1
    2024-02-05 00:00:00.000589192
    2
    2024-01-29 00:00:00.0002805737
    3
    2024-01-22 00:00:00.0003047840
    4
    2024-01-15 00:00:00.00034221080
    5
    2024-01-08 00:00:00.0004106808
    6
    2024-01-01 00:00:00.0002773788
    7
    2023-12-25 00:00:00.0002822826
    8
    2023-12-18 00:00:00.0002596880
    9
    2023-12-11 00:00:00.0002355563
    10
    2023-12-04 00:00:00.0002800759
    11
    2023-11-27 00:00:00.0002552666
    12
    2023-11-20 00:00:00.0002165614
    13
    2023-11-13 00:00:00.0003202676
    14
    2023-11-06 00:00:00.00045301427
    15
    2023-10-30 00:00:00.00038891502
    16
    2023-10-23 00:00:00.0002999956
    17
    2023-10-16 00:00:00.0002374542
    18
    2023-10-09 00:00:00.0002564524
    19
    2023-10-02 00:00:00.0002551530
    20
    2023-09-25 00:00:00.0002505619
    ...
    142
    5KB
    10s