PapasotOlympus price
    Updated 2022-11-28
    -- Does the market value of OlympusDAO correlate with the number of OHM holders?

    -- This query will plot the market value of OHM

    SELECT
    --date_trunc('day',block_timestamp) as block_day,
    *
    from ethereum.token_prices_hourly
    WHERE
    symbol = 'OHM' AND
    token_address = '0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5' AND
    hour > '2021-09-01'

    --0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5-
    --0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5
    Run a query to Download Data