StakingRewards
Verified contract
Active on
Ethereum with 2,414 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 ($12.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MTA | ERC-20 | 398.900159 | $0.030941 |
$12.34 | |
BPT | ERC-20 | 58.823936 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16347766 | 2 years ago | | | 0 | 0.0015173620 | |
| 12763809 | 3 years ago | | | 0 | 0.00052541500 | |
| 12451703 | 4 years ago | | | 0 | 0.0053187160 | |
| 12259061 | 4 years ago | | | 0 | 0.0080270108 | |
| 12259060 | 4 years ago | | | 0 | 0.0080270108 | |
| 12259054 | 4 years ago | | | 0 | 0.018871472 | |
| 12242990 | 4 years ago | | | 0 | 0.011087389 | |
| 12076073 | 4 years ago | | | 0 | 0.022041195 | |
| 12004040 | 4 years ago | | | 0 | 0.013163899 | |
| 11874273 | 4 years ago | | | 0 | 0.0089862885 |
ABI
ABI objects
Getter at block 21325368
DURATION() view returns (uint256)
604800
getRewardToken() view returns (address)
0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2
lastTimeRewardApplicable() view returns (uint256)
1602504150
lastUpdateTime() view returns (uint256)
1602504150
nexus() view returns (address)
0xafce80b19a8ce13dec0739a1aab7a028d6845eb3
periodFinish() view returns (uint256)
1602504150
rewardPerToken() view returns (uint256)
22642028525513686739
rewardPerTokenStored() view returns (uint256)
22642028525513686739
rewardRate() view returns (uint256)
33068783068783068
rewardsDistributor() view returns (address)
0x04dfdfa471b79cc9e6e8c355e6c71f8ec4916c50
rewardsToken() view returns (address)
0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2
stakingToken() view returns (address)
0x4019ba88158daa468a063ac48171a3bfe8cd9f3b
totalSupply() view returns (uint256)
58823935620871554826
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()
collectRewardToken(address _recipient)
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.