Skip to main content
Manage deployed smart contracts and contract ABIs.

Methods

getDeployedContracts()

Get a paginated list of deployed contracts. Signature:
Example:

getDeployedContractById()

Get details for a specific deployed contract by deployment ID. Signature:
Example:

getDeployedContractByAddress()

Get deployed contract details by contract address and network. Signature:
Parameters:
ParameterTypeRequiredDescription
contractAddressstringYesContract address
networkIdstringYesNetwork ID (UUID from getNetworks())
Example:

fetchContractAbi()

Fetch contract ABI from a blockchain explorer. Signature:
Example:

addContractAbi()

Add or update contract ABI manually. Signature:
Example: