Page cover

Verify Your Contract

Step 1: Navigate To The Netz Explorer

  1. Copy your contract address and search it on the Netz Explorer.

  2. Once on the contract page, press Code, and search for the Verify & Publish button.

Step 2: Selecting The Licence and The Verification Method

  1. Set the Contracts licence to "MIT Licence (MIT)".

  2. Select the verification method (compiler type) to "Solidity (flattened source code)" and press next.

Step 4: Filling In The rest Of The Details

  1. Set the is Yul contract's toggle to Off (which is already toggled off by default).

  2. Set the Include nightly build's toggle to Off (which is already toggled off by default).

  3. Set the compiler to version v0.8.20+commit.a1b79de6.

  4. Set the EVM Version to Paris.

  5. Set the Optimization's toggle to No (which is already toggled off by default).

  6. Copy and paste the (down below) flattened code into the Contract code input.

  7. Set the Add Contract Libraries toggle to Off (which is already toggled off by default).

  8. Press the Verify & Publish button.

Done! You've successfully verified the contract of your deployed token!

Last updated