Updated 2024-05-01
    --
    select
    sum(eth_amount)
    from (
    select
    eth_amount
    from ethereum.defi.ez_liquid_staking_deposits
    union all
    select
    -eth_amount
    from ethereum.defi.ez_liquid_staking_withdrawals
    )




    QueryRunArchived: QueryRun has been archived