> For the complete documentation index, see [llms.txt](https://docs.viction.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viction.xyz/how-to/how-to-verify-if-a-contract-has-been-issued-via-vicissuer.md).

# 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>
