StakingRewards
Verified contract
Active on
Ethereum with 394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae66…8fb8
0x72cf…3184
Balances ($32.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 32.782693 | $1.001 |
$32.82 | |
EDC | ERC-20 | 5.406113 | -- | -- | |
DBTC | ERC-20 | 0.009 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11585850 | 4 years ago | | | 0 | 0.034048080 | |
| 11533641 | 4 years ago | | | 0 | 0.0050471470 | |
| 11528646 | 4 years ago | | | 0 | 0.0058057200 | |
| 11507628 | 4 years ago | | | 0 | 0.0040242002 | |
| 11507498 | 4 years ago | | | 0 | 0.0071764900 | |
| 11504152 | 4 years ago | | | 0 | 0.0015722850 | |
| 11487334 | 4 years ago | | | 0 | 0.0020137108 | |
| 11486753 | 4 years ago | | | 0 | 0.0026548896 | |
| 11476089 | 4 years ago | | | 0 | 0.0028099240 | |
| 11476081 | 4 years ago | | | 0 | 0.0041161120 |
ABI
ABI objects
Getter at block 21286357
deposited() view returns (uint256)
0
getRewardForDuration() view returns (uint256)
999999999999999734400
lastTimeRewardApplicable() view returns (uint256)
1609647964
lastUpdateTime() view returns (uint256)
1609647964
owner() view returns (address)
0xe15c811b8c1a3486f6a82c13930704bbf9ff46ae
periodFinish() view returns (uint256)
1609647964
rewardPerToken() view returns (uint256)
4204873706688312800976628244
rewardPerTokenStored() view returns (uint256)
4204873706688312800976628244
rewardRate() view returns (uint256)
1653439153439153
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xae66bea480f7a6c91f07c58f2aee185883558fb8
stakingToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
32782693
yToken() view returns (address)
0x72cf258c852dc485a853370171d46b9d29fd3184
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 depositAll(uint256 delta)
exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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 _yToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.