WlthBonusStaking
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "WlthBonusStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WlthBonusStaking"
ABI
ABI objects
Getter at block 22767165 renounceOwnership() view
communityFund() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
stakingInfo() view returns (struct IWlthBonusStakingStakingInfo)
(0, 0, 0, 0, 0)
wlth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateRewardInfo(address _user) view returns (struct IWlthBonusStakingRewardInfo)
State-modifying
Events claimReward()
initialize(address _owner, address _wlth, address _communityFund, uint256 _stakingStartTimestamp, uint256 _stakingDuration, uint256 _totalReward)
pause()
setStakingSchedule(uint256 _stakingStartTimestamp, uint256 _stakingDuration)
stake(uint256 _amount)
transferOwnership(address newOwner)
unpause()
unstake()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsClaimed(address indexed user, uint256 unstakedAmount, uint256 indexed reward, uint256 penalty, uint256 rewardFee, uint256 penaltyFee)
Staked(address indexed user, uint256 indexed amount, uint256 indexed fee, uint256 totalUserStake)
StakingScheduleSet(uint256 indexed stakingStartTimestamp, uint256 indexed stakingEndTimestamp)
Unpaused(address account)
Unstaked(address indexed user, uint256 indexed amount, uint256 indexed fee)
constructor()
This contract contains no fallback and receive objects.
OwnablePausable__OwnerAccountZeroAddress()
WlthBonusStaking__CannotStakeZeroTokens()
WlthBonusStaking__ClaimRewardPeriodNotActive()
WlthBonusStaking__CommunityFundZeroAddress()
WlthBonusStaking__NoStakedTokens()
WlthBonusStaking__OwnerAccountZeroAddress()
WlthBonusStaking__StakingPeriodNotActive()
WlthBonusStaking__WlthZeroAddress()
WlthBonusStaking__WrongStakingDuration()
WlthBonusStaking__WrongStakingStartTimestamp()
WlthBonusStaking__WrongTotalRewardValue()