flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total Unique Voters
jkhuhnke11
Total Unique Voters
Updated 2023-05-13
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
WITH
props
AS
(
-- On Chain
SELECT
distinct
voter
FROM
ethereum
.
aave
.
ez_votes
UNION
-- Snapshot
SELECT
DISTINCT
voter
FROM
ethereum
.
core
.
ez_snapshot
WHERE
space_id
=
'aave.eth'
)
SELECT
count
(
voter
)
as
num_voter
FROM
props
Results
Run a query to Download Data