StakingRewards
Verified contract
Active on
Ethereum with 517 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe481…58c6
0xefed…a66a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKS | ERC-20 | 120.928233 | -- | -- | |
ZKS-V1 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12931140 | 3 years ago | | | 0 | 0.0040328640 | |
| 12346555 | 4 years ago | | | 0 | 0.0034951488 | |
| 12303109 | 4 years ago | | | 0 | 0.0065992320 | |
| 12173938 | 4 years ago | | | 0 | 0.0081141608 | |
| 12173933 | 4 years ago | | | 0 | 0.0090571793 | |
| 12150674 | 4 years ago | | | 0 | 0.024310255 | |
| 12131340 | 4 years ago | | | 0 | 0.0097825300 | |
| 12127858 | 4 years ago | | | 0 | 0.012341688 | |
| 12116968 | 4 years ago | | | 0 | 0.018799548 | |
| 12110829 | 4 years ago | | | 0 | 0.011983747 |
ABI
ABI objects
Getter at block 21385071
getRewardForDuration() view returns (uint256)
999999999999999999302400
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1616234620
lastUpdateTime() view returns (uint256)
1616234620
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb8813f64a2b829ddbdb30c6e2ae379d2c76002e3
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1616234620
rewardPerToken() view returns (uint256)
189009500388708654475430166
rewardPerTokenStored() view returns (uint256)
189009500388708654475430166
rewardRate() view returns (uint256)
826719576719576719
rewardsDistribution() view returns (address)
0xb8813f64a2b829ddbdb30c6e2ae379d2c76002e3
rewardsDuration() view returns (uint256)
1209600
rewardsToken() view returns (address)
0xe4815ae53b124e7263f08dcdbbb757d41ed658c6
stakingToken() view returns (address)
0xefed9383bda96360ec85ac9a9415fc6746e5a66a
totalSupply() view returns (uint256)
111340676890
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.