contract ENSFactory
is
Source:
Index
Reference
Events
DeployENS
event``
DeployENS
(address ens)
Parameters:
Functions
newENS
function``
newENS
(address _owner) public returns (ENS)
Create a new ENS and set `_owner` as the owner of the top level domain.
Parameters:
Returns: