SFI Rewarder
Introduction
This contract holds SFI tokens minted by governance for liquidity mining rewards. It distributes rewards to users based on the SaffronStakingV2 contract. This is an extension of the Sushiswap Masterchef contract. It allows SFI in the rewards pool to be separate from SFI staked in single-asset staking via SaffronStakingV2.
Constructor
setStakingAddress()
setStakingAddress()
Set the address for the live SaffronStakingV2 contract.
rewardUser()
rewardUser()
Reward the user with SFI. Should be called by the SaffronStakingV2 contract.
emergencyWithdraw()
emergencyWithdraw()
Emergency withdraw all SFI from the contract.
Last updated