setOwner

This method assigns a new owner to the factory. Can only be called by the contract owner.

Function

function setOwner(
    address _owner
) external;

Parameters

ParameterDescription

_owner

The address of the new owner

Last updated