Contract address prediction
Description
const nonce = await web3.eth.getTransactionCount(deployer);
const predictGovernor = makeContractAddress(deployer, nonce + 1);Contracts Affected
Contract Name
Last updated
Was this helpful?