Updated 2023-01-26
    SELECT


    COUNT (DISTINCT ORIGIN_TO_ADDRESS) AS total_wallets,
    COUNT(ORIGIN_FROM_ADDRESS)

    FROM

    polygon.core.fact_event_logs

    WHERE CONTRACT_ADDRESS ='0xc91868a2d6941e842631ee8c3b6927de4a257b8b'


    Run a query to Download Data