Sbhn_NPUnique LP Proviers
    Updated 2022-08-20
    select count(DISTINCT origin_from_address) as unique_users
    from ethereum.core.fact_event_logs
    where tx_status = 'SUCCESS'
    and origin_to_address = '0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f'
    and origin_function_signature in ('0xe8e33700','0xf305d719')
    Run a query to Download Data