MultiDepositorVaultDeployDelegate
Last updated
Last updated
Inherits: IVaultDeployDelegate
Deploys a new MultiDepositorVault contract
This contract is used to deploy a new MultiDepositorVault contract through a delegatecall
It is separate from the MultiDepositorVaultFactory because of the 24kb contracts size limit
Deploy a new vault
function createVault(bytes32 salt) external returns (address);
Parameters
salt
bytes32
The salt value to create vault
Returns
<none>
address
deployed Deployed vault address