StakingRewards
Verified contract
Active on
Ethereum with 586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8888…4c60
0xe966…aaac
Balances ($33.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFX | ERC-20 | 834.711274 | $0.039575 |
$33.03 | |
TKX | ERC-20 | 0.000046 | $16.55 |
$0 | |
dfx-nzds-a | ERC-20 | 4.316145K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17326759 | 2 years ago | | | 0 | 0.0046138844 | |
| 16028667 | 2 years ago | | | 0 | 0.0018871880 | |
| 15977524 | 2 years ago | | | 0 | 0.0023037311 | |
| 15943640 | 2 years ago | | | 0 | 0.0028479313 | |
| 15835536 | 2 years ago | | | 0 | 0.0018231108 | |
| 15827352 | 2 years ago | | | 0 | 0.0038655659 | |
| 15823824 | 2 years ago | | | 0 | 0.0015071699 | |
| 15821439 | 2 years ago | | | 0 | 0.0015258352 | |
| 15813519 | 2 years ago | | | 0 | 0.00088972057 | |
| 15813515 | 2 years ago | | | 0 | 0.0011324199 |
ABI
ABI objects
Getter at block 21332813
getRewardForDuration() view returns (uint256)
85312499999999999616000
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1666150799
lastUpdateTime() view returns (uint256)
1666150799
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x26f539a0fe189a7f228d7982bf10bc294fa9070c
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1666150799
rewardPerToken() view returns (uint256)
444352061765741120
rewardPerTokenStored() view returns (uint256)
444352061765741120
rewardRate() view returns (uint256)
32913773148148148
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x888888435fde8e7d4c54cab67f206e4199454c60
stakingToken() view returns (address)
0xe9669516e09f5710023566458f329cce6437aaac
totalSupply() view returns (uint256)
4316144776119390388893
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.