NoMintRewardPool
Verified contract
Active on
Ethereum with 8,286 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc95c…d197
Balances ($2,825.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FARM | ERC-20 | 54.782347 | $51.58 |
$2,825.67 | |
TKX | ERC-20 | 0.000048 | $12.69 |
$0 | |
fUSDC | ERC-20 | 93.719605M | -- | -- | |
fUSDC | ERC-20 | 1.145581M | -- | -- | |
YFIN | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214850 | 8 days ago | | | 0 | 0.0018755186 | |
| 20885651 | 2 months ago | | | 0 | 0.0014698114 | |
| 20613975 | 3 months ago | | | 0 | 0.00026993291 | |
| 20571202 | 3 months ago | | | 0 | 0.00029952076 | |
| 20462769 | 4 months ago | | | 0 | 0.0072832901 | |
| 20360932 | 4 months ago | | | 0 | 0.00069850371 | |
| 19977396 | 6 months ago | | | 0 | 0.0013664419 | |
| 19880430 | 6 months ago | | | 0 | 0.00033165836 | |
| 19880417 | 6 months ago | | | 0 | 0.00034974979 | |
| 19776132 | 7 months ago | | | 0 | 0.0013785279 |
ABI
ABI objects
Getter at block 21268956
canMigrate() view returns (bool)
true
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
duration() view returns (uint256)
604800
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1724758787
lastUpdateTime() view returns (uint256)
1724758787
lpToken() view returns (address)
0xf0358e8c3cd5fa238a29301d0bea3d63a17bedbe
migrationStrategy() view returns (address)
0xd5df7e9f74b31ec8d5011600093156c9f904671d
owner() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
periodFinish() view returns (uint256)
1724758787
rewardPerToken() view returns (uint256)
339934372615656862406618847
rewardPerTokenStored() view returns (uint256)
339934372615656862406618847
rewardRate() view returns (uint256)
260416666666
rewardToken() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
sourceVault() view returns (address)
0xc3f7ffb5d5869b3ade9448d094d81b0521e8326f
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
totalSupply() view returns (uint256)
513886657584
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()
migrate()
notifyRewardAmount(uint256 reward)
pullFromStrategy()
pushReward(address recipient)
renounceOwnership()
setCanMigrate(bool _canMigrate)
setRewardDistribution(address _rewardDistribution)
setStorage(address _store)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Migrated(address indexed account, uint256 legacyShare, uint256 newShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardDenied(address indexed user, uint256 reward)
RewardPaid(address indexed user, uint256 reward)
SmartContractRecorded(address indexed smartContractAddress, address indexed smartContractInitiator)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _lpToken, uint256 _duration, address _rewardDistribution, address _storage, address _sourceVault, address _migrationStrategy)
This contract contains no fallback and receive objects.
This contract contains no error objects.