adambalaSTAKED amount on lido and cumulative amount
    Updated 2022-06-15
    select sum(amount) as ETH_staked from ethereum.core.ez_eth_transfers
    where
    eth_to_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
    and block_timestamp >= current_date - 90

    Run a query to Download Data