nftstaking icon indicating copy to clipboard operation
nftstaking copied to clipboard

🔥🔥Stake your ERC721 NFTs and issue ERC20 Tokens as Rewards, A Repo to support the full video tutorial series on performing NFT Staking ERC721 and earn ERC20 tokens

Results 9 nftstaking issues
Sort by recently updated
recently updated
newest added

Can you add cronos NFT staking by any chance? Thanks

The situation: someone staking and the erc20 token reaches it max supply then they cannot unstake. Any solution?

As an admin of the staking system (aka owner of contracts), I want to update the [token reward](https://github.com/net2devcrypto/nftstaking/blob/main/NFTStaking.sol#L89) using the `onlyOwner` function so that I can change incentive at any...

Hello NFTs rewards isn't working properly, when you stake id 4 and 5, and ID 4 have let's say 10 tokens of rewards, but ID 5 have 1 token and...

As a contract owner, I want to implement a warmup period for NFT staking (aka stake NFTs at 50% of reward value for 7 days, 10 days, or 30 days)...

As a contract owner, I want to implement a cooldown period for NFT staking (aka freeze NFTs for 7 days, 10 days, or 30 days before unstaking) so that I...

As a contract owner, I want to implement a lockup period for NFT staking (aka stake NFTs at 100% of reward value for up to 365 days) so that I...

Reward should be incremented every time the loop runs instead of updating the whole value.

Lets say I have 2 separate Nft collections and I create a vault 0 and vault 1. When I stake (NFT ID 1) into vault 0 it works. But when...