Keyboard shortcuts

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

PowerPassWhitelistInfo

Git Source

PowerPass whitelist allocation structure (gas-optimized packing)

struct PowerPassWhitelistInfo {
uint64 priorityAllocation; // Priority round allocation
uint64 generalAllocation; // General round allocation (total cap)
uint64 priorityMinted; // Already minted in priority round
uint64 generalMinted; // Already minted in general round
uint64 novaDiscountAllocation; // Allocation eligible for Nova 80% pricing
uint64 novaDiscountMinted; // NFTs already purchased with Nova discount
}