StakingRewards
Verified contract
Active on
Ethereum with 999 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8888…4c60
0xa6c0…216d
Balances ($3,265.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFX | ERC-20 | 92.555283K | $0.035283 |
$3,265.66 | |
TKX | ERC-20 | 0.001 | $11.95 |
$0.01 | |
dfx-cadc-a | ERC-20 | 110.918184K | -- | -- | |
DIEM | ERC-20 | 93.3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18214645 | a year ago | | | 0 | 0.0013060264 | |
| 16028175 | 2 years ago | | | 0 | 0.0013812910 | |
| 16028162 | 2 years ago | | | 0 | 0.0011725456 | |
| 15944617 | 2 years ago | | | 0 | 0.0023704071 | |
| 15942481 | 2 years ago | | | 0 | 0.0027986136 | |
| 15921820 | 2 years ago | | | 0 | 0.0015673081 | |
| 15838059 | 2 years ago | | | 0 | 0.0027758342 | |
| 15836670 | 2 years ago | | | 0 | 0.0013428501 | |
| 15827877 | 2 years ago | | | 0 | 0.0014679171 | |
| 15827873 | 2 years ago | | | 0 | 0.0014132129 |
ABI
ABI objects
Getter at block 21182907
getRewardForDuration() view returns (uint256)
94791666666666699360000
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)
477050019343280427
rewardPerTokenStored() view returns (uint256)
477050019343280427
rewardRate() view returns (uint256)
36570859053497955
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x888888435fde8e7d4c54cab67f206e4199454c60
stakingToken() view returns (address)
0xa6c0cbcaebd93ad3c6c94412ec06aaa37870216d
totalSupply() view returns (uint256)
110918184264315309376536
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.