StakingRewards
Verified contract
Active on
Ethereum with 324 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4125…a275
0xe366…3882
Balances ($63.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
yPRISMA | ERC-20 | 2.610107K | $0.0242 |
$63.16 | |
dYFI | ERC-20 | 0.039112 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19911290 | 6 months ago | | | 0 | 0.00060437077 | |
| 19911234 | 6 months ago | | | 0 | 0.00067930164 | |
| 19068693 | 10 months ago | | | 0 | 0.0033045969 | |
| 18901422 | 10 months ago | | | 0 | 0.0020913120 | |
| 18834649 | a year ago | | | 0 | 0.0043856639 | |
| 18833506 | a year ago | | | 0 | 0.0045859522 | |
| 18832762 | a year ago | | | 0 | 0.0041844155 | |
| 18808166 | a year ago | | | 0 | 0.0045746642 | |
| 18793674 | a year ago | | | 0 | 0.0055623651 | |
| 18790398 | a year ago | | | 0 | 0.0050083467 |
ABI
ABI objects
Getter at block 21187455
getRewardForDuration() view returns (uint256)
1999999999999814400
isRetired() view returns (bool)
false
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1701957419
lastUpdateTime() view returns (uint256)
1701957419
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4444aaaacdba5580282365e25b16309bd770ce4a
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1701957419
rewardPerToken() view returns (uint256)
2364859228615469
rewardPerTokenStored() view returns (uint256)
2364859228615469
rewardRate() view returns (uint256)
3306878306878
rewardsDistribution() view returns (address)
0x4444aaaacdba5580282365e25b16309bd770ce4a
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0x41252e8691e964f7de35156b68493bab6797a275
stakingToken() view returns (address)
0xe3668873d944e4a949da05fc8bde419eff543882
totalSupply() view returns (uint256)
2610106566735466108367
zapContract() view returns (address)
0x0000000000000000000000000000000000000000
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)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setPaused(bool _paused)
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
setZapContract(address _zapContract)
stake(uint256 amount)
stakeFor(address recipient, 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)
StakedFor(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
ZapContractUpdated(address _zapContract)
constructor(address _owner, address _rewardsDistribution, address _rewardsToken, address _stakingToken, address _zapContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.