function deployFactory
deployFactory(address)
function deployFactory(
address owner
) returns (AmmalgamFactory);
deployFactory(address, ISaturationAndGeometricTWAPState)
function deployFactory(
address owner,
ISaturationAndGeometricTWAPState saturationAndGeometricTWAPState
) returns (AmmalgamFactory);