IJBSuckerDeployer
Functions
DIRECTORY
function DIRECTORY() external view returns (IJBDirectory);
TOKENS
function TOKENS() external view returns (IJBTokens);
LAYER_SPECIFIC_CONFIGURATOR
function LAYER_SPECIFIC_CONFIGURATOR() external view returns (address);
isSucker
function isSucker(address sucker) external view returns (bool);
createForSender
function createForSender(uint256 localProjectId, bytes32 salt) external returns (IJBSucker sucker);
Errors
JBSuckerDeployer_AlreadyConfigured
error JBSuckerDeployer_AlreadyConfigured();
JBSuckerDeployer_DeployerIsNotConfigured
error JBSuckerDeployer_DeployerIsNotConfigured();
JBSuckerDeployer_InvalidLayerSpecificConfiguration
error JBSuckerDeployer_InvalidLayerSpecificConfiguration();
JBSuckerDeployer_LayerSpecificNotConfigured
error JBSuckerDeployer_LayerSpecificNotConfigured();
JBSuckerDeployer_Unauthorized
error JBSuckerDeployer_Unauthorized(address caller, address expected);
JBSuckerDeployer_ZeroConfiguratorAddress
error JBSuckerDeployer_ZeroConfiguratorAddress();