🔗
SoftLink
WebsiteGithubMediumTwitter
  • Welcome
  • GETTING STARTED
    • White Paper
    • Overview
    • Quick Links
  • PROTOCOL
    • Reserves
    • Lending
    • Flash Loans
    • Gas-Free Flash Loans
    • Cross Chain
    • Fee Distribution
    • CFR Distribution
    • Staking
    • Locking
    • Governance
    • Looking Forward
  • DEVELOPERS
    • Addresses
    • Contracts
      • CoreReserveFactory
      • CoreReserve
      • LendingYieldManagers (LYM)
        • AaveLYM
        • CompoundLYM
        • EulerLYM
        • IronBankLYM
      • CoreFlashLoanParams
      • CoreFlashLoanReceiver
      • CoreRewardsDistributor
      • CoreStakingManager
      • CoreLockManager
      • SOFT
    • Interfaces
      • IFlashLoanReceiver
      • ILendingYieldManager
  • SUPPORT
    • Contact Us
Powered by GitBook
On this page
  • canExecuteDistribution
  • startDistribution
  • distributeRewards
  1. DEVELOPERS
  2. Contracts

CoreRewardsDistributor

CoreRewardsDistributor V0

canExecuteDistribution

The canExecuteDistribution function

function canExecuteDistribution() external view returns (bool canExec, bytes memory execPayload)

startDistribution

The startDistribution function

function startDistribution() external onlyOwner

distributeRewards

The distributeRewards function

function distributeRewards() external nonReentrant onlyOpsOrOwner returns (bool)
PreviousCoreFlashLoanReceiverNextCoreStakingManager

Last updated 2 years ago