flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
AO
rajs
AO
Updated 2022-09-06
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
count
(
distinct
from_address
)
as
no_of_users
,
count
(
*
)
as
no_of_txs
,
count
(
*
)
/
count
(
distinct
from_address
)
as
avg_tx_per_user
-- min(block_timestamp)
from
arbitrum
.
core
.
fact_transactions
Results
Run a query to Download Data