hessTotal Transfers
    Updated 6 days ago
    select
    count(distinct tx_hash) as transaction,
    count(distinct from_address) as wallet,
    sum(value) as "Mon Amount"
    from monad.testnet.fact_transactions
    where block_timestamp::date >= '2025-02-19'
    and origin_function_signature = '0x'
    and value < 1000000
    and value != 0

    Last run: 6 days ago
    TRANSACTION
    WALLET
    Mon Amount
    1
    309519858217739083274535423.289813
    1
    40B
    131s