TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 27,689 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
Balances ($2,089.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XEN | ERC-20 | 8.138858M | $0.000257 |
$2,089.49 | |
USA | ERC-20 | 1 | $0.000787 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000785 |
$0 | |
xXEN | ERC-20 | 22.624564M | -- | -- | |
lZeusXLP | ERC-20 | 875.171992 | -- | -- | |
SLP | ERC-20 | 270.353871 | -- | -- | |
lXenEthLP | ERC-20 | 187.82642 | -- | -- | |
OHNO | ERC-20 | 32 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22734879 | 6 hours ago | | | 0 | 0.000027232794 | |
| 22705927 | a day ago | | | 0 | 0.0000020149321 | |
| 22665132 | 2 days ago | | | 0 | 0.0000020212065 | |
| 22658865 | 2 days ago | | | 0 | 0.0000020164018 | |
| 22655738 | 2 days ago | | | 0 | 0.0000020147197 | |
| 22648101 | 2 days ago | | | 0 | 0.0000020164018 | |
| 22630072 | 3 days ago | | | 0 | 0.0000020195746 | |
| 22617218 | 3 days ago | | | 0 | 0.0000020164018 | |
| 22610961 | 3 days ago | | | 0 | 0.0000020091413 | |
| 22581000 | 4 days ago | | | 0 | 0.0000020165721 |
ABI
ABI objects
Getter at block 22746238
CHEF_V2() view returns (address)
0xfec7a8ff63ed66f6bfcf00de045f630c3ce24f46
MULTI_FEE_DISTRIBUTION() view returns (address)
0x1f961a0a0da61735eeb2f4027cdb231fe4159b38
getRewardPerSecond() view returns (uint256)
1000000000000000000
newIncentiveRateSet() view returns (bool)
true
owner() view returns (address)
0x2cb7aafae57c071e900477209c5a6b2605e0a09b
poolLength() view returns (uint256)
4
reward() view returns (address)
0x981d41c115a2d48cb1215d13bda8f989d407c9c5
rewardPerSecond() view returns (uint256)
1000000000000000000
startTime() view returns (uint256)
1696860000
stopTime() view returns (uint256)
1699452000
totalAllocPoint() view returns (uint256)
1000
totalBurned() view returns (uint256)
0
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
canWithdraw(uint256 _pid, address _account) view returns (bool)
getPoolInfo(uint256 _pid) view returns (address _lp, uint256 _allocPoint)
pendingAllRewards(address _user) view returns (uint256 _totalPendingRewards)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolIndex(address) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accSharePerShare, uint256 lockedTime, bool isStarted)
unfrozenDepositTime(uint256 _pid, address _account) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardUnclaimed)
userLastDepositTime(uint256, address) view returns (uint256)
State-modifying
Events admin() payable returns (address admin_)
changeAdmin(address newAdmin) payable
implementation() payable returns (address implementation_)
upgradeTo(address newImplementation) payable
upgradeToAndCall(address newImplementation, bytes data) payable
addPool(uint256 _allocPoint, address _lpToken, uint256 _lastRewardTime, uint256 _lockedTime)
deposit(uint256 _pid, uint256 _amount)
depositFor(address _account, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token)
harvestAllRewards()
harvestRewards(uint256[] _pids)
initialize(address _reward, uint256 _rewardPerSecond, uint256 _startTime, uint256 _stopTime)
massUpdatePools()
migrateAll(uint256 _pid)
renounceOwnership()
setPool(uint256 _pid, uint256 _allocPoint, uint256 _lockedTime)
setRewardPerSecond(uint256 _rewardPerSecond)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdrawAll(uint256 _pid)
withdrawAndUnlockFor(address _account)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, uint256 indexed pid, uint256 amount)
RewardSacrificed(address indexed user, uint256 indexed pid, uint256 amount)
RewardUnclaimed(address indexed user, uint256 indexed pid, uint256 amount)
UpdateRewardPerSecond(uint256 rewardPerSecond)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
NothingToVest()