NFYStakingV2
Verified contract
Active on
Ethereum with 4,032 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1cbb…42bc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFY | ERC-20 | 12.769805K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19336563 | 9 months ago | | | 0 | 0.0093215955 | |
| 19267429 | 9 months ago | | | 0 | 0.0035079662 | |
| 19267348 | 9 months ago | | | 0 | 0.0028163619 | |
| 15610841 | 2 years ago | | | 0 | 0.00087830804 | |
| 14980919 | 2 years ago | | | 0 | 0.0041396042 | |
| 14966207 | 2 years ago | | | 0 | 0.0054126043 | |
| 14948220 | 2 years ago | | | 0 | 0.0036568666 | |
| 14872243 | 2 years ago | | | 0 | 0.0021122980 | |
| 14855967 | 2 years ago | | | 0 | 0.0070007842 | |
| 14852036 | 2 years ago | | | 0 | 0.0061960478 |
ABI
ABI objects
Getter at block 21221628
NFYToken() view returns (address)
0x1cbb83ebcd552d5ebf8131ef8c9cd9d9bab342bc
StakingNFT() view returns (address)
0x017bba5d5d32feb687fdafb9700418d55daad091
accNfyPerShare() view returns (uint256)
1442128954786796042
dailyReward() view returns (uint256)
10
getRewardPerBlock() view returns (uint256)
178054960307851
lastRewardBlock() view returns (uint256)
19336563
owner() view returns (address)
0xfeedc450742ac0d9bb38341d9939449e3270f76f
rewardPool() view returns (address)
0x2f822da8016d5e8ce3c93b53ee1528392ca3ac57
staking() view returns (address)
0x017bba5d5d32feb687fdafb9700418d55daad091
totalStaked() view returns (uint256)
7627964722038025833880
Read-only
NFTDetails(uint256) view returns (address _addressOfMinter, uint256 _NFYDeposited, 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)
compoundAllRewards()
compoundRewards(uint256 _tokenId)
decrementNFTValue(uint256 _tokenId, uint256 _amount)
incrementNFTValue(uint256 _tokenId, uint256 _amount)
removePlatformAddress(address _platformAddress)
setDailyReward(uint256 _dailyReward)
stakeNFY(uint256 _amount)
transferOwnership(address _owner)
unstakeAll()
unstakeNFY(uint256 _tokenId)
updatePool()
AddedPlatformAddress(address _platformAddress, 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)
RewardsCompounded(address _staker, uint256 _rewardsCompounded, uint256 _tokenId, uint256 _totalStaked, uint256 _time)
StakeCompleted(address _staker, uint256 _amount, uint256 _tokenId, uint256 _totalStaked, uint256 _time)
TotalUnstaked(uint256 _total)
TransferredOwnership(address _previous, address _next, uint256 _time)
WithdrawCompleted(address _staker, uint256 _amount, uint256 _tokenId, uint256 _time)
constructor(address _NFYToken, address _StakingNFT, address _staking, address _rewardPool, uint256 _dailyReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.