XenaMasterV1_1

Verified contract

Implementation

Active on Base with 1 txns
Deployed by via 0x8edea5fb at 6721685
Slot
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

No balances found for "XenaMasterV1_1"

0x62d15238dd0d9dfe0801fdbff3b13bb099519e0b286ca3eb335a17bf39cb0828
From

Functions
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 _pidaddress _accountview returns (bool)
getPoolInfo(uint256 _pidview returns (address _lpuint256 _allocPoint)
pendingAllRewards(address _userview returns (uint256 _totalPendingRewards)
pendingReward(uint256 _pidaddress _userview returns (uint256)
poolIndex(addressview returns (uint256)
poolInfo(uint256view returns (address lpTokenuint256 allocPointuint256 lastRewardTimeuint256 accSharePerShareuint256 lockedTimebool isStarted)
unfrozenDepositTime(uint256 _pidaddress _accountview returns (uint256)
userInfo(uint256addressview returns (uint256 amountuint256 rewardDebtuint256 rewardUnclaimed)
userLastDepositTime(uint256addressview returns (uint256)
State-modifying
addPool(uint256 _allocPointaddress _lpTokenuint256 _lastRewardTimeuint256 _lockedTime
deposit(uint256 _piduint256 _amount
depositFor(address _accountuint256 _amount
emergencyWithdraw(uint256 _pid
governanceRecoverUnsupported(address _token
harvestAllRewards(
harvestRewards(uint256[] _pids
initialize(address _rewarduint256 _rewardPerSeconduint256 _startTimeuint256 _stopTime
massUpdatePools(
migrateAll(uint256 _pid
renounceOwnership(
setPool(uint256 _piduint256 _allocPointuint256 _lockedTime
setRewardPerSecond(uint256 _rewardPerSecond
transferOwnership(address newOwner
updatePool(uint256 _pid
withdraw(uint256 _piduint256 _amount
withdrawAll(uint256 _pid
withdrawAndUnlockFor(address _account
Events
Deposit(address indexed useruint256 indexed piduint256 amount
EmergencyWithdraw(address indexed useruint256 indexed piduint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardPaid(address indexed useruint256 indexed piduint256 amount
RewardSacrificed(address indexed useruint256 indexed piduint256 amount
RewardUnclaimed(address indexed useruint256 indexed piduint256 amount
UpdateRewardPerSecond(uint256 rewardPerSecond
Withdraw(address indexed useruint256 indexed piduint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
NothingToVest(