hess17. Total Contracts
    Updated 2025-05-01
    select
    count(*) as new
    from mezo.testnet.fact_traces
    where block_timestamp::Date >= '2025-03-01'
    and TYPE IN ('CREATE', 'CREATE2')
    and OUTPUT IS NOT NULL
    and TX_SUCCEEDED = 'TRUE'
    and TRACE_SUCCEEDED = 'TRUE'

    Last run: 24 days ago
    NEW
    1
    18669
    1
    9B
    4s