flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
copy copy copy
Pine Analytics
copy copy copy
Updated 2025-05-08
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
SELECT
to_address
,
count
(
distinct
from_address
)
as
wallets
,
count
(
distinct
tx_hash
)
as
transactions
,
sum
(
TX_FEE
)
as
fee_volume_eth
FROM
ethereum
.
core
.
fact_transactions
WHERE
TX_TYPE
=
4
--LIMIT 100;
group
by
1
order
by
2
desc
Results
QueryRunArchived: QueryRun has been archived