Skip to main content
POST
/
session
/
verify-checked
{
  "contracts": [
    {
      "verificationId": "<string>",
      "compiledPath": "<string>",
      "name": "<string>",
      "compilerVersion": "<string>",
      "address": "<string>",
      "chainId": "<string>",
      "files": {
        "found": [
          "<string>"
        ],
        "missing": [
          "<string>"
        ]
      },
      "status": "<string>",
      "storageTimestamp": "2023-11-07T05:31:56Z"
    }
  ],
  "unused": [
    "<string>"
  ]
}

Query Parameters

dryrun
boolean
default:false

Dry-run flag. When present and set to true, a successful verification result will not be stored in the repository.

Body

application/json
contracts
object[]

Response

OK

contracts
object[]
unused
string[]