drone-mostafaTotal amount of ETH staked on Lido
    Updated 2022-06-16
    select
    count(distinct tx_id ) as number_of_transactions, sum(AMOUNT) as "Total amount"
    from ethereum.udm_events where event_type = 'native_eth'
    and origin_address = from_address
    and to_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84' and symbol ='ETH'
    Run a query to Download Data