Coco Swap is the next generation autonomous yield and liquidity protocol which will include the Web 3.0 platform, iOS and Android decentralized application! The Coco Swap protocol will enable users to exchange cryptocurrencies, NFT's and other derivatives through it's autonomous yield protocol. The liquidity on the other hand, will enable seamless and easy staking option for users to incentive the network while earning rewards for their service.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
CoinToken._approve(address,address,uint256).owner (#654) shadows:
- Ownable.owner() (#406-408) (function)
Rename the local variables that shadow another component.
Additional information: link
CoinToken.updateFee(uint256,uint256,uint256) (#628-635) should emit an event for:
- _TAX_FEE = _txFee * 100 (#629)
- _BURN_FEE = _burnFee * 100 (#630)
- _CHARITY_FEE = _charityFee * 100 (#631)
- ORIG_TAX_FEE = _TAX_FEE (#632)
- ORIG_BURN_FEE = _BURN_FEE (#633)
- ORIG_CHARITY_FEE = _CHARITY_FEE (#634)
Emit an event for critical parameter changes.
Additional information: link
CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address).tokenOwner (#478) lacks a zero-check on :
- _owner = tokenOwner (#493)
Check that the address is not zero.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) uses assembly
- INLINE ASM (#374-377)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#241-244) is never used and should be removed
Remove unused functions.
Additional information: link
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
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#361-382):
- (success,returndata) = target.call{value: weiValue}(data) (#365)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable CoinToken.ORIG_CHARITY_FEE (#476) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#12)" inContext (#6-15)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable CoinToken._getValues(uint256).rTransferAmount (#775) is too similar to CoinToken._getValues(uint256).tTransferAmount (#772)
Prevent variables from having similar names.
Additional information: link
CoinToken._MAX (#458) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
mint(address,uint256) should be declared external:
- CoinToken.mint(address,uint256) (#645-650)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid