StakingRewards
Verified contract
Active on
Ethereum with 21,774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35,879.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOX | ERC-20 | 568.7985K | $0.063079 |
$35,879.24 | |
UNI-V2 | ERC-20 | 10.913711K | -- | -- | |
ETX | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281012 | a day ago | | | 0 | 0.0023863216 | |
| 21268746 | 3 days ago | | | 0 | 0.0011884591 | |
| 21249664 | 5 days ago | | | 0 | 0.00053609133 | |
| 21249601 | 5 days ago | | | 0 | 0.0013703143 | |
| 21231017 | 8 days ago | | | 0 | 0.0021483646 | |
| 21219100 | 10 days ago | | | 0 | 0.0016509033 | |
| 21189713 | 14 days ago | | | 0 | 0.0017232150 | |
| 21189414 | 14 days ago | | | 0 | 0.0018187808 | |
| 21151069 | 19 days ago | | | 0 | 0.0013217407 | |
| 21143439 | 20 days ago | | | 0 | 0.0033602733 |
ABI
ABI objects
Getter at block 21288537
getRewardForDuration() view returns (uint256)
15767999999999999993952000
lastTimeRewardApplicable() view returns (uint256)
1634223324
lastUpdateTime() view returns (uint256)
1634223324
periodFinish() view returns (uint256)
1634223324
rewardPerToken() view returns (uint256)
79648954562621630211
rewardPerTokenStored() view returns (uint256)
79648954562621630211
rewardRate() view returns (uint256)
2027777777777777777
rewardsDistribution() view returns (address)
0xe930680bd537a7074efcff2ff37aba5bed631ac1
rewardsDuration() view returns (uint256)
7776000
rewardsToken() view returns (address)
0xc770eefad204b5180df6a14ee197d99d808ee52d
stakingToken() view returns (address)
0x470e8de2ebaef52014a47cb5e6af86884947f08c
totalSupply() view returns (uint256)
10913711309054400600790
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 exit()
getReward()
notifyRewardAmount(uint256 reward)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
withdraw(uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.