PowerPassSalesConfig
Deprecated: Use PowerPassRoundConfig for multi-round support
PowerPass sales configuration structure (gas-optimized packing)
struct PowerPassSalesConfig {
uint128 priorityStartTime; // Priority round start timestamp (UTC+8)
uint128 priorityEndTime; // Priority round end timestamp (UTC+8)
uint128 generalStartTime; // General round start timestamp (UTC+8)
uint128 generalEndTime; // General round end timestamp (UTC+8)
uint128 standardPrice; // Price per NFT in payment token smallest unit
uint128 discountCodeDiscount; // Global discount applied when redeeming a code
}