NFYStaking
Verified contract
Active on
Ethereum with 732 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 | 575.03442 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13399243 | 3 years ago | | | 0 | 0.016699914 | |
| 12098087 | 4 years ago | | | 0 | 0.0036637850 | |
| 12009021 | 4 years ago | | | 0 | 0.0097253740 | |
| 11999060 | 4 years ago | | | 0 | 0.0050655810 | |
| 11995448 | 4 years ago | | | 0 | 0.0024141297 | |
| 11995445 | 4 years ago | | | 0 | 0.010996804 | |
| 11986412 | 4 years ago | | | 0 | 0.0027155530 | |
| 11986412 | 4 years ago | | | 0 | 0.012369842 | |
| 11984296 | 4 years ago | | | 0 | 0.0076514200 | |
| 11980781 | 4 years ago | | | 0 | 0.012433706 |
ABI
ABI objects
Getter at block 21185888
NFYToken() view returns (address)
0x1cbb83ebcd552d5ebf8131ef8c9cd9d9bab342bc
StakingNFT() view returns (address)
0xfd75a1d3398ca4ae176eb1faa58b295a0d1f1498
accNfyPerShare() view returns (uint256)
227023935803184671
dailyReward() view returns (uint256)
0
getRewardPerBlock() view returns (uint256)
0
lastRewardBlock() view returns (uint256)
13399243
owner() view returns (address)
0xfeedc450742ac0d9bb38341d9939449e3270f76f
rewardPool() view returns (address)
0x2f822da8016d5e8ce3c93b53ee1528392ca3ac57
staking() view returns (address)
0xfd75a1d3398ca4ae176eb1faa58b295a0d1f1498
totalStaked() view returns (uint256)
519780316066027615516
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)
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)
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.