YearnRewards
Verified contract
Active on
Ethereum with 9,413 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x2942…4edc
Balances ($108,958.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
crvPlain3andSUSD | ERC-20 | 101.545367K | $1.073 |
$108,958.18 | |
$BASED | ERC-20 | 107.125152 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18750785 | a year ago | | | 0 | 0.0070772100 | |
| 18399858 | a year ago | | | 0 | 0.0020985597 | |
| 17578626 | a year ago | | | 0 | 0.0049289720 | |
| 14737173 | 3 years ago | | | 0 | 0.0060421900 | |
| 14284781 | 3 years ago | | | 0 | 0.0069834440 | |
| 12971197 | 3 years ago | | | 0 | 0.0022026848 | |
| 12944006 | 3 years ago | | | 0 | 0.0027937140 | |
| 12819251 | 3 years ago | | | 0 | 0.0025118610 | |
| 12781886 | 3 years ago | | | 0 | 0.0046557700 | |
| 12642322 | 3 years ago | | | 0 | 0.00099277600 |
ABI
ABI objects
Getter at block 21283866
deployer() view returns (address)
0x9e3c40045a3503b33bfedaea0bf6981120e8c753
duration() view returns (uint256)
86400
fairDistribution() view returns (bool)
true
initreward() view returns (uint256)
0
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1702236959
lastUpdateTime() view returns (uint256)
1697991911
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1702236959
rewardPerToken() view returns (uint256)
248124878645575561075
rewardPerTokenStored() view returns (uint256)
248124878645575561075
rewardRate() view returns (uint256)
0
starttime() view returns (uint256)
1597220095
totalRewards() view returns (uint256)
24892874862397297247734
totalSupply() view returns (uint256)
101545367297371763666072
y() view returns (address)
0xc25a3a3b969415c80451098fa907ec722572917f
yfi() view returns (address)
0x29428639d889fa989405ee9baf3ba088e6994edc
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()
initialize(address _y)
initialize(address _y, address _yfi, uint256 _duration, uint256 _initreward, uint256 _starttime, bool _fairDistribution)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.