mamad-5XN3k3Monad Contract Deployment
    Updated 3 days ago
    select
    date_trunc('day', created_block_timestamp) as days,
    count(distinct CREATED_TX_HASH) as contracts,
    count(distinct creator_address) as deployers,
    sum(count(distinct CREATED_TX_HASH)) over (order by date_trunc('day', created_block_timestamp) asc) as cum_contracts,
    sum(count(distinct creator_address)) over (order by date_trunc('day', created_block_timestamp) asc) as cum_deployers
    from monad.testnet.dim_contracts
    where created_block_timestamp::date >= '2025-02-19'
    group by 1
    order by 1 desc




    Last run: 3 days ago
    DAYS
    CONTRACTS
    DEPLOYERS
    CUM_CONTRACTS
    CUM_DEPLOYERS
    1
    2025-03-12 00:00:00.0001000953787743327231753559
    2
    2025-03-11 00:00:00.0002966929827642326281715682
    3
    2025-03-10 00:00:00.0001858316290339359361617406
    4
    2025-03-09 00:00:00.0001728145615537501051554503
    5
    2025-03-08 00:00:00.0001576306690935772911498348
    6
    2025-03-07 00:00:00.00022737510196234196611431439
    7
    2025-03-06 00:00:00.0001889375776131922861329477
    8
    2025-03-05 00:00:00.0001870678395330033491271716
    9
    2025-03-04 00:00:00.00022002411659428162821187763
    10
    2025-03-03 00:00:00.0001939999146025962581071169
    11
    2025-03-02 00:00:00.0002158921022522402259979709
    12
    2025-03-01 00:00:00.0002634031337582186367877457
    13
    2025-02-28 00:00:00.0003316201689911922964743699
    14
    2025-02-27 00:00:00.0003633031514871591344574708
    15
    2025-02-26 00:00:00.0004846021641141228041423221
    16
    2025-02-25 00:00:00.00025331194270743439259107
    17
    2025-02-24 00:00:00.00012718840379490128164837
    18
    2025-02-23 00:00:00.0009735731022362940124458
    19
    2025-02-22 00:00:00.000682472220826558393436
    20
    2025-02-21 00:00:00.000717792355819733671228
    22
    1KB
    3s