StakingRewards
Verified contract
Active on
Ethereum with 17,087 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae66…8fb8
0xae66…8fb8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EDC | ERC-20 | 86.309849 | -- | -- | |
UNIP | ERC-20 | 19.5 | -- | -- | |
DBTC | ERC-20 | 0.0108 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453084 | 4 months ago | | | 0 | 0.00010813800 | |
| 20453043 | 4 months ago | | | 0 | 0.00012690500 | |
| 20453029 | 4 months ago | | | 0 | 0.00011919300 | |
| 20251084 | 5 months ago | | | 0 | 0.000098216800 | |
| 14236792 | 3 years ago | | | 0 | 0.0054368706 | |
| 12881062 | 3 years ago | | | 0 | 0.0015932962 | |
| 12689685 | 3 years ago | | | 0 | 0.00074936400 | |
| 12625946 | 3 years ago | | | 0 | 0.00055455000 | |
| 12623396 | 3 years ago | | | 0 | 0.00059763000 | |
| 12622001 | 3 years ago | | | 0 | 0.00074154403 |
ABI
ABI objects
Getter at block 21280936
getRewardForDuration() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1612280495
lastUpdateTime() view returns (uint256)
1612280495
periodFinish() view returns (uint256)
1612280495
rewardPerToken() view returns (uint256)
61536855501417058
rewardPerTokenStored() view returns (uint256)
61536855501417058
rewardRate() view returns (uint256)
0
rewardsDistribution() view returns (address)
0xe15c811b8c1a3486f6a82c13930704bbf9ff46ae
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xae66bea480f7a6c91f07c58f2aee185883558fb8
stakingToken() view returns (address)
0xae66bea480f7a6c91f07c58f2aee185883558fb8
totalSupply() view returns (uint256)
875346824481583980082
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 _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.