Skip to main content

IJBTiered721DelegateProjectDeployer

Git Source

Functions

directory

function directory() external view returns (IJBDirectory);

delegateDeployer

function delegateDeployer() external view returns (IJBTiered721DelegateDeployer);

launchProjectFor

function launchProjectFor(
address owner,
JBDeployTiered721DelegateData memory deployTiered721DelegateData,
JBLaunchProjectData memory launchProjectData,
IJBController3_1 controller
) external returns (uint256 projectId);

launchFundingCyclesFor

function launchFundingCyclesFor(
uint256 projectId,
JBDeployTiered721DelegateData memory deployTiered721DelegateData,
JBLaunchFundingCyclesData memory launchFundingCyclesData,
IJBController3_1 controller
) external returns (uint256 configuration);

reconfigureFundingCyclesOf

function reconfigureFundingCyclesOf(
uint256 projectId,
JBDeployTiered721DelegateData memory deployTiered721DelegateData,
JBReconfigureFundingCyclesData memory reconfigureFundingCyclesData,
IJBController3_1 controller
) external returns (uint256 configuration);