ERC721 Drop contract that can disable trading on certain marketplaces
A standard NFT Drop, that by default is non-tradeable.
Once deployed, the contract owner can allow or disallow trading on certain marketplaces explicitly by calling
setApprovedMarketplace(address market, bool approved)
Code inspired by @cygaar_dev from this tweet
Initial release
to | address |
tokenId | uint256 |
Aug 27, 2022
Apache-2.0, MIT