StakingRewards
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x054d…3bb2
0xe1ae…5ed1
Balances ($9.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PPAY | ERC-20 | 46.413162K | $0.000206 |
$9.58 | |
UNI-V2 | ERC-20 | 0.000548 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12259479 | 4 years ago | | | 0 | 0.010482710 | |
| 12120997 | 4 years ago | | | 0 | 0.012420481 | |
| 12083131 | 4 years ago | | | 0 | 0.010096800 | |
| 12028458 | 4 years ago | | | 0 | 0.014583102 | |
| 11988774 | 4 years ago | | | 0 | 0.012621000 | |
| 11848996 | 4 years ago | | | 0 | 0.014222396 | |
| 11841208 | 4 years ago | | | 0 | 0.013034454 | |
| 11834248 | 4 years ago | | | 0 | 0.014066886 | |
| 11818244 | 4 years ago | | | 0 | 0.016154880 | |
| 11817918 | 4 years ago | | | 0 | 0.020698440 |
ABI
ABI objects
Getter at block 21172830
getRewardForDuration() view returns (uint256)
399999999999999998304000
lastTimeRewardApplicable() view returns (uint256)
1610291458
lastUpdateTime() view returns (uint256)
1610291458
periodFinish() view returns (uint256)
1610291458
rewardPerToken() view returns (uint256)
1399202677847924081195391352
rewardPerTokenStored() view returns (uint256)
1399202677847924081195391352
rewardRate() view returns (uint256)
154320987654320987
rewardsDistribution() view returns (address)
0x3499ad20ac57b236908e25214c7296bdcd923f60
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x054d64b73d3d8a21af3d764efd76bcaa774f3bb2
stakingToken() view returns (address)
0xe1ae2769d69e823567157ad40cf89466cd615ed1
totalSupply() view returns (uint256)
548043357626368
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 exit()
getReward()
notifyRewardAmount(uint256 reward)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
withdraw(uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.