Staking Pools
Migrate to new Scads Pools
The new ScadsPool is a new $SCADS staking contract built based on the manual Staking and designed to work with Scads MasterChef v1 to provide "stake $SCADS, earn multiple rewards($SCADS, $SNACKS...)".
Do I need to migrate?
If you are currently using old MasterChef, you will need to migrate to the new contract.
No compounding
No need compounding yet because Scads V1 has only manual staking pools.
Fees
Pools don't set any type of fees yet in Scads V1.
Overview
Deposit
If you are currently using the enterStaking(uint256 _amount)
on the current Scads MasterChef. You need to migrate to deposit(uint256 _amount).
Staking Balance and Fees
Pending Rewards
Withdraw
If you are using the leaveStaking(uint256 _amount)
method on the current Scads MasterChef. You need to migrate to withdraw(uint256 _shares)
.
How to calculate the total rewards distributed to the new Scads pool?
The multiple reward is generated irregularly whenever Scads Inflation and $SNACS buy/buyback in Scads V1. So it's impossible to calculate the correct rewards amount in advance. Please check below to discover more details of how to provide/calculate rewards.
Mainnet Contract Address
Pool Contract is not deployed on mainnet yet in Scads V1.
Contract name: Scads Pool Contract address:
View the Scads: ScadsPool Contract on BscScan.
Testnet Environment
You can use the following testnet environment to test the integration of your project with the new Scads Pool. If you have any questions, please contact us.
Dummy Tokens:
$SCADS:
0xAeD1DeC6F344d70240BCC02514B599eA68f35582
(mintable by usingmint(address _to, uint256 _amount) public
)$WBNB:
0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd
Factory and Router
Factory V1:
0xc4FF830D46414bD3Aeb0Dd0942Ce044a860555c7
Router V1:
0x8e0A7Fde7E549Ea689c27A79d26798Cf8F27C8e8
MasterChef
v1:
0x97B631AcBAC4C38Bb0AA18691ea60dB2754609FB
pid0: Manual SCADS
pid4: Dummy Pool for MasterChef v1
SCADS Pool
0x3a88e377a53310d829262F8b747a82512B74EA47
SNACKS Pool
0xc474FF61B82416d06B0535F5DB5ecAeFC64fca97
Last updated