# Fatchoys 骗局? **Published by:** [01dcat](https://paragraph.com/@01dcat/) **Published on:** 2022-01-31 **URL:** https://paragraph.com/@01dcat/fatchoys ## Content 怎么开始呢?我也不知道,只是有个朋友告诉我天朝有个叫做banklessdao的中文区块链社区在推一个有趣的nft,叫做fatchoy,我可以看看。 Fat Choys 我觉得这个画还是有点有趣的,于是决定看看。常规操作Discord 没太多人,不过很多人都在要白名单。Twitter 没太多人。。Opensea 自己给自己定价,1e地板技术分析上合约!// public function mint(uint256 _mintAmount) public payable { uint256 supply = totalSupply(); require(!paused); require(_mintAmount > 0); require(_mintAmount <= maxMintAmount); require(supply + _mintAmount <= maxSupply);if (msg.sender != owner()) { require(msg.value >= cost * _mintAmount); }for (uint256 i = 1; i <= _mintAmount; i++) { _safeMint(msg.sender, supply + i); } } 所以paused应该是true,不然没有白名单什么事情。。。 为啥呢? 这个就不知道是为啥了。。。。白名单,也是只推过一个 https://etherscan.io/tx/0x5792dcb8671e51d6e0511b21813ffc6c819079b505a26344c227689ba6dbd2e1骗局吗真不知道,可能只是项目蠢,大家再等等吧。 ## Publication Information - [01dcat](https://paragraph.com/@01dcat/): Publication homepage - [All Posts](https://paragraph.com/@01dcat/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@01dcat): Subscribe to updates - [Twitter](https://twitter.com/levixie): Follow on Twitter