PoolDeployer
Constructor
constructor(
address globals_
);Parameters:
Index
Name
Type
Internal Type
Description
Functions
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
Parameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
getQueueWithdrawalManagerAddress
Parameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
getStrategiesAddresses
Parameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
globals
Return Values:
Index
Name
Type
Internal Type
Description
Events
PoolDeployed
Parameters:
Index
Name
Type
Internal Type
Description
Last updated
Was this helpful?