ydcny555Total ETH Staked ($USD)
    Updated 2022-10-15
    select sum(amount) as eth_vol, count(distinct eth_from_address) as staker_count,
    count(tx_hash) as stake_count, sum(amount_usd) as eth_vol_usd
    from ethereum.core.ez_eth_transfers
    where eth_to_address='0x00000000219ab540356cbb839cbe05303d7705fa' -- Direct staking
    Run a query to Download Data