flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
MakerDao - top 5 voters with most number of votes
Hosein-maleki-9555
MakerDao - top 5 voters with most number of votes
Updated 2022-09-06
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
with
main_tb
as
(
select
count
(
DISTINCT
tx_hash
)
as
total_votes
,
voter
from
ethereum
.
maker
.
ez_governance_votes
group
by
voter
order
by
total_votes
desc
limit
5
)
select
voter
,
total_votes
from
main_tb
Results
Run a query to Download Data