2844Lido-total amount of ETH that has been staked with Lido
    Updated 2022-06-15
    select sum(amount) as Total_ETH_staked_Lido
    from flipside_prod_db.ethereum.udm_events
    where contract_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
    and from_address = '0x0000000000000000000000000000000000000000'
    Run a query to Download Data