ExtensionsMapDeployer
Last updated
mapping(address => mapping(bytes32 => address)) deployedMapsReturns the nonce of the deployed ExtensionsMap contract.
It is increased only when a new contract is deployed.
Name
Type
Description
Name
Type
Description
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.
Returns the extensions deployment parameters.
[0]
struct DeploymentParams
Tuple of the deployment parameters '(Extensions, address)'.
Last updated
function parameters() external view returns (struct DeploymentParams)