ChefIncentivesController
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "ChefIncentivesController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChefIncentivesController"
ABI
ABI objects
Getter at block 22760193
accountedRewards() view returns (uint256)
0
bountyManager() view returns (address)
0x0000000000000000000000000000000000000000
depositedRewards() view returns (uint256)
0
eligibilityEnabled() view returns (bool)
false
eligibleDataProvider() view returns (address)
0x0000000000000000000000000000000000000000
emissionScheduleIndex() view returns (uint256)
0
endingTime() view returns (uint256 estimatedTime, uint256 lastUpdatedTime, uint256 updateCadence)
(estimatedTime=0, lastUpdatedTime=0, updateCadence=0)
lastAllPoolUpdate() view returns (uint256)
0
lastRPS() view returns (uint256)
0
multiFeeDistribution() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
persistRewardsPerSecond() view returns (bool)
false
poolConfigurator() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
0
rewardsPerSecond() view returns (uint256)
0
startTime() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
xenToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allPendingRewards(address _user) view returns (uint256 pending)
authorizedContracts(address) view returns (bool)
eligibilityExempt(address) view returns (bool)
emissionSchedule(uint256) view returns (uint128 startTimeOffset, uint128 rewardsPerSecond)
pendingRewards(address _user, address[] _tokens) view returns (uint256[])
poolInfo(address) view returns (uint256 totalSupply, uint256 allocPoint, uint256 lastRewardTime, uint256 accRewardPerShare, address onwardIncentives)
registeredTokens(uint256) view returns (address)
userBaseClaimable(address) view returns (uint256)
userInfo(address, address) view returns (uint256 amount, uint256 depositedAmount, uint256 rewardDebt, uint256 lastClaimTime)
State-modifying
Events addPool(address _token, uint256 _allocPoint)
afterLockUpdate(address _user)
batchUpdateAllocPoint(address[] _tokens, uint256[] _allocPoints)
beforeLockUpdate(address _user)
claim(address _user, address[] _tokens)
claimAll(address _user)
claimBounty(address _user, bool _execute) returns (bool issueBaseBounty)
deposit(uint256 pid, uint256 amount, address to)
endRewardTime() returns (uint256)
handleActionBefore(address _user)
initialize(address _poolConfigurator, address _eligibleDataProvider, address _xenToken, address _multiFeeDistribution, uint256 _rewardsPerSecond, uint256 _startTime)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
registerRewardDeposit(uint256 _amount)
renounceOwnership()
setBountyManager(address _bountyManager)
setContractAuthorization(address _address, bool _authorize)
setEligibilityEnabled(bool _newVal)
setEligibilityExempt(address _contract, bool _value)
setEmissionSchedule(uint256[] _startTimeOffsets, uint256[] _rewardsPerSecond)
setEndingTimeUpdateCadence(uint256 _lapse)
setOnwardIncentives(address _token, address _incentives)
setRewardsPerSecond(uint256 _rewardsPerSecond, bool _persist)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 pid, uint256 amount)
AuthorizedContractUpdated(address _contract, bool _authorized)
BalanceUpdated(address indexed token, address indexed user, uint256 balance, uint256 totalSupply)
BatchAllocPointsUpdated(address[] _tokens, uint256[] _allocPoints)
BountyManagerUpdated(address indexed _bountyManager)
ChefReserveLow(uint256 indexed _balance)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
Disqualified(address indexed user)
EligibilityEnabledUpdated(bool indexed _newVal)
EmissionScheduleAppended(uint256[] startTimeOffsets, uint256[] rewardsPerSeconds)
EndingTimeUpdateCadence(uint256 indexed _lapse)
Initialized(uint8 version)
OnwardIncentivesUpdated(address indexed _token, address _incentives)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address indexed token, uint256 amount)
RewardDeposit(uint256 indexed _amount)
RewardsPerSecondUpdated(uint256 indexed rewardsPerSecond, bool persist)
Unpaused(address account)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressZero()
AlreadyStarted()
ArrayLengthMismatch()
AuthorizationAlreadySet()
BountyOnly()
CadenceTooLong()
DuplicateSchedule()
ExceedsMaxInt()
InsufficientPermission()
InvalidRToken()
InvalidStart()
NotAllowed()
NotAscending()
NotEligible()
NotMFD()
NotRTokenOrMfd()
NothingToVest()
OutOfRewards()
PoolExists()
UnknownPool()