> For the complete documentation index, see [llms.txt](https://docs.endhonesa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.endhonesa.com/02-the-creations.../waivfves-1/48.-init...-_/48.2.-cryptopunks.md).

# 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 %}

***
