winnie-fsBig number
Updated 2024-11-14
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
-- forked from saeedmzn / [Berachain review] - Total @ https://flipsidecrypto.xyz/saeedmzn/q/9SEzrFs5uMxk/berachain-review---total
select count (tx_hash) num_transactions ,
sum (TX_FEE) total_paid_fees ,
count (DISTINCT from_address) num_users ,
avg (TX_FEE) avg_paid_fees ,
num_transactions/num_users avg_txns_per_user
from berachain.testnet.fact_transactions
QueryRunArchived: QueryRun has been archived