StakingRewards
Verified contract
Active on
Ethereum with 835 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8888…4c60
0x20de…0144
Balances ($538.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFX | ERC-20 | 15.666309K | $0.034361 |
$538.32 | |
TKX | ERC-20 | 0.000046 | $11.99 |
$0 | |
DFXv0-EURS | ERC-20 | 42.742742 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13430144 | 3 years ago | | | 0 | 0.0055010328 | |
| 13423121 | 3 years ago | | | 0 | 0.017814774 | |
| 13422583 | 3 years ago | | | 0 | 0.0091393366 | |
| 13360153 | 3 years ago | | | 0 | 0.013104800 | |
| 13068273 | 3 years ago | | | 0 | 0.0054712499 | |
| 13056447 | 3 years ago | | | 0 | 0.0061357085 | |
| 12966442 | 3 years ago | | | 0 | 0.0093044080 | |
| 12937853 | 3 years ago | | | 0 | 0.0030086920 | |
| 12813284 | 3 years ago | | | 0 | 0.0048303710 | |
| 12761514 | 3 years ago | | | 0 | 0.00044044800 |
ABI
ABI objects
Getter at block 21189251
getRewardForDuration() view returns (uint256)
64999999999999999446000
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1622684800
lastUpdateTime() view returns (uint256)
1622684800
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x27e843260c71443b4cc8cb6bf226c3f77b9695af
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1622684800
rewardPerToken() view returns (uint256)
18389643411717157554
rewardPerTokenStored() view returns (uint256)
18389643411717157554
rewardRate() view returns (uint256)
92989985693848354
rewardsDuration() view returns (uint256)
699000
rewardsToken() view returns (address)
0x888888435fde8e7d4c54cab67f206e4199454c60
stakingToken() view returns (address)
0x20ded7f6f8dbb6c1cc989fc923fb180142ee0144
totalSupply() view returns (uint256)
42742741522761933788
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.