OneDataAnalystAll Casted Votes
    Updated 2022-06-18
    select COUNT(TX_HASH) AS All_casted_votes
    from ethereum.core.fact_event_logs
    where CONTRACT_ADDRESS = '0x5d2c31ce16924c2a71d317e5bbfd5ce387854039'
    and EVENT_NAME = 'VoteCast'

    Run a query to Download Data