PowerPassMintStatus
PowerPass mint status for view functions
struct PowerPassMintStatus {
uint256 priorityRemaining; // Remaining priority allocation
uint256 generalRemaining; // Remaining general allocation (total cap)
uint256 novaDiscountRemaining; // Remaining Nova discount allocation
uint256 standardPrice; // Standard price per NFT
uint256 novaDiscountPrice; // Discounted price per NFT for Nova holders
uint256 discountCodeDiscount; // Discount amount when using a valid code
bool isPriorityActive; // Whether priority round is active
bool isGeneralActive; // Whether general round is active
bool hasNovaDiscount; // Whether account is Nova discount eligible
}