banterlyticsBaby Kong Distro copy
    Updated 2022-12-15
    select DISTINCT(event_inputs:to::string) as address
    from ethereum.core.fact_event_logs
    where block_timestamp > '2021-04-05'
    and contract_address = lower('0x57a204aa1042f6e66dd7730813f4024114d74f37')
    and event_name = 'Transfer'
    and event_inputs:tokenId::string >= 1000

    Run a query to Download Data