Updated 2023-04-18
    select DISTINCT
    FROM_address
    from
    ethereum.core.fact_traces
    where
    TO_ADDRESS = '0xbdaddc6a1321ed458b53ab9e51dc0de8dba78d43' AND
    substring(input, 3, 8) = 'c37f68e2'
    Run a query to Download Data