cypherape staking stats
    Updated 2022-12-08
    select
    count(distinct tx_hash) as n_transactions,
    count(distinct origin_from_address) as unique_users,
    sum(event_inputs:value/pow(10,18)) as volume
    from ethereum.core.fact_event_logs
    where origin_to_address = '0x5954ab967bc958940b7eb73ee84797dc8a2afbb9'
    and tx_status = 'SUCCESS'
    and event_name = 'Transfer'
    Run a query to Download Data