freemartianUntitled Query
    Updated 2022-08-08
    SELECT
    *
    FROM flipside_prod_db.aave.deposits
    WHERE aave_token = '0xffc97d72e13e01096502cb8eb52dee56f74dad7b'
    and block_timestamp > CURRENT_DATE - 365
    order by block_timestamp DESC




    Run a query to Download Data