MplRewards
Verified contract
Active on
Ethereum with 2,671 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33,203.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MPL | ERC-20 | 1.638047K | $20.27 |
$33,203.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17030802 | 2 years ago | | | 0 | 0.0020382084 | |
| 16878476 | 2 years ago | | | 0 | 0.0024369961 | |
| 16123529 | 2 years ago | | | 0 | 0.0012934637 | |
| 16122528 | 2 years ago | | | 0 | 0.0012591643 | |
| 16122433 | 2 years ago | | | 0 | 0.0012179312 | |
| 16120949 | 2 years ago | | | 0 | 0.0013330461 | |
| 16119401 | 2 years ago | | | 0 | 0.0037324212 | |
| 16119218 | 2 years ago | | | 0 | 0.0016452881 | |
| 16118955 | 2 years ago | | | 0 | 0.0014101337 | |
| 16118586 | 2 years ago | | | 0 | 0.0013332063 |
ABI
ABI objects
Getter at block 21310754
getRewardForDuration() view returns (uint256)
8299999999999999670400
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1659384427
lastUpdateTime() view returns (uint256)
1659384427
owner() view returns (address)
0xd6d4bcde6c816f17889f1dd3000af0261b03a196
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1659384427
rewardPerToken() view returns (uint256)
9266485420269044
rewardPerTokenStored() view returns (uint256)
9266485420269044
rewardRate() view returns (uint256)
13723544973544973
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0x33349b282065b0284d756f0577fb39c158f935e6
stakingToken() view returns (address)
0x6f6c8013f639979c84b756c7fc1500eb5af18dc4
totalSupply() view returns (uint256)
8150612420669000000000000
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)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setPaused(bool _paused)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
updatePeriodFinish(uint256 timestamp)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed account, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed account, uint256 amount)
Withdrawn(address indexed account, uint256 amount)
constructor(address _rewardsToken, address _stakingToken, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.