Skip to content

struct.MintConfig

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

MintConfig

Git Source

config includes values have setters and can be changed later

struct MintConfig {
    uint256 publicPrice;
    uint256 maxTokensPerMint;
    uint256 maxTokensPerWallet;
    uint256 royaltyFee;
    address payoutReceiver;
    bool shouldLockPayoutReceiver;
    bool shouldStartSale;
    bool shouldUseJsonExtension;
}
Clone this wiki locally