HalfBakedHeroesDeployer
Inherits: Ownable
State Variables
ENS_NAME
string public constant ENS_NAME = "deployer.hbhart.eth";
Functions
constructor
constructor() payable;
create3
function create3(bytes32 salt, bytes memory creationCode) external payable onlyOwner returns (address addr);
addressOf
function addressOf(bytes32 salt) external view returns (address);