[DEPRECATED] Audit

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

array

The list of issues discovered by the contract auditor.

code

string

The line of code where the issue was discovered.

contract

string

The name of the contract

debug

string

The verbose output.

description

string

The description of the issue.

function

string

The name of the function in which the error was discovered.

lineno

number

The line number where the issue was discovered.

title

string

The title of the issue.

type

string

The type of issue:
Informational
Warning
Error

score

object

An object containing details about the contract's score.

errors

number

The total number of Error issues discovered.

information

number

The total number of Informational issues discovered.

name

string

The contract security letter grade.

total

number

The total number issues discovered.

warnings

number

The total number of Warning issues discovered.

target

string

The format of the contract in which it was audited.

timestamp

string

The time when the contract was last audited.

Language
Click Try It! to start a request and see the response here!