-
Notifications
You must be signed in to change notification settings - Fork 63
contract.AllowlistFactory
Aleksey Bykhun edited this page Jan 18, 2023
·
1 revision
address public immutable implementation;
constructor();
function createAllowlist(
string memory title,
address nft,
bytes32 root,
uint256 price,
uint256 maxPerAddress,
bool startSale
) external returns (address);
event ContractDeployed(address indexed deployedAddress, address indexed nft, address indexed owner, string title);