Single/Plus Utils
This contract can check the available reward for Single / Plus Pool of the KLAYswap service.
Address
Read-Only Functions
getPendingSingleReward
Claimable KSP reward information in a specific single pool
Input Parameters
pool
: Single Pool addressuser
: User address
Outputs
reward
: Claimable KSP reward
getPendingPlusReward
Claimable KSP reward information in a specific plus pool
Input Parameters
pool
: Plus Pool addressuser
: User address
Outputs
reward
: Claimable KSP reward
getSinglePoolBalance
Query the number of assets of a user in a specific SinglePool
Input Parameters
pool
: Single Pool addressuser
: User address
Outputs
ibal
: Number of iTokens deposited by usersbal
: The number of tokens corresponding to the iToken deposited by the user
getPlusPoolStatus
User's current status in a specific PlusPool
Input Parameters
pool
: Plus Pool addressuser
: User address
Outputs
lp
: The number of LPs that the user is depositing in PlusPooldebtA
: The number of tokenA borrowed by the userdebtB
: The number of tokenB borrowed by the user
Last updated