flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Router Protocol DAO, monthly votes
mucrypto
Router Protocol DAO, monthly votes
Updated 2023-08-03
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date_trunc
(
'month'
,
proposal_start_time
)
as
month
,
count
(
voter
)
as
"VOTES (L)"
,
sum
(
"VOTES (L)"
)
over
(
order
by
month
)
as
"TOTAL VOTES OVER TIME (R)"
from
ethereum
.
core
.
ez_snapshot
where
space_id
=
'routerprotocol.eth'
group
by
1
order
by
1
Results
Run a query to Download Data