fantathree vaults over time
    Updated 2022-06-12
    select count(1) as cnt,block_timestamp::date as date,event_inputs:vaultId as vaultid
    from flipside_prod_db.ethereum_core.fact_event_logs
    where block_timestamp::date > CURRENT_DATE - interval '60 days'
    and contract_address='0x7a5e0b4069709cf4d02423b8cafdc608f4436791'
    and event_inputs:vaultId in ('392','428','373')
    group by date,vaultid
    Run a query to Download Data