Skip to main content

function deployFactory

Git Source

deployFactory(address)

function deployFactory(
address deployer
) returns (AmmalgamFactory);

deployFactory(address, TimelockController, IAmmalgamPair, ITransparentUpgradeableProxy)

function deployFactory(
address deployer,
TimelockController timelock,
IAmmalgamPair pairImplementation,
ITransparentUpgradeableProxy satProxy
) returns (AmmalgamFactory);