Stin00Total ETH Deposited
    Updated 2022-07-29
    --darvishi
    select
    count(distinct origin_from_address) as ETH_Lockers,
    sum(event_inputs:value)/pow(10,18) as Total_ETH_locked
    from
    ethereum.core.fact_event_logs
    where
    origin_to_address = '0xa4b41efc1b6f73355c90119aeefddb1ffcf907b0'
    and contract_address = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
    and event_name = 'Transfer'
    Run a query to Download Data