flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
CartanGroup
Untitled Query
Updated 2023-03-14
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
voter
,
count
(
1
)
as
proposals_participated
,
sum
(
voting_power
)
/
18
as
avg_voting_power
from
ETHEREUM
.
CORE
.
EZ_SNAPSHOT
where
space_id
=
'apecoin.eth'
and
year
(
proposal_start_time
)
=
year
(
current_date
)
group
by
1
order
by
2
desc
limit
50
Results
Run a query to Download Data