StakingRewards
Verified contract
Active on
Ethereum with 1,792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe481…58c6
0x6903…19fd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKS | ERC-20 | 2.33563K | -- | -- | |
ZKS-V1 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12524935 | 4 years ago | | | 0 | 0.0024712500 | |
| 12315215 | 4 years ago | | | 0 | 0.0046439040 | |
| 12174670 | 4 years ago | | | 0 | 0.0070812480 | |
| 12155677 | 4 years ago | | | 0 | 0.020808660 | |
| 12153084 | 4 years ago | | | 0 | 0.010474346 | |
| 12146677 | 4 years ago | | | 0 | 0.012252548 | |
| 12146671 | 4 years ago | | | 0 | 0.013678588 | |
| 12137157 | 4 years ago | | | 0 | 0.014049433 | |
| 12133910 | 4 years ago | | | 0 | 0.0071595000 | |
| 12133910 | 4 years ago | | | 0 | 0.0073822000 |
ABI
ABI objects
Getter at block 21326273
getRewardForDuration() view returns (uint256)
1999999999999999999814400
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1616234611
lastUpdateTime() view returns (uint256)
1616234611
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb8813f64a2b829ddbdb30c6e2ae379d2c76002e3
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1616234611
rewardPerToken() view returns (uint256)
34425089788704923850321161346
rewardPerTokenStored() view returns (uint256)
34425089788704923850321161346
rewardRate() view returns (uint256)
1653439153439153439
rewardsDistribution() view returns (address)
0xb8813f64a2b829ddbdb30c6e2ae379d2c76002e3
rewardsDuration() view returns (uint256)
1209600
rewardsToken() view returns (address)
0xe4815ae53b124e7263f08dcdbbb757d41ed658c6
stakingToken() view returns (address)
0x69030eb8915350e3537e2b97eb9586f29f1519fd
totalSupply() view returns (uint256)
156681458
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.