# How to verify if a contract has been issued via VICIssuer

## Prerequisites

A token cantract is issued by VICIssuer (Guide: <https://docs.viction.xyz/how-to/how-to-issue-a-token-via-vicissuer>)

* VICIssuer on Testnet: <https://issuer-testnet.viction.xyz/>
* VICIssuer on Mainnet:<https://issuer.viction.xyz/>

## Verify the token contract

Open the contract detail URL on the **Vicscan** or **VICIssuer** UI

<div><figure><img src="/files/JKZDpRZs7Ofeopi6sSII" alt=""><figcaption></figcaption></figure> <figure><img src="/files/hisbhG5PTzVD8RnRPabM" alt=""><figcaption></figcaption></figure></div>

Click on the **Contract** tab & click on **Verify & Publish** button

<figure><img src="/files/8Vdd15PddpnXfTD2JXX3" alt=""><figcaption></figcaption></figure>

Fulfill the details for:

* **Contract Address**: **Fetched** the contract address **automatically**
* **Contract Name**: If you create a **token** via **Viction Issuer** then the name should be
  * **MyVRC25Mintable** for **Reissueable** token (selected when issuing)
  * **MyVRC25** for **Non-reissueable** token
* **Complier:** Select the compiler version **v0.7.6** for verifying the **contract is issued** from **VicIssuer**
* **Optimization:** Default is **No**. Refer: [![](https://cdn.sstatic.net/Sites/ethereum/Img/favicon.ico?v=40dede55262c)'Runs (Optimizer) ' and 'Optimization' while verifying source code on Etherscan](https://ethereum.stackexchange.com/questions/64172/runs-optimizer-and-optimization-while-verifying-source-code-on-etherscan)
* Click on the “**Add Solidity Source Code**“ to input the source code.
  * **File name** can be any thing without **space** or **special characters**.
  * **Solidity Source Code**: copy & paste your source code from the VicIssuer screen. If you forget about it, Please view the token info to get it again.

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

The Contract is verified successfully

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


---

# 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.viction.xyz/how-to/how-to-verify-if-a-contract-has-been-issued-via-vicissuer.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.
