Skip to content

Deployer

senamakel edited this page Jul 29, 2024 · 2 revisions

Solidity API

Deployer

Deploy

event Deploy(address addr)

deploy

function deploy(bytes bytecode, uint256 _salt) external

deployWithAssert

function deployWithAssert(bytes bytecode, uint256 _salt, address target) external

Clone this wiki locally