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 |
|---|---|---|---|
request.contractAddress | string | Yes | Contract address |
request.network | 'ETH' | 'tETH' | Yes | Blockchain network |