mhmFF holdings
    Updated 2022-04-27
    SELECT
    balance_date::date as date,
    balance,
    'FF' as token
    from ethereum.erc20_balances
    where user_address = lower('0x2Fb9F0ef424b24a8D293999298F392a33Fe6A8b5')
    and symbol ='FF'
    and balance_date >= '2022-01-01'
    order by 1 asc
    Run a query to Download Data