leo-lZzln2Total Number of Stakes in dex
    Updated 2022-10-06
    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
    Run a query to Download Data