TRANSACTION | WALLET | Mon Amount | |
---|---|---|---|
1 | 309519858 | 217739083 | 274535423.289813 |
hessTotal Transfers
Updated 6 days ago
99
1
2
3
4
5
6
7
8
9
10
›
⌄
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
1
40B
131s