KingTigerMafia-7mwRZbETH staked 90 days
    Updated 2022-06-13
    select block_timestamp::date, sum(amount)
    from ethereum.udm_events
    where origin_address = from_address
    and to_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
    and event_type = 'native_eth'
    and block_timestamp::date >= current_date - 90
    group by 1
    order by 1 asc
    Run a query to Download Data