ramojosoa24
    Updated 2022-08-28
    SELECT
    voter,
    COUNT(id) AS num_votes
    FROM ethereum.core.ez_snapshot
    WHERE space_id = 'gitcoindao.eth'
    GROUP BY voter
    ORDER BY num_votes DESC
    LIMIT 50
    Run a query to Download Data