Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************
curl --location --request GET 'https://api.unpack.dev/v1/contracts/deployer/1/0x00000000000a40322164e8b9e1b909c388bf8317'
[
{
"$schema": "https://api.unpack.dev/schemas/Contract.json",
"abi": "string",
"address": {},
"blockHash": {},
"blockNumber": {},
"bytecode": "string",
"compilerVersion": "string",
"completedStates": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"deployerAddress": {},
"entryPoint": "string",
"evmVersion": "string",
"executionBytecode": "string",
"failedStates": [
"string"
],
"id": "string",
"license": "string",
"name": "string",
"networkId": {},
"optimizationRuns": 0,
"optimized": true,
"partial": true,
"processed": true,
"proxy": true,
"proxyImplementations": [
"string"
],
"safetyState": "string",
"selfDestructed": true,
"solgoVersion": "string",
"sourceAvailable": true,
"sources": [
{
"content": "string",
"name": "string",
"path": "string"
}
],
"sourcesProvider": "string",
"standards": [
"string"
],
"transactionHash": {},
"updated_at": "2019-08-24T14:15:22Z",
"verificationProvider": "string",
"verified": true
}
]