No Migrator Code

The migrator code has been removed from the MasterChef contract.

Review the MasterChef contract on BscScan: https://bscscan.com/address/0x23f7F3119d1b5b6c94a232680e2925703C4ebbF5

Anti-Flash-Loan-Attack

We avoid the possible flash loan attack that happened in other projects as result of a copy of unprotected smart contracts. We eliminated a minting function in the contract, so no one can harvest hundreds or thousands times more token than is allowed. Even if there is 1 token left in the contract, nothing wrong can happen.

Timelock

Timelock has been added to the MasterChef contract before launch.

Timelock address: [link will be added soon]
Ownership transfer tx: [linkĀ will be added soon]

Emergency withdraws

If something happens to AnchorSwap’s frontend such as a temporary outage or a DDOS attack, staked tokens can be still withdrawn by direct interaction with the MasterChef contract.

Just call the EmergencyWithdraw function with the farm or pool ID listed below to withdraw your tokens.

Farm / Pool ID

Token Name

0

ANCHOR-BUSD LP

1

ANCHOR-BNB LP

2

BNB-BUSD LP

Audits