Deployer
State Variables
isDeployer
mapping(address => bool) public isDeployer;Functions
constructor
constructor(address _owner, Authority _auth) Auth(_owner, _auth);deployContract
function deployContract(
string calldata name,
bytes memory creationCode,
bytes calldata constructorArgs,
uint256 value
)
external
requiresAuth
returns (address);Name
Type
Description
getAddress
convertNameToBytes32
Events
ContractDeployed
Name
Type
Description
Errors
Deployer__NotADeployer
Was this helpful?