# Playside Contracts

## Ethereum Contracts <a href="#ethereum-contracts" id="ethereum-contracts"></a>

These are all the contracts for the various littles NFT collections.&#x20;

### the littles contract <a href="#cool-cats-contract" id="cool-cats-contract"></a>

{% tabs %}
{% tab title="Etherscan" %}
<https://etherscan.io/address/0xc6ec80029cd2aa4b0021ceb11248c07b25d2de34>
{% endtab %}

{% tab title="Opensea" %}
<https://opensea.io/collection/thelittlesnft>
{% endtab %}
{% endtabs %}

### the littles frens contract <a href="#cool-cats-contract" id="cool-cats-contract"></a>

{% tabs %}
{% tab title="Etherscan" %}
<https://etherscan.io/address/0x8d64528676e437dc27a4ffe88a80141053c5e6f6#code>
{% endtab %}

{% tab title="Opensea" %}
<https://opensea.io/collection/the-littles-frens-nft>
{% endtab %}
{% endtabs %}

## Polygon Contracts <a href="#polygon-contracts" id="polygon-contracts"></a>

These are all the contracts used to operate Playside.&#x20;

### All Game Contracts <a href="#all-game-contracts" id="all-game-contracts"></a>

<table><thead><tr><th width="236">Contract Name</th><th>Contract Address</th></tr></thead><tbody><tr><td>Prize Hut Items</td><td>0xe948d9d3b97606304a8db0538bdd0b6465c9dfcb</td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr></tbody></table>


---

# 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://the-littles.gitbook.io/the-littles-welcome-to-playside/contracts/playside-contracts.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.
