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

PowerPassSalesConfig

Git Source

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
}