Endpoint is deprecated and will be removed on 2020-11-15. Retrieves the vulnerabilities audit for the specified contract (if available).
Response Data
Field | Type | Description |
---|---|---|
issues |
| The list of issues discovered by the contract auditor. |
code |
| The line of code where the issue was discovered. |
contract |
| The name of the contract |
debug |
| The verbose output. |
description |
| The description of the issue. |
function |
| The name of the function in which the error was discovered. |
lineno |
| The line number where the issue was discovered. |
title |
| The title of the issue. |
type |
| The type of issue: |
score |
| An object containing details about the contract's score. |
errors |
| The total number of |
information |
| The total number of |
name |
| The contract security letter grade. |
total |
| The total number issues discovered. |
warnings |
| The total number of |
target |
| The format of the contract in which it was audited. |
timestamp |
| The time when the contract was last audited. |