function deployFactory
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);