Staking
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "Staking"
ABI
ABI objects
Getter at block 21229404 availableReward() view returns (uint256 rewardInTreasury, uint256 rewardAllowedForThisPool)
accRewardPerShare() view returns (uint256)
0
endTime() view returns (uint256)
0
lastRewardTime() view returns (uint256)
0
lockPeriod() view returns (uint256)
0
lpToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerSecond() view returns (uint256)
0
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
rewardTreasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
pendingReward(address _user) view returns (uint256 pending)
userInfo(address) view returns (uint256 amount, int256 rewardDebt, uint256 lastDepositedAt)
State-modifying
Events deposit(uint256 amount, address to)
emergencyWithdraw(address to)
harvest(address to)
initialize(address _rewardToken, address _lpToken, uint256 _lockPeriod)
renounceOwnership()
setEndTime(uint256 _endTime)
setLockPeriod(uint256 _lockPeriod)
setRewardPerSecond(uint256 _rewardPerSecond)
setRewardTreasury(address _wallet)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 amount, address to)
Deposit(address indexed user, uint256 amount, address indexed to)
EmergencyWithdraw(address indexed user, uint256 amount, address indexed to)
Harvest(address indexed user, uint256 amount)
LogEndTime(uint256 endTime)
LogLockPeriod(uint256 lockPeriod)
LogRewardPerSecond(uint256 rewardPerSecond)
LogRewardTreasury(address indexed wallet)
LogUpdatePool(uint256 lastRewardTime, uint256 lpSupply, uint256 accRewardPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount, address indexed to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.