StakingRewardsProxy
Verified contract
Proxy
Active on
Ethereum with 153 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
0xce9e…faad
0x2ac3…45bb
Balances ($0.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XTK | ERC-20 | 1.401604K | $0.000156 |
$0.22 | |
DMM-LP xKNCa-WETH | ERC-20 | 28.577804 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13170397 | 3 years ago | | | 0 | 0.012943895 | |
| 12983618 | 3 years ago | | | 0 | 0.0065349075 | |
| 12911799 | 3 years ago | | | 0 | 0.0072301350 | |
| 12908019 | 3 years ago | | | 0 | 0.0045803470 | |
| 12904909 | 3 years ago | | | 0 | 0.0048478800 | |
| 12873571 | 3 years ago | | | 0 | 0.0017347908 | |
| 12871586 | 3 years ago | | | 0 | 0.0073518060 | |
| 12827244 | 3 years ago | | | 0 | 0.0048962330 | |
| 12806751 | 3 years ago | | | 0 | 0.0019254730 | |
| 12803627 | 3 years ago | | | 0 | 0.0022239649 |
ABI
ABI objects
Getter at block 21161301
getRewardForDuration() view returns (uint256)
2999999999999999997907200
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1624031977
lastUpdateTime() view returns (uint256)
1624031977
owner() view returns (address)
0x4c0c29539c463af348f8cba8c02d644a8d68c320
periodFinish() view returns (uint256)
1624031977
rewardEscrow() view returns (address)
0x2ac34f8327aced80cfc04085972ee06be72a45bb
rewardPerToken() view returns (uint256)
49045183109034880294
rewardPerTokenStored() view returns (uint256)
49045183109034880294
rewardRate() view returns (uint256)
826719576719576719
rewardsDistribution() view returns (address)
0x38138586aedb29b436eab16105b09c317f5a79dd
rewardsDuration() view returns (uint256)
3628800
rewardsToken() view returns (address)
0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb
stakingToken() view returns (address)
0xce9e71e4c12a95f89dc2375e5c119620d1effaad
totalSupply() view returns (uint256)
28577804494473914086
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.