Skip to main content

function deployFactory

Git Source

deployFactory(address)

function deployFactory(
address deployer
) returns (AmmalgamFactory, TimelockController);

deployFactory(address, TimelockController, IAmmalgamPair, ISaturationAndGeometricTWAPState)

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