Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************curl --location --request GET 'https://api.unpack.dev/v1/ast/1/0x5dbad78818d4c8958eff2d5b95b28385a22113cd/stats' \
--header 'Authorization: Bearer <token>'{
"$schema": "https://api.unpack.dev/schemas/AstStat.json",
"contractAddress": "string",
"contractId": "string",
"contractsCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"eventsCount": 0,
"functionsCount": 0,
"id": "string",
"interfacesCount": 0,
"librariesCount": 0,
"networkId": {},
"partial": true,
"processed": true,
"stateVariablesCount": 0,
"unitsCount": 0,
"updatedAt": "2019-08-24T14:15:22.123Z"
}