VotingStakingRewardsForLockers
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x56bb…489e
0x56bb…489e
0x2ed2…caa0
0x5f36…6adc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XB3 | ERC-20 | 701.67789 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16845625 | 2 years ago | | | 0 | 0.0083265294 | |
| 16778955 | 2 years ago | | | 0 | 0.011491490 | |
| 16778897 | 2 years ago | | | 0 | 0.015401973 | |
| 16658800 | 2 years ago | | | 0 | 0.0068840986 | |
| 16658778 | 2 years ago | | | 0 | 0.010850195 | |
| 16431738 | 2 years ago | | | 0 | 0.0056125880 | |
| 16390849 | 2 years ago | | | 0 | 0.0074386814 | |
| 16295661 | 2 years ago | | | 0 | 0.0071285664 | |
| 16295572 | 2 years ago | | | 0 | 0.0052304381 | |
| 16279376 | 2 years ago | | | 0 | 0.0048730491 |
ABI
ABI objects
Getter at block 21218425
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PCT_BASE() view returns (uint256)
1000000000000000000
REGISTRATOR_ROLE() view returns (bytes32)
0xdd88b11b15acff9f6c1a117b7fc4e5831658d0c8b1649b14ae3ddfbb1bc1b418
bonusCampaign() view returns (address)
0x5f36cec289c9879bd4b055efc3219e1ced0f6adc
lastTimeRewardApplicable() view returns (uint256)
1678785575
lastUpdateTime() view returns (uint256)
1678785575
owner() view returns (address)
0xb81e9c082fdc281613e36228cabd91e8b096e86f
paused() view returns (bool)
false
percentageToBeLocked() view returns (uint256)
80
periodFinish() view returns (uint256)
1678785575
rewardPerToken() view returns (uint256)
129584805981180948
rewardPerTokenStored() view returns (uint256)
129584805981180948
rewardRate() view returns (uint256)
465871743993162
rewardsDistribution() view returns (address)
0x3f53f6728d99df1e8d3e28452547a4e3a1742ef9
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0x56bb5d139ecc91992587cedba55794d7feea489e
stakingToken() view returns (address)
0x56bb5d139ecc91992587cedba55794d7feea489e
totalSupply() view returns (uint256)
10591348007768710321543
veToken() view returns (address)
0x2ed2b0880c931173d05080a0fd6e80cf021bcaa0
Read-only
balanceOf(address account) view returns (uint256)
calculateBoostLevel(address account) view returns (uint256)
earned(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
potentialTokenReturns(uint256 duration, address account) view returns (uint256)
rewards(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events getReward()
grantRole(bytes32 role, address account)
notifyRewardAmount(uint256 reward)
processLockEvent(address _account, uint256 _lockStart, uint256 _lockEnd, uint256 _amount)
processWitdrawEvent(address _account, uint256 _amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBoostLogicProvider(address _bonusCampaign)
setPercentageToBeLocked(uint256 _percentageToBeLocked)
setRewardsDistribution(address _rewardsDistribution)
setVeToken(address _newVeToken)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Staked(address indexed user, uint256 amount, uint256 boost)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken, uint256 _rewardsDuration, address _bonusCampaign, uint256 _percentageToBeLocked)
This contract contains no fallback and receive objects.
This contract contains no error objects.