IDeployer

Git Source

Author: M^0 Labs

Functions

nonce

Returns the nonce used to pre deterministically compute the address of the next deployed contract.

function nonce() external view returns (uint256);

lastDeploy

Returns the address of the last contract deployed by this contract.

function lastDeploy() external view returns (address);

nextDeploy

Returns the address of the next contract this contract will deploy.

function nextDeploy() external view returns (address);

Copyright 2024 M^0 Foundation