flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
DAI volume 2
sarath
DAI volume 2
Updated 2022-05-15
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
origin_function_name
,
count
(
tx_id
)
as
transactions
,
sum
(
amount_usd
)
as
DAI_volume
from
flipside_prod_db
.
ethereum
.
udm_events
where
symbol
=
'DAI'
and
origin_function_name
is
not
null
GROUP
by
1
LIMIT
1000
Results
Run a query to Download Data