We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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; }