JackpotLPManager
State Variables
Variable
Type
Description
Structs
LP
struct LP {
uint256 consolidatedShares; // Active LP shares (1e18 scale)
DepositInfo lastDeposit; // Most recent deposit details
WithdrawalInfo pendingWithdrawal; // Active withdrawal request
uint256 claimableWithdrawals; // USDC ready to claim
}DepositInfo
WithdrawalInfo
LPDrawingState
LPValueBreakdown
Events
LPDeposit
LPWithdrawalInitiated
LPWithdrawalFinalized
Functions
getLpInfo
Name
Type
Description
Type
Description
getLPValueBreakdown
Name
Type
Description
Type
Description
getLPDrawingState
Name
Type
Description
Type
Description
getDrawingAccumulator
Name
Type
Description
Type
Description
LP Share Economics
How Shares Work
Timing
Example Flow
Last updated
