oxkimiahelpless-tan
    Updated 2025-03-15
    with tx as (
    select
    count(tx_hash) as total_tx_count
    from
    monad.testnet.fact_traces)
    select
    *
    from
    tx;
    Last run: about 1 month ago
    TOTAL_TX_COUNT
    1
    1287806342
    1
    14B
    2s