Skip to content

contract.AllowlistFactory

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

AllowlistFactory

Git Source

State Variables

implementation

address public immutable implementation;

Functions

constructor

constructor();

createAllowlist

function createAllowlist(
    string memory title,
    address nft,
    bytes32 root,
    uint256 price,
    uint256 maxPerAddress,
    bool startSale
) external returns (address);

Events

ContractDeployed

event ContractDeployed(address indexed deployedAddress, address indexed nft, address indexed owner, string title);
Clone this wiki locally