StakingRewardsV2
Verified contract
Active on
Ethereum with 296 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc57d…39f7
0xc6df…37d6
Balances ($208.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PTF | ERC-20 | 21.139694K | $0.009848 |
$208.19 | |
DMM-LP WETH-PTF | ERC-20 | 772.919058 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18884104 | a year ago | | | 0 | 0.0026434861 | |
| 18884049 | a year ago | | | 0 | 0.0019319633 | |
| 16707589 | 2 years ago | | | 0 | 0.0013903173 | |
| 16475763 | 2 years ago | | | 0 | 0.0012634935 | |
| 16230980 | 2 years ago | | | 0 | 0.0011477682 | |
| 15447621 | 2 years ago | | | 0 | 0.0033138614 | |
| 15382556 | 2 years ago | | | 0 | 0.00025764000 | |
| 15107429 | 2 years ago | | | 0 | 0.00082805885 | |
| 15050083 | 2 years ago | | | 0 | 0.0024140710 | |
| 14873865 | 2 years ago | | | 0 | 0.0025889892 |
ABI
ABI objects
Getter at block 21184076
getRewardForDuration() view returns (uint256)
49999999999999998391200
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1652363589
lastUpdateTime() view returns (uint256)
1652363589
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x6dc28c1e1b843e4150169aab1cb28ccf9f5a5463
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1652363589
rewardPerToken() view returns (uint256)
72515064487696337208
rewardPerTokenStored() view returns (uint256)
72515064487696337208
rewardRate() view returns (uint256)
19316952557564518
rewardsDuration() view returns (uint256)
2588400
rewardsToken() view returns (address)
0xc57d533c50bc22247d49a368880fb49a1caa39f7
stakingToken() view returns (address)
0xc6dfacf411e6a29b01bb7629b5bac6eb53ea37d6
totalSupply() view returns (uint256)
772919058413437355407
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 acceptOwnership()
exit()
getReward()
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setPaused(bool _paused)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _owner, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.