Verify a Vyper contract with its source code and contract creation information
POST/?module=contract&action=verify_vyper_contract
Verify a Vyper contract with its source code and contract creation information
Request
Query Parameters
module stringrequired
Possible values: [contract
]
action stringrequired
Possible values: [verify_vyper_contract
]
apiKey stringrequired
Example: pk_1234567890
- application/json
Body
required
addressHash string
name string
compilerVersion string
contractSourceCode string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
result string
status string
{
"message": "string",
"result": "string",
"status": "string"
}
Loading...