StakingRewardsProxy
Verified contract
Proxy
Active on
Ethereum with 1,655 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 49 additional slots
0x7f3e…adeb
0xe3f9…eb4c
0x2ac3…45bb
Balances ($2.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAL | ERC-20 | 1.084581 | $2.15 |
$2.33 | |
BPT | ERC-20 | 1.993304M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13379138 | 3 years ago | | | 0 | 0.032696160 | |
| 13317815 | 3 years ago | | | 0 | 0.0067727760 | |
| 13229706 | 3 years ago | | | 0 | 0.0034113853 | |
| 13132479 | 3 years ago | | | 0 | 0.0061796640 | |
| 13122452 | 3 years ago | | | 0 | 0.0081740400 | |
| 13071024 | 3 years ago | | | 0 | 0.0044373360 | |
| 12921076 | 3 years ago | | | 0 | 0.0031971600 | |
| 12904899 | 3 years ago | | | 0 | 0.0036234480 | |
| 12880103 | 3 years ago | | | 0 | 0.0029840160 | |
| 12856805 | 3 years ago | | | 0 | 0.0021314400 |
ABI
ABI objects
Getter at block 21181293
getRewardForDuration() view returns (uint256)
4199999999999999998521600
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1624031871
lastUpdateTime() view returns (uint256)
1624031871
owner() view returns (address)
0x4c0c29539c463af348f8cba8c02d644a8d68c320
periodFinish() view returns (uint256)
1624031871
rewardEscrow() view returns (address)
0x2ac34f8327aced80cfc04085972ee06be72a45bb
rewardPerToken() view returns (uint256)
5976651061951541126
rewardPerTokenStored() view returns (uint256)
5976651061951541126
rewardRate() view returns (uint256)
1157407407407407407
rewardsDistribution() view returns (address)
0x38138586aedb29b436eab16105b09c317f5a79dd
rewardsDuration() view returns (uint256)
3628800
rewardsToken() view returns (address)
0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb
stakingToken() view returns (address)
0xe3f9cf7d44488715361581dd8b3a15379953eb4c
totalSupply() view returns (uint256)
1993304382944549861298695
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
exit()
initialize()
initialize(address _rewardsToken, address _stakingToken, address _rewardEscrow)
initialize(address sender)
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _logic, address _proxyAdmin)
fallback()
This contract contains no error objects.