ENSFactory
Last updated
Was this helpful?
is ENSConstants
Source: contracts/factory/ENSFactory.sol
event`` DeployENS(address ens)
Parameters:
ens - address
function`` newENS(address _owner) public returns (ENS)
Create a new ENS and set `_owner` as the owner of the top level domain.
Parameters:
_owner - Owner of .eth
Returns:
ENS
Last updated
Was this helpful?
Was this helpful?
