PowerPassWhitelistInfo
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
}