Query Parameters
apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
Set to contract for this endpoint.
action
string
default:"verifysourcecode"
Set to verifysourcecode for this endpoint.
codeformat
string
default:"solidity-standard-json-input"
Use solidity-single-file for a single file or solidity-standard-json-input for JSON input.
The Solidity source code to verify.
Optional constructor arguments used in contract deployment.
contractaddress
string
default:"0xf66f984e0b73453193b452f84c8fff0ed19f6d81"
The address where the contract is deployed.
contractname
string
default:"contracts/Verified.sol:Verified"
The contract name, including path if applicable.
compilerversion
string
default:"v0.8.24+commit.e11b9ed9"
Compiler version used for compilation.
zkSync compiler version used for compilation.
zkSync compiler mode to process the build artifacts.