# SetMetadata

Emitted from:

setMetadataOf Definition

```javascript
event SetMetadata(uint256 indexed projectId, SnowconeProjectMetadata metadata, address caller);

```

`projectId` is the token ID of the NFT (ERC-721) that represents the project whose URI was set. `metadata` is the metadata that was associated with the project upon its creation. It can be found using the `metadataContentOf` property. `caller` is the address that issued the transaction within which the event was emitted.


---

# 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://snowconedao.gitbook.io/snowconedao/api/contracts/snwprojects/event/setmetadata.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.
