# Verificar com Chiliz Block Explorer

O Chiliz Block Explorer é um serviço desenvolvido pelo Blockscout. Você pode confiar na documentação deles para o uso diário.

Estamos reproduzindo aqui parte da documentação deles para validação de contratos.

## Passos

1. Uma vez que o código é implantado, você pode ver a transação em detalhes no Chiliz Block Explorer.

<figure><img src="/files/vgere1IZhVkrtrDUOkhZ" alt=""><figcaption></figcaption></figure>

2. Selecione a aba Code para começar a verificar seu contrato.

<figure><img src="/files/mLyrmsmFcqe3fnIZOmJn" alt=""><figcaption></figcaption></figure>

3. Copie e salve o Copy Contract Creation Code para referência futura.

<figure><img src="/files/ZDFjhJl1eBLnmHgOEeoj" alt=""><figcaption></figcaption></figure>

4. Selecione Verify & Publish.

<figure><img src="/files/u7wnJ0LDnh7Jh3PY9Wpt" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**INFORMAÇÃO**

Para verificar seu contrato inteligente, mantenha os seguintes detalhes à mão:

* Nome do Contrato
* Compilador
* Versão EVM
* Otimização
  {% endhint %}

5. Insira os detalhes necessários nos campos relevantes. Copie o código do contrato inteligente usado para compilar o contrato inteligente. Cole-o no campo Enter the Solidity Contract Code.

<figure><img src="/files/r01SDhs67AWpr5XGk7w7" alt=""><figcaption></figcaption></figure>

A tabela a seguir explica o formulário "New Smart Contract Verification" em detalhe.

| Parâmetro                                                       | Descrição                                                                                                        |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Contract Address                                                | O endereço fornecido após a criação do contrato                                                                  |
| Contract Name                                                   | Nome do contrato dado durante a criação do contrato                                                              |
| Include nightly builds                                          | Selecione "Yes" para adicionar valores de build noturno ao seu relatório. Isso também depende do seu compilador. |
| Compiler                                                        | Versão do compilador usada ao implantar o contrato                                                               |
| EVM version                                                     | Use o menu suspenso e selecione a mesma versão do EVM usada para implantar o contrato                            |
| Optimisation                                                    | Selecione "Yes", se você habilitou a Otimização ao compilar o contrato                                           |
| Enter the Solidity Contract Code                                | Insira o script ERC-20 usado para compilar o contrato inteligente                                                |
| Try to fetch constructor arguments automatically                | Opção para buscar argumentos do construtor                                                                       |
| ABI-encoded Constructor Arguments (if required by the contract) | Opção para buscar argumentos do construtor, apenas se o contrato exigir                                          |
| Add Contract Libraries                                          | Opção para buscar argumentos do construtor, apenas se o contrato exigir                                          |

6. Seu contrato agora está verificado ✅.

<figure><img src="/files/jYT5qSD3kxtRMUCidxqs" alt=""><figcaption></figcaption></figure>

Sinta-se à vontade para explorar mais o Block Explorer!


---

# 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://docs.chiliz.com/pt-br/inicio-rapido/implantar-e-verificar-um-contrato/verificar-com-chiliz-block-explorer.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.
