Skip to main content

IJBDelegatesRegistry

Git Source

Functions

deployerOf

function deployerOf(address _delegate) external view returns (address _deployer);

addDelegate

function addDelegate(address _deployer, uint256 _nonce) external;

addDelegateCreate2

function addDelegateCreate2(address _deployer, bytes32 _salt, bytes calldata _bytecode) external;