CheeseSwap is a system that offers a multitude of CRYPTO products or services to its customers, ONE-STOP Crypto Solution.
The concept of a one-stop solution dates back to early 20th-century when a shopping trip could mean going all over town to pick up meat from the butchers, vegetables from the market, bread from the bakery and that was just for goodstuffs. Hardware supplies, cleaning supplies, and other household items required even more visits to even more places. Then, as now, people wanted to save time, so stores responded by stocking a wider range of products so that customers only had to come to their location to check off the majority of their shopping lists.
CheeseSwap can refer to a literal roof a specific place where all the business a client has can be carried out or it can refer to a system that handles a variety of products or services. Compared to visiting a separate system for each area of need, CheeseSwap saves the consumer time, effort and money.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token.decimals (#9) should be constant
Token.name (#7) should be constant
Token.symbol (#8) should be constant
Token.totalSupply (#6) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Pragma version^0.8.2 (#1) allows old versions
solc-0.8.2 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Token.slitherConstructorVariables() (#3-45) uses literals with too many digits:
- totalSupply = 100000000000 * 10 ** 18 (#6)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#22-28)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#30-37)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#39-43)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to crawl data from the website
Token was delisted from CoinHunt
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find code repository for the project
Token has a considerable age, but we're still unable to find its website
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account