Contracts

EVER Scan contracts section

This section lists smart contracts with verified source code on Everscale.

The table shows Code hash, Contract name, Compiler, and Linker versions. Use Verify contract (top-right) to open the verifier.

Verify contract

Source verification increases transparency: EVER Scan recompiles the submitted source with the specified compiler, linker, and flags and checks that the resulting code hash matches the on-chain code hash of the target contract.

Step 1 — Choose a method

  • Verify by address/hash. Enter a contract address or code hash.

    • If the contract is already verified, you’ll see the published source.

    • If not, continue to the upload/compile step.

  • Verify code hash and address (upload source). Select the Compiler version, Linker version, and optional Compiler flags, then click Next.

Step 2 — Upload source & metadata

Upload the contract files (e.g., a folder of .sol files for T-Sol), then optionally provide:

  • License (e.g., GPL-2.0-only)

  • Project link (repository/site)

  • Audit URL

Click Verify code hash. If the compiled output matches the on-chain code hash, the contract is marked Verified and its source, ABI, and metadata become viewable.

Verification requires the exact compiler/linker versions and flags used for deployment.

Contracts without available source, or compiled with different settings, cannot be verified.

You can return to the Contracts list at any time and filter or paginate the results; Export to .csv is available from the footer.

Last updated

Was this helpful?