CloneFactory
Last updated
function createClone(address target) internal returns (address result)Create a clone of the vault's code from a template and deploy it on the blockchain.
target
address
Address of the template to be cloned.
result
address
Address of the new vault that has cloned and deployed.
Last updated