Get GenLayer Contract State
genlayer_get_contract_stateRetrieve the live state blob of a GenLayer contract by providing its address. Optionally filter by status or block number to inspect specific snapshots.
Instructions
Fetch the live state blob for a deployed GenLayer contract from the configured RPC endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional state snapshot filter. | |
| address | Yes | Contract address to inspect. | |
| blockNumber | No | Optional hex-encoded block number. |