# 48.2. CryptoPunks

{% hint style="success" %}
**Note**: [**CryptoPunks NFTs**](/02-the-creations.../waivfves-1/48.-init...-_/48.2.-cryptopunks.md) are **100%** minted completely!
{% endhint %}

This collection is not [**MyReceipt**](https://myreceipt.endhonesa.com/) creation. This is only the complement for [**The KING's Story**](/01-the-project.../how-is-the-journey.md#id-9th-stage-starting-to-develop-and-setting-the-kings-story-june-2022), on the **Ethereum** blockchain.

The one line of code creates a new contract, so [**MyReceipt**](https://myreceipt.endhonesa.com/) makes it become the complement for [**The KING's Story**](/03-the-story.../the-story....md). This is one of the issues that caused a very big philosophical curiosity in **His** mind.

```
function punkNoLongerForSale(uint punkIndex) {
        if (punkIndexToAddress[punkIndex] != msg.sender) throw;
        punksOfferedForSale[punkIndex] = Offer(false, punkIndex, msg.sender, 0, 0x0);
        PunkNoLongerForSale(punkIndex);
}
```

> [**CryptoPunks NFTs**](/02-the-creations.../waivfves-1/48.-init...-_/48.2.-cryptopunks.md) is a **non-fungible token** collection on the **Ethereum** blockchain launched in June 2017 by the **Larva Labs** studio.
>
> — Source #1: [**CryptoPunks V1 (wrapped) NFTs collection**](https://opensea.io/collection/official-v1-punks)
>
> — Source #2: [**CryptoPunks NFTs collection**](https://opensea.io/collection/cryptopunks)
>
> — Source #3: [**CryptoPunks NFTs website**](https://www.larvalabs.com/cryptopunks)

***

#### Holder Benefits...

* All [**CryptoPunks**](/02-the-creations.../waivfves-1/48.-init...-_/48.2.-cryptopunks.md) holders, at least 1 supply, are able to claim giveaways, that is the [**Anthropophobia Viruses NFTs**](/02-the-creations.../waivfves-1/44.-anthropophobia.md). Please go to [**Prof. NOTA's Discord**](https://discord.gg/5KrsT6MbFm) to claim, and [**Prof. NOTA**](https://nota.endhonesa.com/) will transfer the **NFTs** to your wallet.
* All [**CryptoPunks**](/02-the-creations.../waivfves-1/48.-init...-_/48.2.-cryptopunks.md) holders, at least 1 supply, are whitelisted for the [**ROTY BASE dETH**](/02-the-creations.../waivfves-1/16.-roty-base-deth.md) collection that will be released on the **BASE** blockchain. Please go to [**Prof. NOTA's Discord**](https://discord.gg/5KrsT6MbFm) for more information, and [**Prof. NOTA**](https://nota.endhonesa.com/) can include your address in the allowlist for early access.

***

<figure><img src="/files/aM0itj5SIJzih2wHAdMY" alt=""><figcaption><p>CryptoPunks</p></figcaption></figure>

{% embed url="<https://opensea.io/collection/cryptopunks>" %}
CryptoPunks NFTs collection
{% endembed %}

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.endhonesa.com/02-the-creations.../waivfves-1/48.-init...-_/48.2.-cryptopunks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
