StakingRewards
Verified contract
Active on
Ethereum with 6,282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xafce…5eb3
0xa3be…acd2
Balances ($672.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MTA | ERC-20 | 21.900789K | $0.030694 |
$672.22 | |
UNI-V2 | ERC-20 | 734.14028 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840698 | 2 months ago | | | 0 | 0.0014528019 | |
| 19862576 | 6 months ago | | | 0 | 0.0024213420 | |
| 19453160 | 8 months ago | | | 0 | 0.0032548703 | |
| 18659268 | a year ago | | | 0 | 0.0023773420 | |
| 18387940 | a year ago | | | 0 | 0.0011126235 | |
| 17927581 | a year ago | | | 0 | 0.0038546726 | |
| 17844168 | a year ago | | | 0 | 0.0037420740 | |
| 17424024 | a year ago | | | 0 | 0.0037111775 | |
| 17022901 | 2 years ago | | | 0 | 0.0025432200 | |
| 17012611 | 2 years ago | | | 0 | 0.0024213420 |
ABI
ABI objects
Getter at block 21218913
DURATION() view returns (uint256)
604800
getRewardToken() view returns (address)
0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2
lastTimeRewardApplicable() view returns (uint256)
1632130281
lastUpdateTime() view returns (uint256)
1632130281
nexus() view returns (address)
0xafce80b19a8ce13dec0739a1aab7a028d6845eb3
periodFinish() view returns (uint256)
1632130281
rewardPerToken() view returns (uint256)
7176767749461714384121
rewardPerTokenStored() view returns (uint256)
7176767749461714384121
rewardRate() view returns (uint256)
9464025450715265
rewardsDistributor() view returns (address)
0x04dfdfa471b79cc9e6e8c355e6c71f8ec4916c50
rewardsToken() view returns (address)
0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2
stakingToken() view returns (address)
0x0d0d65e7a7db277d3e0f5e1676325e75f3340455
totalSupply() view returns (uint256)
734140279521704596872
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 claimReward()
exit()
notifyRewardAmount(uint256 _reward)
setRewardsDistribution(address _rewardsDistributor)
stake(address _beneficiary, uint256 _amount)
stake(uint256 _amount)
withdraw(uint256 _amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount, address payer)
Withdrawn(address indexed user, uint256 amount)
constructor(address _nexus, address _stakingToken, address _rewardsToken, address _rewardsDistributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.