StakingRewards
Verified contract
Active on
Ethereum with 1,314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dc0…b1e8
0x64c2…0af4
Balances ($67.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRIN | ERC-20 | 97.792599K | $0.000689 |
$67.39 | |
BOND | ERC-20 | 97.792599K | -- | -- | |
1INCH | ERC-20 | 25.174037K | -- | -- | |
XDEF | ERC-20 | 12.925194K | -- | -- | |
SPI | ERC-20 | 264.210091 | -- | -- | |
UNI-V2 | ERC-20 | 0.011438 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12354728 | 4 years ago | | | 0 | 0.0022209180 | |
| 12339411 | 4 years ago | | | 0 | 0.0040543140 | |
| 12312542 | 4 years ago | | | 0 | 0.0047914620 | |
| 12229374 | 4 years ago | | | 0 | 0.0089519232 | |
| 12216641 | 4 years ago | | | 0 | 0.0082652700 | |
| 12212918 | 4 years ago | | | 0 | 0.0086243670 | |
| 12119518 | 4 years ago | | | 0 | 0.011941272 | |
| 12117673 | 4 years ago | | | 0 | 0.010619280 | |
| 12115017 | 4 years ago | | | 0 | 0.013351590 | |
| 12035119 | 4 years ago | | | 0 | 0.015495222 |
ABI
ABI objects
Getter at block 21208244
getRewardForDuration() view returns (uint256)
999999997056000
lastTimeRewardApplicable() view returns (uint256)
1611496875
lastUpdateTime() view returns (uint256)
1611496875
periodFinish() view returns (uint256)
1611496875
rewardPerToken() view returns (uint256)
117142562291529081
rewardPerTokenStored() view returns (uint256)
117142562291529081
rewardRate() view returns (uint256)
192901234
rewardsDistribution() view returns (address)
0x7ef198e5239205474e39fe2839cd21f39c81dc19
rewardsDuration() view returns (uint256)
5184000
rewardsToken() view returns (address)
0x5dc02ea99285e17656b8350722694c35154db1e8
stakingToken() view returns (address)
0x64c29aac69d3122f6e5531ceca1b753f95350af4
totalSupply() view returns (uint256)
11437517868682911
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, uint256 _rewardsDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.