Vectorized / dn404

Implementation of a co-joined ERC20 and ERC721 pair.
MIT License
476 stars 158 forks source link

Transfer on/off #111

Open cankaytaz opened 8 months ago

cankaytaz commented 8 months ago

Is there a method we know of that locks token and NFT transfer during the Mint transaction? It would be nice if there was a way we could turn the transfer on and off.

Vectorized commented 8 months ago

BT404 which is coming out soon has a built in locking functionality.

Another way is to make a staking contract.

cankaytaz commented 8 months ago

Isn't there a simple way to achieve this in a DN404 contract?