Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************
curl --location --request POST 'https://api.unpack.dev/v1/audit/audit/1/0xf55639a4d0cf6ae63271fa43cc02b39710688380'
{
"$schema": "https://api.unpack.dev/schemas/Report.json",
"audit": {
"compilerVersion": {
"major": 0,
"minor": 0,
"patch": 0,
"revision": "string"
},
"detectors": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"provider": "string",
"safe": true,
"stats": {
"high": 0,
"informational": 0,
"low": 0,
"medium": 0
}
},
"compiler": {
"auxVerified": true,
"compilerVersion": {
"major": 0,
"minor": 0,
"patch": 0,
"revision": "string"
},
"levenshteinDistance": 0,
"partial": true,
"verified": true
},
"completedStates": [
"string"
],
"contractAddress": "string",
"createdAt": "2019-08-24T14:15:22Z",
"failedStates": [
"string"
],
"id": "string",
"networkId": 0,
"partial": true,
"processed": true,
"safe": true,
"safetyLevel": "string",
"safetyScore": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}