flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
snap3
kimmayyer-5963
snap3
Updated 2022-09-16
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
proposal_title
,
count
(
distinct
(
id
)
)
,
count
(
distinct
(
voter
)
)
,
count
(
distinct
(
proposal_id
)
)
,
count
(
distinct
(
proposal_author
)
)
from
ethereum
.
core
.
ez_snapshot
group
by
1
order
by
2
desc
limit
2000
Results
Run a query to Download Data