0xnirmalBSC 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 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
    DATE
    DEPLOYMENT_COUNT
    UNIQUE_DEPLOYERS
    1
    2024-02-05 00:00:00.00029491392
    2
    2024-01-29 00:00:00.000134005909
    3
    2024-01-22 00:00:00.000135596391
    4
    2024-01-15 00:00:00.000123156212
    5
    2024-01-08 00:00:00.000132126385
    6
    2024-01-01 00:00:00.000127356324
    7
    2023-12-25 00:00:00.000119766256
    8
    2023-12-18 00:00:00.000124776131
    9
    2023-12-11 00:00:00.000127506134
    10
    2023-12-04 00:00:00.000178686573
    11
    2023-11-27 00:00:00.000239056329
    12
    2023-11-20 00:00:00.000118405813
    13
    2023-11-13 00:00:00.000127926117
    14
    2023-11-06 00:00:00.000123276053
    15
    2023-10-30 00:00:00.000109045222
    16
    2023-10-23 00:00:00.000115365144
    17
    2023-10-16 00:00:00.000100154689
    18
    2023-10-09 00:00:00.00098254300
    19
    2023-10-02 00:00:00.00092624385
    20
    2023-09-25 00:00:00.000105584234
    76
    3KB
    60s