hessTotal Deployed Contracts
    Updated 3 days ago
    select
    count(*) as n_deployments
    from monad.testnet.fact_traces
    where block_timestamp::Date >= '2025-02-19'
    and TYPE IN ('CREATE','CREATE2')
    and OUTPUT IS NOT NULL
    and TX_SUCCEEDED = 'TRUE'
    and TRACE_SUCCEEDED = 'TRUE'

    Last run: 3 days ago
    N_DEPLOYMENTS
    1
    14061204
    1
    12B
    53s