flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
arbitrum
Lordking
arbitrum
Updated 2022-08-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
DISTINCT
from_address
)
as
total_addresses
,
count
(
DISTINCT
TX_HASH
)
as
transactions
,
sum
(
TX_FEE
)
as
total_fee
,
avg
(
TX_FEE
)
as
avrage_fee
from
arbitrum
.
core
.
fact_transactions
WHERE
block_timestamp
>=
'2022-01-01'
Results
Run a query to Download Data