Methods
getDeployedContracts()
Get a paginated list of deployed contracts.
Signature:
getDeployedContractById()
Get details for a specific deployed contract by deployment ID.
Signature:
getDeployedContractByAddress()
Get deployed contract details by contract address and network.
Signature:
| Parameter | Type | Required | Description |
|---|---|---|---|
contractAddress | string | Yes | Contract address |
networkId | string | Yes | Network ID (UUID from getNetworks()) |