CoreRewardsDistributor
CoreRewardsDistributor V0
The canExecuteDistribution function
function canExecuteDistribution() external view returns (bool canExec, bytes memory execPayload)
The startDistribution function
function startDistribution() external onlyOwner
The distributeRewards function
function distributeRewards() external nonReentrant onlyOpsOrOwner returns (bool)
Last modified 8mo ago