Page cover

How To: Verify Your Contract

Step 1: Navigate To The Netz Explorer

  1. Copy your contract address and search it on the Sei Trace 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. Select the verification method (compiler type) to "Solidity (flattened source code)".

Step 3: 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.25+commit.b61c2a91.

  4. Set the EVM Version to Paris (Who doesn't like 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