For the complete documentation index, see llms.txt. This page is also available as Markdown.

ExtensionsMapDeployer

ExtensionsMapDeployer

deployedMaps

mapping(address => mapping(bytes32 => address)) deployedMaps

Returns the nonce of the deployed ExtensionsMap contract.

It is increased only when a new contract is deployed.

Parameters

Name

Type

Description

Return Values

Name

Type

Description

deployExtensionsMap

function deployExtensionsMap(struct DeploymentParams params, bytes32 salt) external returns (address)

Returns the address of the deployed contract.

If the params are unchanged, the address of the already-deployed contract is returned.

parameters

Returns the extensions deployment parameters.

Return Values

Name
Type
Description

[0]

struct DeploymentParams

Tuple of the deployment parameters '(Extensions, address)'.

Last updated