elvis2208 Cryptopunk Sales and Traders 01: Finding the cryptopunk contract
    Updated 2022-08-26
    -- Step 1. Locate the Cryptopunk contract
    SELECT *
    FROM ethereum.core.dim_labels
    WHERE address_name like '%punk%'
    AND label_type = 'nft'
    Run a query to Download Data