ICTDeployer
Functions
CONTROLLER
function CONTROLLER() external view returns (IJBController);
DEPLOYER
function DEPLOYER() external view returns (IJB721TiersHookProjectDeployer);
PUBLISHER
function PUBLISHER() external view returns (ICTPublisher);
deployProjectFor
function deployProjectFor(
    address owner,
    JBTerminalConfig[] calldata terminalConfigurations,
    string memory projectUri,
    CTDeployerAllowedPost[] calldata allowedPosts,
    string memory contractUri,
    string memory name,
    string memory symbol,
    bytes32 salt
)
    external
    returns (uint256 projectId, IJB721TiersHook hook);