flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
superfly
Untitled Query
Updated 2022-09-22
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
distinct
PROPOSAL_ID
)
as
no_proposals
,
count
(
distinct
VOTER
)
as
no_voter
,
count
(
*
)
as
no_votes
,
count
(
distinct
PROPOSAL_AUTHOR
)
as
authors
from
ethereum
.
core
.
ez_snapshot
where
NETWORK
=
'Ethereum Mainnet'
Results
Run a query to Download Data