Contracts
TSMRegistrarFactory

Solidity API

TSMRegistrarFactory

Contract used to deploy new TSMRegistrars. Callable only by the TSMRegistry.

TSMRegistrarDeployed

event TSMRegistrarDeployed(address tsmRegistrar, address owner)

chipRegistry

contract IChipRegistry chipRegistry

ers

contract IERS ers

tsmRegistry

contract ITSMRegistry tsmRegistry

constructor

constructor(contract IChipRegistry _chipRegistry, contract IERS _ers, contract ITSMRegistry _tsmRegistry) public

deployRegistrar

function deployRegistrar(address _owner) external returns (address)