ENSFactory

contract ENSFactory

is ENSConstants

Source: contracts/factory/ENSFactory.sol

Index

Reference

Events

DeployENS

event`` DeployENS(address ens)


Parameters:

  • ens - address

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:

  • _owner - Owner of .eth

Returns:

  • ENS

Last updated