Search…
⌃K
Links

ENSFactory

contract ENSFactory

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