axelar-gmp-sdk-solidity

Solidity API

Create3Address

This contract can be used to predict the deterministic deployment address of a contract deployed with the CREATE3 technique.

createDeployBytecodeHash

bytes32 createDeployBytecodeHash

bytecode hash of the CreateDeploy helper contract

constructor

constructor() public

_create3Address

function _create3Address(bytes32 deploySalt) internal view returns (address deployed)

Compute the deployed address that will result from the CREATE3 method.

Parameters

Name Type Description
deploySalt bytes32 A salt to influence the contract address

Return Values

Name Type Description
deployed address The deterministic contract address if it was deployed