StakingRewards
Verified contract
Active on
Ethereum with 2,086 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe481…58c6
0xc6f8…57d6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKS | ERC-20 | 2.004344K | -- | -- | |
ZKS-V1 | ERC-20 | 76.431091 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20297506 | 5 months ago | | | 0 | 0.00021777327 | |
| 13547865 | 3 years ago | | | 0 | 0.022921677 | |
| 13078722 | 3 years ago | | | 0 | 0.0030010680 | |
| 13078676 | 3 years ago | | | 0 | 0.0044730180 | |
| 13041165 | 3 years ago | | | 0 | 0.0043657866 | |
| 12665642 | 3 years ago | | | 0 | 0.0011773231 | |
| 12665640 | 3 years ago | | | 0 | 0.0019777201 | |
| 12587510 | 3 years ago | | | 0 | 0.0010242820 | |
| 12587492 | 3 years ago | | | 0 | 0.0013844040 | |
| 12442690 | 4 years ago | | | 0 | 0.0064770240 |
ABI
ABI objects
Getter at block 21306812
getRewardForDuration() view returns (uint256)
1999999999999999999814400
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1616234578
lastUpdateTime() view returns (uint256)
1616234578
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb8813f64a2b829ddbdb30c6e2ae379d2c76002e3
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1616234578
rewardPerToken() view returns (uint256)
13139636872772236226
rewardPerTokenStored() view returns (uint256)
13139636872772236226
rewardRate() view returns (uint256)
1653439153439153439
rewardsDistribution() view returns (address)
0xb8813f64a2b829ddbdb30c6e2ae379d2c76002e3
rewardsDuration() view returns (uint256)
1209600
rewardsToken() view returns (address)
0xe4815ae53b124e7263f08dcdbbb757d41ed658c6
stakingToken() view returns (address)
0xc6f8a2d663250ad86c6c58fc310238e1e5e457d6
totalSupply() view returns (uint256)
76431090953880000000
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 acceptOwnership()
exit()
getReward()
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 reward)
setPaused(bool _paused)
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
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 _owner, address _rewardsDistribution, address _rewardsToken, address _stakingToken, uint256 _rewardsDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.