# CryptoNFT.cs

This is a ScriptableObject and essentially works as an object to be instantiated for each NFT that is passed to the `CryptoReceiver` `ReceiveNFT` function. Each one will hold an NFT's `nftName` (name of the NFT), `spritelink` (URL of the NFT's image), `description` (the NFT's description), `attributes` (a List\<NFTAttribute> containing all the attributes) and `creator` which will be first address of the NFTs Creators wallets.&#x20;

All instantiated CryptoNFT's are accessible from `CryptoReceiver.CR.myNFTs` in the `List<>` format.


---

# 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://puppy-gaming.gitbook.io/simple-crypto-webgl-templates/workflow-and-references/cryptonft.cs.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.
