msafadoosttotal amount of ETH that has been staked with Lido
    Updated 2022-06-11
    SELECT
    sum(amount)
    FROM ethereum.udm_events
    WHERE origin_address = from_address
    AND to_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
    AND event_type = 'native_eth'
    Run a query to Download Data