cURL
curl --request POST \ --url https://api.example.com/verify/solc-json \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "chain": "<string>", "files": {}, "compilerVersion": "<string>", "contractName": "<string>", "creatorTxHash": "<string>" } '
{ "result": [ { "address": "<string>", "chainId": "<string>", "status": "<string>", "message": "<string>", "libraryMap": {} } ] }
Contract address
Chain to check
Files to upload {"path/filename": "content"}
Show child attributes
Compiler version
Name of the contract
Creator transaction hash
The contract has been successfully checked or sourcified
Was this page helpful?