ProtocolRewardsPool
Verified contract
Active on
Ethereum with 15,923 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x73b1…b89f
0xed11…1ebd
0xb31e…5c83
0x1932…3338
Balances ($145,621.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 96.819172K | $0.999679 |
$96,788.09 | |
peUSD | ERC-20 | 54.439093K | $0.897026 |
$48,833.28 | |
HQG | ERC-20 | 2.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259075 | 2 hours ago | | | 0 | 0.0018784789 | |
| 21257812 | 6 hours ago | | | 0 | 0.0020202107 | |
| 21256792 | 10 hours ago | | | 0 | 0.00072799002 | |
| 21256787 | 10 hours ago | | | 0 | 0.00073959395 | |
| 21255880 | 13 hours ago | | | 0 | 0.0015928873 | |
| 21255612 | 14 hours ago | | | 0 | 0.0011540692 | |
| 21253101 | a day ago | | | 0 | 0.00089107710 | |
| 21251868 | a day ago | | | 0 | 0.0019667055 | |
| 21251329 | a day ago | | | 0 | 0.0016549349 | |
| 21246213 | 2 days ago | | | 0 | 0.0034252002 |
ABI
ABI objects
Getter at block 21259695
LBR() view returns (address)
0xed1167b6dc64e8a366db86f2e952a482d0981ebd
configurator() view returns (address)
0xc8353594eeedc5ce5a4544d3d9907b694c4690ff
esLBR() view returns (address)
0x73b1988a3336208e55275c52fac7f5d3a7dfb89f
esLBRBoost() view returns (address)
0xb31e9e8d666f8a54613a8b2f3a11370a50a25c83
grabFeeRatio() view returns (uint256)
6000
grabableAmount() view returns (uint256)
0
owner() view returns (address)
0x078dc81e05ceb1e1743b9b5215b3bc83afd9f8c0
rewardPerTokenStored() view returns (uint256)
135401430632929123
Read-only
earned(address _account) view returns (uint256)
getClaimAbleLBR(address user) view returns (uint256 amount)
getPreUnlockableAmount(address user) view returns (uint256 amount)
getReservedLBRForVesting(address user) view returns (uint256 amount)
lastWithdrawTime(address) view returns (uint256)
rewards(address) view returns (uint256)
time2fullRedemption(address) view returns (uint256)
unstakeRatio(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events getReward()
grabEsLBR(uint256 amount, bool useEUSD)
notifyRewardAmount(uint256 amount, uint256 tokenType)
reStake()
refreshReward(address _account)
renounceOwnership()
setGrabCost(uint256 _ratio)
setLBROracle(address _lbrOracle)
setTokenAddress(address _eslbr, address _lbr, address _boost, address _lbrOracle)
stake(uint256 amount)
transferOwnership(address newOwner)
unlockPrematurely()
unstake(uint256 amount)
withdraw(address user)
ClaimReward(address indexed user, uint256 eUSDAmount, address indexed token, uint256 tokenAmount, uint256 time)
GrabEsLBR(address indexed user, uint256 esLBRAmount, uint256 payAmount, bool useEUSD, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Restake(address indexed user, uint256 amount, uint256 time)
StakeLBR(address indexed user, uint256 amount, uint256 time)
UnlockPrematurely(address indexed user, uint256 amount, uint256 time)
UnstakeLBR(address indexed user, uint256 amount, uint256 time)
WithdrawLBR(address indexed user, uint256 amount, uint256 time)
constructor(address _config)
This contract contains no fallback and receive objects.
This contract contains no error objects.