LPStakingV2
Verified contract
Active on
Ethereum with 2,743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x146d…95e2
0x1cbb…42bc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFY | ERC-20 | 8.474016K | -- | -- | |
UNI-V2 | ERC-20 | 415.750445 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16486150 | 2 years ago | | | 0 | 0.0052076598 | |
| 15567341 | 2 years ago | | | 0 | 0.00050493753 | |
| 15566505 | 2 years ago | | | 0 | 0.00038917932 | |
| 15502458 | 2 years ago | | | 0 | 0.0012905900 | |
| 15291672 | 2 years ago | | | 0 | 0.00070339274 | |
| 15170831 | 2 years ago | | | 0 | 0.0040689336 | |
| 15015533 | 2 years ago | | | 0 | 0.0026390622 | |
| 15000670 | 2 years ago | | | 0 | 0.0016588890 | |
| 14953162 | 2 years ago | | | 0 | 0.0040431524 | |
| 14953151 | 2 years ago | | | 0 | 0.0031688919 |
ABI
ABI objects
Getter at block 21324468
LPToken() view returns (address)
0x146d3401b6a41122bd318ba676a01c44cb0795e2
NFYToken() view returns (address)
0x1cbb83ebcd552d5ebf8131ef8c9cd9d9bab342bc
StakingNFT() view returns (address)
0x320f0005364e755136cb72955fdc842f18e21ae7
accNfyPerShare() view returns (uint256)
57982364332388700836
dailyReward() view returns (uint256)
30
emergencyWithdraw() view returns (bool)
true
getRewardPerBlock() view returns (uint256)
534164880923553
lastRewardBlock() view returns (uint256)
16486150
owner() view returns (address)
0xfeedc450742ac0d9bb38341d9939449e3270f76f
rewardPool() view returns (address)
0x2f822da8016d5e8ce3c93b53ee1528392ca3ac57
staking() view returns (address)
0x320f0005364e755136cb72955fdc842f18e21ae7
totalStaked() view returns (uint256)
415750444633372919841
Read-only
NFTDetails(uint256) view returns (address _addressOfMinter, uint256 _LPDeposited, bool _inCirculation, uint256 _rewardDebt)
checkIfNFTInCirculation(uint256 _tokenId) view returns (bool _inCirculation)
getNFTBalance(uint256 _tokenId) view returns (uint256 _amountStaked)
getTotalBalance(address _address) view returns (uint256)
getTotalRewards(address _address) view returns (uint256)
pendingRewards(uint256 _NFT) view returns (uint256)
State-modifying
Events addPlatformAddress(address _platformAddress)
addStakeholderExternal(address _stakeholder)
claimAllRewards()
claimRewards(uint256 _tokenId)
decrementNFTValue(uint256 _tokenId, uint256 _amount)
incrementNFTValue(uint256 _tokenId, uint256 _amount)
removePlatformAddress(address _platformAddress)
setDailyReward(uint256 _dailyReward)
stakeLP(uint256 _amount)
transferOwnership(address _owner)
turnEmergencyWithdrawOn()
unstakeAll()
unstakeLP(uint256 _tokenId)
updatePool()
AddedPlatformAddress(address _platformAddress, uint256 _time)
EmergencyWithdrawOn(address _caller, bool _emergencyWithdraw, uint256 _time)
MintedToken(address _staker, uint256 _tokenId, uint256 _time)
PoolUpdated(uint256 _blocksRewarded, uint256 _amountRewarded, uint256 _time)
RemovedPlatformAddress(address _platformAddress, uint256 _time)
RewardsClaimed(address _staker, uint256 _rewardsClaimed, uint256 _tokenId, uint256 _time)
StakeCompleted(address _staker, uint256 _amount, uint256 _tokenId, uint256 _totalStaked, uint256 _time)
TransferredOwnership(address _previous, address _next, uint256 _time)
WithdrawCompleted(address _staker, uint256 _amount, uint256 _tokenId, uint256 _time)
constructor(address _LPToken, address _NFYToken, address _StakingNFT, address _staking, address _rewardPool, uint256 _dailyReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.