Rewards
Verified contract
Active on
Ethereum with 5,651 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b17…1d0f
Balances ($14,326.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 12.254622K | $0.99884 |
$12,240.41 | |
MPH | ERC-20 | 3.492275K | $0.597391 |
$2,086.25 | |
StableDAI.com | ERC-20 | 713 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20028678 | 6 months ago | | | 0 | 0.0017649152 | |
| 19941973 | 6 months ago | | | 0 | 0.00069019175 | |
| 19941966 | 6 months ago | | | 0 | 0.00064927140 | |
| 19730981 | 7 months ago | | | 0 | 0.00092044548 | |
| 19728666 | 7 months ago | | | 0 | 0.00091122881 | |
| 18577655 | a year ago | | | 0 | 0.0026164594 | |
| 18512613 | a year ago | | | 0 | 0.0035119243 | |
| 18401156 | a year ago | | | 0 | 0.0011061360 | |
| 18154217 | a year ago | | | 0 | 0.00096161783 | |
| 18138985 | a year ago | | | 0 | 0.0010328437 |
ABI
ABI objects
Getter at block 21267558
DURATION() view returns (uint256)
604800
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1629676868
lastUpdateTime() view returns (uint256)
1629676868
owner() view returns (address)
0x56f34826cc63151f74fa8f701e4f73c5eaae52ad
periodFinish() view returns (uint256)
1629676868
rewardPerToken() view returns (uint256)
3924792220717910297
rewardPerTokenStored() view returns (uint256)
3924792220717910297
rewardRate() view returns (uint256)
16344871260940602
rewardToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
stakeToken() view returns (address)
0x8888801af4d980682e47f1a9036e589479e835c5
starttime() view returns (uint256)
1606161600
totalSupply() view returns (uint256)
3492174774086187167799
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
isRewardDistribution(address) view returns (bool)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution, bool _isRewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _stakeToken, address _rewardToken, uint256 _starttime)
This contract contains no fallback and receive objects.
This contract contains no error objects.