VotingStakingRewards
Verified contract
Active on
Ethereum with 1,802 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5de7…bb16
0x5de7…bb16
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XBE | ERC-20 | 16.798454K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17691951 | a year ago | | | 0 | 0.0029693843 | |
| 17207340 | 2 years ago | | | 0 | 0.0042652446 | |
| 17207268 | 2 years ago | | | 0 | 0.0047615017 | |
| 17207266 | 2 years ago | | | 0 | 0.0093510603 | |
| 16752036 | 2 years ago | | | 0 | 0.0010311147 | |
| 16752030 | 2 years ago | | | 0 | 0.0010981467 | |
| 16752026 | 2 years ago | | | 0 | 0.0012772694 | |
| 16706363 | 2 years ago | | | 0 | 0.0026855581 | |
| 16668156 | 2 years ago | | | 0 | 0.0011213200 | |
| 16658176 | 2 years ago | | | 0 | 0.0013696891 |
ABI
ABI objects
Getter at block 21172999
PCT_BASE() view returns (uint256)
1000000000000000000
bondedLockDuration() view returns (uint256)
432000
boostLogicProvider() view returns (address)
0x248c64eac8ac88ede0af69cb855f92a7c5d64ab5
inverseMaxBoostCoefficient() view returns (uint256)
40
lastTimeRewardApplicable() view returns (uint256)
1662980060
lastUpdateTime() view returns (uint256)
1662980060
owner() view returns (address)
0x1fbfaae3fc86936101dbfe1b2b9adfae8a8282df
paused() view returns (bool)
false
penaltyPct() view returns (uint256)
500000000000000000
periodFinish() view returns (uint256)
1662980060
rewardPerToken() view returns (uint256)
352157790562935932
rewardPerTokenStored() view returns (uint256)
352157790562935932
rewardRate() view returns (uint256)
111729421428481
rewardsDistribution() view returns (address)
0x76dd31e70f0337633dec8a066618c533e4172951
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0x5de7cc4bcbca31c473f6d2f27825cfb09cc0bb16
stakingToken() view returns (address)
0x5de7cc4bcbca31c473f6d2f27825cfb09cc0bb16
token() view returns (address)
0x5564585073d4ca3866931b0660df29921c4bbbcc
totalSupply() view returns (uint256)
14214916156289328665067
treasury() view returns (address)
0x76dd31e70f0337633dec8a066618c533e4172951
Read-only
allowance(address) view returns (bool)
balanceOf(address account) view returns (uint256)
bondedRewardLocks(address) view returns (uint256 amount, uint256 unlockTime)
calculateBoostLevel(address account) view returns (uint256)
earned(address account) view returns (uint256)
potentialXbeReturns(uint256 duration, address account) view returns (uint256, uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events configure(address _rewardsDistribution, address _rewardsToken, address _stakingToken, uint256 _rewardsDuration, address _token, address _boostLogicProvider, address _treasury, uint256 _bondedLockDuration, address[] _allowance)
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setAddressWhoCanAutoStake(address _addr, bool _flag)
setBondedLockDuration(uint256 _bondedLockDuration)
setBoostLogicProvider(address _boostLogicProvider)
setInverseMaxBoostCoefficient(uint256 _inverseMaxBoostCoefficient)
setPaused(bool _paused)
setPenaltyPct(uint256 _penaltyPct)
setRewardsDistribution(address _rewardsDistribution)
stake(uint256 amount)
stakeFor(address _for, uint256 amount)
transferOwnership(address newOwner)
withdrawBondedOrWithPenalty()
withdrawUnbonded(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.