ML6Proposal IDs // Voting Addresses
    Updated 2022-07-04
    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
    Run a query to Download Data