saeedmzn[Monad ] - Total
    Updated 10 days ago
    select
    count (distinct BLOCK_NUMBER) num_blocks ,
    count (distinct FROM_ADDRESS) unique_users ,
    sum (TX_FEE) paid_fees ,
    sum (VALUE) monad_volume ,
    count (tx_hash) num_txns ,
    num_txns / count (distinct BLOCK_TIMESTAMP::date) avg_txn

    from monad.testnet.fact_transactions
    Last run: 10 days ago
    NUM_BLOCKS
    UNIQUE_USERS
    PAID_FEES
    MONAD_VOLUME
    NUM_TXNS
    AVG_TXN
    1
    71311581116226806071048.3101632811064040413.87437333241778333229.284091
    1
    80B
    17s