Get GenLayer Contract Code
genlayer_get_contract_codeRetrieve the base64-encoded deployed code of a GenLayer contract by providing its address. Optionally filter by block number or state status.
Instructions
Fetch the deployed base64 code blob for a 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. |