0xaimanList
    Updated 2022-12-16
    select nft_to_address
    from (select nft_to_address, max(block_timestamp) as tmx from ethereum.core.ez_nft_transfers
    where nft_address = '0xc466e2f98f95cc4cde31b134906f59e8264c1be0'
    group by 1)
    where tmx<'2022-04-15'
    limit 1000
    Run a query to Download Data