select
round(sum(AMOUNT),2) as "total amount of ETH that has been staked with Lido"
from ethereum.udm_events
WHERE origin_address = from_address -- moving of ETH from origin address to contract
AND to_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
AND event_type = 'native_eth'