BaseGaugeFactory
Description:
An additional factory layer responsible solely for deploying instances of the GaugeFactory
contract. This provides a standardized way to deploy the gauge creation mechanism.
createGaugeFactory
Description:
Deploys a new GaugeFactory
contract instance. Stores the address of the newly deployed factory in lastGaugeFactory
. This function can be called by any address.
Return Value:
Type
Description
address
The address of the newly deployed GaugeFactory.
Events Emitted:
GaugeFactoryCreated(address gaugeFactory)
Last updated