# Verified contracts

In this page you can browse all the contract verified on C-chain.&#x20;

A verified contract has its sourcecode reviewed successfully in terms of security, bugs and issues.  &#x20;

You can verify your contract [here](https://avascan.info/blockchain/c/contract/verify)

### Page structure

This page is accessible by clicking from the homepage on **Blockchain** and then **Verified contracts**

<figure><img src="/files/3fZytR5C6dshg7fK0bBt" alt=""><figcaption></figcaption></figure>

The results are displayed in different columns:

* **Address:** asset address
* **Contract name:** name of the asset
* **Version:** the version of contract's code language used
* **TXS:** how many TXs involving this asset happened&#x20;
* **Setting:** you can see two icons, a lightning and a wrench which respectively represent *Optimization enabled* and *Constructor arguments*

<div align="left"><figure><img src="/files/O5egQDc4Q3QMBU9AVthw" alt=""><figcaption></figcaption></figure></div>

* **Creator:** if present, the address that created the contract &#x20;
* **Created at:** date and time&#x20;
* **Verified at:** date and time&#x20;
* **TX hash:** or so called Transaction ID, the unique identifier for a transaction, and the subnet in which it was executed


---

# 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.avascan.info/how-to-use-avascan/verified-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.
