NoMintRewardPool
Verified contract
Active on
Ethereum with 2,288 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc95c…d197
0xa024…a14d
Balances ($398.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFI | ERC-20 | 0.0301 | $8,051.37 |
$242.34 | |
FARM | ERC-20 | 2.868978 | $54.39 |
$156.04 | |
YFV | ERC-20 | 479.108435 | -- | -- | |
YFIN | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17026241 | 2 years ago | | | 0 | 0.0014631900 | |
| 13360796 | 3 years ago | | | 0 | 0.013242300 | |
| 11466573 | 4 years ago | | | 0 | 0.010097360 | |
| 11447235 | 4 years ago | | | 0 | 0.0022062040 | |
| 11411984 | 4 years ago | | | 0 | 0.0025727520 | |
| 11375978 | 4 years ago | | | 0 | 0.0020084064 | |
| 11309546 | 4 years ago | | | 0 | 0.0016598400 | |
| 11299056 | 4 years ago | | | 0 | 0.0031122001 | |
| 11295471 | 4 years ago | | | 0 | 0.0049795200 | |
| 11128927 | 4 years ago | | | 0 | 0.0025305200 |
ABI
ABI objects
Getter at block 21303829
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
duration() view returns (uint256)
604800
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1599593945
lastUpdateTime() view returns (uint256)
1599593945
lpToken() view returns (address)
0x45f24baeef268bb6d63aee5129015d69702bcdfa
owner() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
periodFinish() view returns (uint256)
1599593945
rewardPerToken() view returns (uint256)
20115696679124076
rewardPerTokenStored() view returns (uint256)
20115696679124076
rewardRate() view returns (uint256)
2221030092592592
rewardToken() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
totalSupply() view returns (uint256)
479108434906417717710
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)
pushReward(address recipient)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
setStorage(address _store)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardDenied(address indexed user, uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _lpToken, uint256 _duration, address _rewardDistribution, address _storage)
This contract contains no fallback and receive objects.
This contract contains no error objects.