TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 4,766 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 ($1,724.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XEN | ERC-20 | 7.120285M | $0.000242 |
$1,724.25 | |
kurbi | ERC-20 | 0.01 | $0.000758 |
$0 | |
lZeusXLP | ERC-20 | 593.862389 | -- | -- | |
zeusXLP | ERC-20 | 124.805997 | -- | -- | |
XSLP | ERC-20 | 18.199543 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757097 | 2 hours ago | | | 0 | 0.000033013492 | |
| 19886841 | 2 months ago | | | 0 | 0.0000033668147 | |
| 19886699 | 2 months ago | | | 0 | 0.0000015018656 | |
| 19381734 | 3 months ago | | | 0 | 0.0000040966308 | |
| 18379539 | 3 months ago | | | 0 | 0.0000051645467 | |
| 18379378 | 3 months ago | | | 0 | 0.0000033042806 | |
| 18035668 | 4 months ago | | | 0 | 0.0000041800948 | |
| 18035650 | 4 months ago | | | 0 | 0.0000077804300 | |
| 16304385 | 5 months ago | | | 0 | 0.0000048229237 | |
| 16298778 | 5 months ago | | | 0 | 0.0000054105939 |
ABI
ABI objects
Getter at block 22760193
accountedRewards() view returns (uint256)
36769401590394468161103912
bountyManager() view returns (address)
0x0000000000000000000000000000000000000000
depositedRewards() view returns (uint256)
40000000000000000000000000
eligibilityEnabled() view returns (bool)
true
eligibleDataProvider() view returns (address)
0xfcadc3e259866a8600d9df22ba204cc2e8749c1f
emissionScheduleIndex() view returns (uint256)
0
endingTime() view returns (uint256 estimatedTime, uint256 lastUpdatedTime, uint256 updateCadence)
(estimatedTime=115792089237316195423570985008687907853269984665640564039457584007913129639935, lastUpdatedTime=1732303519, updateCadence=0)
lastAllPoolUpdate() view returns (uint256)
1717650891
lastRPS() view returns (uint256)
1400000000000000000
multiFeeDistribution() view returns (address)
0x1f961a0a0da61735eeb2f4027cdb231fe4159b38
owner() view returns (address)
0x2cb7aafae57c071e900477209c5a6b2605e0a09b
paused() view returns (bool)
false
persistRewardsPerSecond() view returns (bool)
true
poolConfigurator() view returns (address)
0xe11aadb7bbc0c76a15bcd5b3afb9590bbcbfb865
poolLength() view returns (uint256)
4
rewardsPerSecond() view returns (uint256)
0
startTime() view returns (uint256)
1699452000
totalAllocPoint() view returns (uint256)
100
xenToken() view returns (address)
0x981d41c115a2d48cb1215d13bda8f989d407c9c5
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressZero()
AlreadyStarted()
ArrayLengthMismatch()
AuthorizationAlreadySet()
BountyOnly()
CadenceTooLong()
DuplicateSchedule()
ExceedsMaxInt()
InsufficientPermission()
InvalidRToken()
InvalidStart()
NotAllowed()
NotAscending()
NotEligible()
NotMFD()
NotRTokenOrMfd()
NothingToVest()
OutOfRewards()
PoolExists()
UnknownPool()