SocioAnalyticaLSDs
Updated 2024-05-01
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
--
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