NoMintRewardPool
Verified contract
Active on
Ethereum with 1,134 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 ($292.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OGN | ERC-20 | 1.390353K | $0.105465 |
$146.63 | |
FARM | ERC-20 | 2.875418 | $50.60 |
$145.5 | |
YFIN | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17026242 | 2 years ago | | | 0 | 0.0014631900 | |
| 11902963 | 4 years ago | | | 0 | 0.010440045 | |
| 11777146 | 4 years ago | | | 0 | 0.010416420 | |
| 11777134 | 4 years ago | | | 0 | 0.016020060 | |
| 11447235 | 4 years ago | | | 0 | 0.0022062040 | |
| 11411984 | 4 years ago | | | 0 | 0.0025727520 | |
| 11295484 | 4 years ago | | | 0 | 0.0049795200 | |
| 11277103 | 4 years ago | | | 0 | 0.0081071200 | |
| 11237893 | 4 years ago | | | 0 | 0.0027506300 | |
| 10926881 | 4 years ago | | | 0 | 0.010278670 |
ABI
ABI objects
Getter at block 21222312
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
duration() view returns (uint256)
604800
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1599594024
lastUpdateTime() view returns (uint256)
1599594024
lpToken() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
owner() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
periodFinish() view returns (uint256)
1599594024
rewardPerToken() view returns (uint256)
19462297363688469
rewardPerTokenStored() view returns (uint256)
19462297363688469
rewardRate() view returns (uint256)
2221030092592592
rewardToken() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
totalSupply() view returns (uint256)
825758739378037893885
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.