MintPermissionType
Access modes used to restrict who can mint
enum MintPermissionType {
Public, // Open to all, no proof required
Allowlist, // Merkle proof of address required
AllowTable // Merkle proof of (address, price, limit) required
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Access modes used to restrict who can mint
enum MintPermissionType {
Public, // Open to all, no proof required
Allowlist, // Merkle proof of address required
AllowTable // Merkle proof of (address, price, limit) required
}