flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Top 10 Voter on Cosmos Network in terms of Vote transactions
afonso
Top 10 Voter on Cosmos Network in terms of Vote transactions
Updated 2023-01-12
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
voter
,
sum
(
coalesce
(
vote_weight
,
0
)
)
as
total_voting_weight
from
cosmos
.
core
.
fact_governance_votes
a
join
cosmos
.
core
.
fact_governance_submit_proposal
b
using
(
proposal_id
)
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data