XenaMasterV1_1
Verified contract
Implementation
Active on
Base with 1 txns
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 ($0.00)
No balances found for "XenaMasterV1_1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7784382 | a year ago | | | 0 | 0.000000001781895492 |
ABI
ABI objects
Getter at block 22746238
CHEF_V2() view returns (address)
0xfec7a8ff63ed66f6bfcf00de045f630c3ce24f46
MULTI_FEE_DISTRIBUTION() view returns (address)
0x1f961a0a0da61735eeb2f4027cdb231fe4159b38
getRewardPerSecond() view returns (uint256)
0
newIncentiveRateSet() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
0
reward() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerSecond() view returns (uint256)
0
startTime() view returns (uint256)
0
stopTime() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NothingToVest()