leo-lZzln2Total ETH Staked
Updated 2022-10-21
9
1
2
3
4
5
›
⌄
select sum(amount) as eth_vol, count(tx_hash) as stake_count, sum(amount_usd) as eth_vol_usd
from ethereum.core.ez_eth_transfers
where (eth_to_address='0x84db6ee82b7cf3b47e8f19270abde5718b936670' -- Ankr
or eth_to_address='0x39dc6a99209b5e6b81dc8540c86ff10981ebda29' --staked.us
or eth_to_address='0x0194512e77d798e4871973d9cb9d7ddfc0ffd801' )
Run a query to Download Data