# Xác minh với Chiliz Block Explorer

Chiliz Block Explorer là dịch vụ được xây dựng bởi Blockscout. Do đó, bạn có thể dựa vào tài liệu của họ cho việc sử dụng hàng ngày.

Chúng tôi ở đây tái sản xuất một phần tài liệu của họ cho việc xác thực hợp đồng.

## Các Bước

1. Khi mã đã được triển khai, bạn có thể xem chi tiết giao dịch trên Chiliz Block Explorer.

<figure><img src="/files/4pD62Xle2ffJF2WGV5Lo" alt=""><figcaption></figcaption></figure>

2. Chọn tab Code để bắt đầu xác minh hợp đồng của bạn.

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

3. Sao chép và lưu Copy Contract Creation Code để tham khảo trong tương lai.

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

4. Chọn 'Xác minh & Xuất bản'.

<figure><img src="/files/2fmoKDf3Db2YN3IW7KBX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**HÔNG TIN**

Để xác minh hợp đồng thông minh của bạn, hãy giữ sẵn những chi tiết sau:

* Tên Hợp Đồng
* Trình Biên Dịch
* Phiên Bản EVM
* Tối Ưu Hóa
  {% endhint %}

5. Nhập các chi tiết cần thiết vào các trường tương ứng. Sao chép mã hợp đồng thông minh được sử dụng để biên dịch hợp đồng thông minh. Dán nó vào trường 'Nhập Mã Hợp Đồng Solidity'.

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

Bảng sau đây giải thích chi tiết mẫu 'New Smart Contract Verification'.

<table><thead><tr><th width="324">Parameter</th><th>Description </th></tr></thead><tbody><tr><td>Contract Address</td><td>The address provided after contract creation</td></tr><tr><td>Contract Name</td><td>Name of the contract given whilst creating the contract</td></tr><tr><td>Include nightly builds</td><td>Select <em>Yes</em> to add nightly build values to your report. It also depends on your compiler.</td></tr><tr><td>Compiler</td><td>Compiler version used while deploying the contract</td></tr><tr><td>EVM version</td><td>Use the dropdown and select the same EVM version used to deploy the contract</td></tr><tr><td>Optimisation</td><td>Select Yes, if you have enabled Optimisation while compiling the contract</td></tr><tr><td>Enter the Solidity Contract Code</td><td>Enter the ERC-20 script used to compile the smart contract</td></tr><tr><td>Try to fetch constructor arguments automatically</td><td>Choice to fetch constructor arguments</td></tr><tr><td>ABI-encoded Constructor Arguments (if required by the contract)</td><td>Choice to fetch constructor arguments, only if the contract requires</td></tr><tr><td>Add Contract Libraries</td><td>Enter the name and 0x address for any required libraries called in the called in the <code>.sol</code> file</td></tr></tbody></table>

6. Hợp đồng của bạn đã được xác minh ✅.

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

Cứ thoải mái khám phá thêm 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/vi/bat-dau-nhanh/trien-khai-va-xac-minh-mot-hop-dong/xac-minh-voi-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.
