Yousefi_1994Total Number of unique depositors
    Updated 2022-06-30
    select
    count(distinct from_address) as number_of_depositors
    from ethereum.core.fact_transactions
    where to_address = '0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419'
    and origin_function_signature in ('0x00f714ce', '0xb6b55f25')
    Run a query to Download Data