rahoUntitled Query
    Updated 2022-10-11
    select
    proposal_title,
    voter,
    voting_power,
    vote_option as voted,
    choices
    from
    ethereum.core.ez_snapshot
    where space_id = 'sushigov.eth'
    and proposal_title = 'Sushi Head Chef Election - Final Vote [Implementation]'
    order by voting_power desc

    Run a query to Download Data