This endpoint is only available for the Arbitrum stack chains.
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.
Use stylus for Stylus projects.
Public Git repository that hosts the Stylus source code.
contractaddress
string
default:"0x915f0B2f34F5B5b84D1F066b398D7F0E3C2F8f83"
The address where the contract is deployed.
contractname
string
default:"stylus_hello_world"
The contract name that matches your Stylus deployment.
compilerversion
string
default:"stylus:0.5.3"
Stylus compiler version used for compilation.
{
"status": "1",
"message": "OK",
"result": "a7lpxkm9kpcpicx7daftmjifrfhiuhf5vqqnawhkfhzfrcpnxj"
}