StakingRewardsProxy
Verified contract
Proxy
Active on
Ethereum with 120 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
0x4296…9ca3
0x2ac3…45bb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XTK | ERC-20 | 0.373223 | $0.000173 |
$0 | |
xU3LPf | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13708057 | 3 years ago | | | 0 | 0.015240182 | |
| 13612306 | 3 years ago | | | 0 | 0.022189211 | |
| 13561395 | 3 years ago | | | 0 | 0.017551541 | |
| 13530869 | 3 years ago | | | 0 | 0.019754004 | |
| 13530841 | 3 years ago | | | 0 | 0.019334127 | |
| 13500544 | 3 years ago | | | 0 | 0.036632640 | |
| 13499305 | 3 years ago | | | 0 | 0.018152328 | |
| 13492141 | 3 years ago | | | 0 | 0.018220973 | |
| 13490666 | 3 years ago | | | 0 | 0.020435554 | |
| 13488627 | 3 years ago | | | 0 | 0.029849147 |
ABI
ABI objects
Getter at block 21211933
getRewardForDuration() view returns (uint256)
1499999999999999994720000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1634745851
lastUpdateTime() view returns (uint256)
1634745851
owner() view returns (address)
0x94b1fc7695b9d596e5b65b2b4f3d05d0069bc012
periodFinish() view returns (uint256)
1634745851
rewardEscrow() view returns (address)
0x2ac34f8327aced80cfc04085972ee06be72a45bb
rewardPerToken() view returns (uint256)
746445402737075221
rewardPerTokenStored() view returns (uint256)
746445402737075221
rewardRate() view returns (uint256)
248015873015873015
rewardsDistribution() view returns (address)
0x94b1fc7695b9d596e5b65b2b4f3d05d0069bc012
rewardsDuration() view returns (uint256)
6048000
rewardsToken() view returns (address)
0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb
stakingToken() view returns (address)
0x4296d40183356a770fd8ca3ba0592f0163be9ca3
totalSupply() view returns (uint256)
500000000000000000
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.