The contract state from a contract on the network
Smart Contracts
The contract state from a contract on the network
Returns a list of all contract’s slots. If no timestamp is provided, returns the current state.
GET
The contract state from a contract on the network
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-add-traceability-callout.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID or hex encoded EVM address (with or without 0x prefix) associated with this contract.
Pattern:
^(\d{1,10}\.){0,2}(\d{1,10}|(0x)?[A-Fa-f0-9]{40})$Query Parameters
The maximum number of items to return
Required range:
1 <= x <= 100The order in which items are listed
Available options:
asc, desc The slot's number
Pattern:
^((eq|gte?|lte?)\:)?(0x)?[0-9A-Fa-f]{1,64}$The consensus timestamp of the contract state as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.
Pattern:
^((eq|gt|gte|lt|lte):)?\d{1,10}(.\d{1,9})?$List contract results from a contract on the networkList contract results from all contracts on the network