> ## Documentation Index
> Fetch the complete documentation index at: https://celo-64ac69bd-martinvol-fix-smart-contracts-release-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify Smart Contract using CeloScan

Verifying a smart contract allows developers to review your code from within the CeloScan Block Explorer

* Navigate to the **Contract** tab at the Explorer page for your contract's address
* Click **Verify & Publish** to enter the smart contract verification page

<Frame>
  <img src="https://mintcdn.com/celo-64ac69bd-martinvol-fix-smart-contracts-release-docs/II5dK6DS1Iiu2sSV/img/doc-images/verify-celoscan/image1.png?fit=max&auto=format&n=II5dK6DS1Iiu2sSV&q=85&s=50cfd5247962cabb008348641a8259ac" alt="github" width="2810" height="1672" data-path="img/doc-images/verify-celoscan/image1.png" />
</Frame>

* Select the **Compile** type, **version** and **license**.

<Frame>
  <img src="https://mintcdn.com/celo-64ac69bd-martinvol-fix-smart-contracts-release-docs/II5dK6DS1Iiu2sSV/img/doc-images/verify-celoscan/image2.png?fit=max&auto=format&n=II5dK6DS1Iiu2sSV&q=85&s=b3b22b45d5359902bc3ab0f3f88f11c5" alt="github" width="3456" height="1816" data-path="img/doc-images/verify-celoscan/image2.png" />
</Frame>

* Enter the Solidity Code of the contract along with the constructor arguments.
* Complete Captcha and click **Verify and Publish**.

<Frame>
  <img src="https://mintcdn.com/celo-64ac69bd-martinvol-fix-smart-contracts-release-docs/II5dK6DS1Iiu2sSV/img/doc-images/verify-celoscan/image3.png?fit=max&auto=format&n=II5dK6DS1Iiu2sSV&q=85&s=5ba24b6ebc46837755dcdd76dd236fb1" alt="github" width="3456" height="1832" data-path="img/doc-images/verify-celoscan/image3.png" />
</Frame>

* If done correctly, you should see the following screen.

<Frame>
  <img src="https://mintcdn.com/celo-64ac69bd-martinvol-fix-smart-contracts-release-docs/II5dK6DS1Iiu2sSV/img/doc-images/verify-celoscan/image4.png?fit=max&auto=format&n=II5dK6DS1Iiu2sSV&q=85&s=ecd3fd75e9425fff076cd9e21512bd59" alt="github" width="3456" height="1836" data-path="img/doc-images/verify-celoscan/image4.png" />
</Frame>
