V1 (Deprecated Pools)
A quick how-to for removing liquidity, and claiming CPOOL rewards from V1 pools.
Contract Address | |
---|---|
Pool Factory | |
AMB | |
AUR | |
FBG | |
FOL | |
WIN |
How to withdraw liquidity
Click the link above to the pool which you have provided liquidity to
Click on the
Read Contract
tabClick on
5. balanceOf
and type in your LP wallet address to check your withdrawable balance. (Query result is in 6 decimal points)Click on the
Write Contract
tab, then clickConnect to Web3
, and connect using your LP walletAfter wallet is connected, scroll down and click on
11. redeem
Paste the result from step 3, and process the transaction on your wallet
How to claim CPOOL rewards
Click the link above to the pool which you have provided liquidity to
Click on the
Read Contract
tabClick on
39. withdrawableRewardOf
and type in your LP wallet address to check your withdrawable balance of CPOOL. (Query result is in 18 decimal points)Click on the Pool Factory link listed above
Click on the
Write as Proxy
tab, then clickConnect to Web3
,and connect using your LP walletAfter wallet is connected, scroll down and click on
24. withdrawReward
Input all pool addresses that you have withdrawable rewards from in a square bracket, separated by commas, and process the transaction via your wallet. ie. [0xd67fB99d372D25b88720410Dc1B5AF7e33Be5c66,0x5BE10e6F6553621fd0C110EF2685699AAE7Ff4ad,0x60331b807BA55b321d79A8297Bb2745791b4e339]
Last updated