Skip to main content

Module keyless_deploy

Module keyless_deploy 

Source
Expand description

KeylessDeploy contract bytecode and interface.

Bytecode constants are pre-generated from the versioned artifacts in the artifacts/ directory. Interface bindings are generated from the Solidity source.

Modules§

IKeylessDeploy
@title IKeylessDeploy @notice Interface for the KeylessDeploy system contract. @dev This contract enables deploying contracts using pre-EIP-155 transactions (Nick’s Method) with custom gas limits, solving the problem of contracts failing to deploy on MegaETH due to the different gas model.

Constants§

LATEST_CODE
Latest KeylessDeploy contract bytecode
LATEST_CODE_HASH
Latest KeylessDeploy contract code hash
V1_0_0_CODE
KeylessDeploy contract bytecode v1.0.0
V1_0_0_CODE_HASH
KeylessDeploy contract code hash v1.0.0