flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Proposal IDs // Voting Addresses
ML6
Proposal IDs // Voting Addresses
Updated 2022-07-04
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
EVENT_INPUTS
:
proposalId
as
proposal_id
,
count
(
ORIGIN_FROM_ADDRESS
)
as
num_of_addresses
from
ethereum
.
core
.
fact_event_logs
where
ORIGIN_TO_ADDRESS
=
'0x5d2c31ce16924c2a71d317e5bbfd5ce387854039'
and
EVENT_NAME
=
'VoteCast'
GROUP
by
1
Results
Run a query to Download Data