Contract Verification
User Interface
You can verify your smart contract at the Smart Contract Verification page.
Mainnet:https://explorer.zklink.io/contracts/verify
Testnet: https://sepolia.explorer.zklink.io/contracts/verify
Hardhat plugin
You can also verify your smart contract using the Hardhat plugin provided by zkSync. Please use the below URLs for configuration:
Mainnet: https://explorer.zklink.io/contract_verification
Testnet: https://sepolia.explorer.zklink.io/contract_verification
Please note the current backend verification system only support the following compilers:
zksolc: v1.3.0 ~ v1.3.22
solc: <= v0.8.22
Last updated