PoolDeployer
Constructor
constructor(
address globals_
);Parameters:
Index
Name
Type
Internal Type
Description
Functions
deployPool
deployPool function deployPool(
address poolManagerFactory_,
address withdrawalManagerFactory_,
address[] strategyFactories_,
bytes[] strategyDeploymentData_,
address asset_,
address poolPermissionManager_,
string name_,
string symbol_,
uint256[4] configParams_
)
nonpayable
returns (
address poolManager_
);Parameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
getPoolDeploymentAddresses
getPoolDeploymentAddressesParameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
getQueueWithdrawalManagerAddress
getQueueWithdrawalManagerAddressParameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
getStrategiesAddresses
getStrategiesAddressesParameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
globals
globalsReturn Values:
Index
Name
Type
Internal Type
Description
Events
PoolDeployed
PoolDeployedParameters:
Index
Name
Type
Internal Type
Description
Last updated
Was this helpful?