ArioMUX Stats - Overall Stats
Updated 2024-04-08
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
count(distinct tx_hash) as "# of TXs",
count(distinct from_address) as "# of Users",
sum(TX_FEE) as "Total Fee in $AVAX",
avg(TX_FEE) as "Avg Fee",
"# of TXs" / "# of Users" as "# of TXs per User",
"Total Fee in $AVAX" / "# of Users" as "Fee (in $AVAX) Per User"
from
avalanche.core.fact_transactions
where
to_address = '0x5898c3e218a8501533d771c86e2fa37743ea2add'
and STATUS = 'SUCCESS'
QueryRunArchived: QueryRun has been archived