StakingRewards
Verified contract
Active on
Ethereum with 2,245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc770…e52d
0x470e…f08c
Balances ($3,001.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOX | ERC-20 | 49.391319K | $0.060761 |
$3,001.07 | |
UNI-V2 | ERC-20 | 1.060117K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21093689 | 9 days ago | | | 0 | 0.0014524237 | |
| 21093682 | 9 days ago | | | 0 | 0.0013663127 | |
| 20884315 | a month ago | | | 0 | 0.00060692678 | |
| 20801764 | 2 months ago | | | 0 | 0.00073452363 | |
| 20582157 | 3 months ago | | | 0 | 0.00032469291 | |
| 20570445 | 3 months ago | | | 0 | 0.00053373735 | |
| 20570398 | 3 months ago | | | 0 | 0.00036543161 | |
| 20446843 | 3 months ago | | | 0 | 0.00025751507 | |
| 20440733 | 3 months ago | | | 0 | 0.00038398500 | |
| 20349596 | 4 months ago | | | 0 | 0.00042066688 |
ABI
ABI objects
Getter at block 21159864
getRewardForDuration() view returns (uint256)
6749999999999999991792000
lastTimeRewardApplicable() view returns (uint256)
1668788086
lastUpdateTime() view returns (uint256)
1668788086
periodFinish() view returns (uint256)
1668788086
rewardPerToken() view returns (uint256)
61208456305508537202
rewardPerTokenStored() view returns (uint256)
61208456305508537202
rewardRate() view returns (uint256)
578703703703703703
rewardsDistribution() view returns (address)
0x7ff786dd10dfcb007fb94a02caa2aad5f2b9161c
rewardsDuration() view returns (uint256)
11664000
rewardsToken() view returns (address)
0xc770eefad204b5180df6a14ee197d99d808ee52d
stakingToken() view returns (address)
0x470e8de2ebaef52014a47cb5e6af86884947f08c
totalSupply() view returns (uint256)
1060116945605756910768
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.