Hedera · Schema

ContractResultLog

Distributed LedgerBlockchainDLTHashgraphTransactionTokensNFTSmart ContractsEnterprise

Properties

Name Type Description
address string The hex encoded EVM address of the contract
bloom object
contract_id object
data stringnull The hex encoded data of the contract log
index integer The index of the contract log in the chain of logs for an execution
topics object
View JSON Schema on GitHub

JSON Schema

ContractResultLog.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/ContractResultLog.json",
  "title": "ContractResultLog",
  "type": "object",
  "properties": {
    "address": {
      "description": "The hex encoded EVM address of the contract",
      "example": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "pattern": "^0x[0-9A-Fa-f]{40}$",
      "type": "string"
    },
    "bloom": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Bloom"
        },
        {
          "description": "The hex encoded bloom filter of the contract log"
        }
      ]
    },
    "contract_id": {
      "$ref": "#/components/schemas/EntityId"
    },
    "data": {
      "description": "The hex encoded data of the contract log",
      "example": "0x00000000000000000000000000000000000000000000000000000000000000fa",
      "type": [
        "string",
        "null"
      ]
    },
    "index": {
      "description": "The index of the contract log in the chain of logs for an execution",
      "example": 0,
      "type": "integer"
    },
    "topics": {
      "$ref": "#/components/schemas/ContractLogTopics"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ContractResultLog"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.