KLAYswap
Search…
KLAYswap
English
Introduction
Protocol Overview
Core Concept
KLAYswap Advantages
Risk & Security
Audit
TOKENOMICS
KSP
PRODUCT
SWAP
Single-side Deposit
Pair Deposit
Plus Deposit
KSP Staking & Voting
Governance
Drops
Ecopot
Pool Airdrop
APR & APY
DEVELOPERS
Contract
Factory
Exchange
PoolVoting
VotingKSP
Treasury
Distribution
Governor
SinglePool
SinglePool Factory
PlusPool
PlusPool Factory
Store
Utils
Single/Plus Utils
Helper
EcoPotVoting
EcoPot
Airdrop
EcoPot
HOW-TO GUIDES
KLAYswap Guide
How to add liquidity on KLAYswap
How to create a liquidity pool on KLAYswap
How to stake and vote on KLAYswap
How to deposit assets
FAQ
KLAYswap
Orbit Bridge
KLAYswap git
Orbit Bridge git
KLAYswap audit report
Powered By
GitBook
Single/Plus Utils
This contract can check the available reward for Single / Plus Pool of the KLAYswap service.
Address
Cypress :
0x3C9736fFd8752342eC64328C498eD6878A797887
Read-Only Functions
Read-Only Functions
getPendingSingleReward
function getPendingSingleReward(address pool, address user) public view returns (
uint reward
)
Claimable KSP reward information in a specific single pool
Input Parameters
pool
: Single Pool address
user
: User address
Outputs
reward
: Claimable KSP reward
getPendingPlusReward
function getPendingPlusReward(address pool, address user) public view returns (
uint reward
)
Claimable KSP reward information in a specific plus pool
Input Parameters
pool
: Single Pool address
user
: User address
Outputs
reward
: Claimable KSP reward
Previous
Utils
Next
Helper
Last modified
1mo ago
Copy link