flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Dai Most Used For
Mostafa
Dai Most Used For
Updated 2022-05-17
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
distinct
origin_function_name
as
Most_used
,
count
(
distinct
tx_id
)
as
Transactions
from
flipside_prod_db
.
ethereum
.
udm_events
where
symbol
=
'DAI'
and
origin_function_name
is
not
null
group
by
Most_used
order
by
2
desc
limit
10
Results
Run a query to Download Data