> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/pt-br/inicio-rapido/enderecos-smart-contracts.md).

# Endereços de Smart Contracts

Ao desenvolver na Chiliz Chain, você precisará integrar certas funcionalidades fornecidas pelos nossos smart contracts. Esta página fornece tudo que você precisa.

## Endereços de contratos da Chiliz Chain

{% hint style="info" %}
Os endereços são os mesmos independentemente de você estar trabalhando no Chiliz Chain Mainnet ou no Spicy Testnet.
{% endhint %}

{% hint style="warning" %}
Certifique-se de sempre usar o Chain ID correto no seu código:

* Chiliz Chain Mainnet: `88888`
* Spicy Testnet: `88882`
  {% endhint %}

| Contrato                                                          | Endereço do Contrato                       |
| ----------------------------------------------------------------- | ------------------------------------------ |
| Staking                                                           | 0x0000000000000000000000000000000000001000 |
| Slashing Indicator                                                | 0x0000000000000000000000000000000000001001 |
| SystemReward                                                      | 0x0000000000000000000000000000000000001002 |
| StakingPool (wrapper do Staking, usado por usuários, dApps, etc.) | 0x0000000000000000000000000000000000007001 |
| Governance                                                        | 0x0000000000000000000000000000000000007002 |
| ChainConfig                                                       | 0x0000000000000000000000000000000000007003 |
| RuntimeUpgrade                                                    | 0x0000000000000000000000000000000000007004 |
| DeployerProxy                                                     | 0x0000000000000000000000000000000000007005 |
| Tokenomics                                                        | 0x0000000000000000000000000000000000007006 |
| <p>Multicall<br><em>(apenas Mainnet)</em></p>                     | 0x0E6a1Df694c4be9BFFC4D76f2B936bB1A1df7fAC |

Além desses, as equipes da [Kayen Finance](https://www.kayen.finance/) e da [FanX](https://app.fanx.xyz/) criaram contratos específicos para trabalhar com suas DEXs:

{% embed url="<https://kayen-finance.gitbook.io/docs/contracts/contracts>" %}

{% embed url="<https://fanx.gitbook.io/fanx-docs/contract/contracts>" %}

## Endereços de contratos de Fan Tokens

### Lista de Fan Tokens

Você pode encontrar a lista completa de tokens nesta página:

[Endereços de Contratos de Token](/pt-br/inicio-rapido/enderecos-contratos-token.md)

### Contratos de staking de Fan Tokens

Para staking de Fan Tokens, você pode usar estes endereços no Chiliz Chain Mainnet:

| Contrato       | Endereço do Contrato                       |
| -------------- | ------------------------------------------ |
| Proxy          | 0x5ff7f9724fd477d9a07dcdb894d0ca7f8fae1501 |
| Implementation | 0xD1bAfa7A246f5685cd22A563FD20fb164fAF0A4c |

## Endereços de contratos Pepper

O [token comunitário $PEPPER](https://www.peppercoin.com/) possui seu próprio conjunto de endereços no Chiliz Chain Mainnet:

| Contrato       | Endereço do Contrato                       |
| -------------- | ------------------------------------------ |
| Pepper Factory | 0xb06709919e0279fC7e01bfBc4Cead2dD99F74Ca8 |
| Pepper Staking | 0x5cA4C88339D89B2547a001003Cca84F62F557A72 |

## Endereços de contratos LayerZero

A Chiliz Chain implementa o [protocolo LayerZero](https://layerzero.network/) para tornar os Fan Tokens omnichain.

{% tabs %}
{% tab title="Chiliz Chain Mainnet" %}
Layer Zero Endpoint ID (`eid`) para o Chiliz Chain Mainnet: `30409`.

| Contrato                                                                  | Endereço do Contrato                       |
| ------------------------------------------------------------------------- | ------------------------------------------ |
| EndpointV2                                                                | 0x6F475642a6e85809B1c36Fa62763669b1b48DD5B |
| sendUln302                                                                | 0xC39161c743D0307EB9BCc9FEF03eeb9Dc4802de7 |
| receiveUln302                                                             | 0xe1844c5D63a9543023008D332Bd3d2e6f1FE1043 |
| <p>blockedMessageLib<br><em>(Biblioteca de Mensagens Bloqueadas)</em></p> | 0xc1ce56b2099ca68720592583c7984cab4b6d7e7a |
| executor                                                                  | 0x4208D6E27538189bB48E603D6123A94b8Abe0A0b |
| Dead DVN                                                                  | 0x6788f52439ACA6BFF597d3eeC2DC9a44B8FEE842 |
| {% endtab %}                                                              |                                            |

{% tab title="Spicy Testnet" %}
Layer Zero Endpoint ID (`eid`) para o Spicy Testnet: `40440`.

| Contrato                                                       | Endereço do Contrato                       |
| -------------------------------------------------------------- | ------------------------------------------ |
| EndpointV2                                                     | 0x3aCAAf60502791D199a5a5F0B173D78229eBFe32 |
| sendUln302                                                     | 0x45841dd1ca50265Da7614fC43A361e526c0e6160 |
| receiveUln302                                                  | 0xd682ECF100f6F4284138AA925348633B0611Ae21 |
| <p>blockedMessageLib<br>Biblioteca de Mensagens Bloqueadas</p> | 0xa229b65cc2191bf60bc24efcda3487d7b5c0c9f0 |
| executor                                                       | 0x701f3927871EfcEa1235dB722f9E608aE120d243 |
| {% endtab %}                                                   |                                            |
| {% endtabs %}                                                  |                                            |

Você pode verificar essas informações na documentação do LayerZero:

{% embed url="<https://docs.layerzero.network/v2/deployments/chains/chiliz>" %}

{% embed url="<https://docs.layerzero.network/v2/deployments/deployed-contracts?chains=chiliz>" %}

A equipe do LayerZero também fornece um guia de início rápido para mintar e transferir um Omnichain Fungible Token (OFT) entre o Chiliz Mainnet e qualquer outra chain suportada:

{% embed url="<https://docs.layerzero.network/v2/deployments/evm-chains/chiliz-mainnet-oft-quickstart>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/pt-br/inicio-rapido/enderecos-smart-contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
