ACryptoS Vaults is a Yearn clone on Binance Smart Chain combined with SushiSwap farming mechanics. It offers farming pools with ACS as reward. It offers 2 products - yield optimizer (ACS) and stablecoin DEX ACryptoS StableSwap (ACSI)
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract name (ACryptoS(I)) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
ERC20Detailed.constructor(string,string,uint8).name (#630) shadows:
- ERC20Detailed.name() (#639-641) (function)
ERC20Detailed.constructor(string,string,uint8).symbol (#630) shadows:
- ERC20Detailed.symbol() (#647-649) (function)
ERC20Detailed.constructor(string,string,uint8).decimals (#630) shadows:
- ERC20Detailed.decimals() (#663-665) (function)
Rename the local variables that shadow another component.
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.5.0', '^0.5.17']
- ^0.5.0 (#3)
- ^0.5.0 (#33)
- ^0.5.0 (#112)
- ^0.5.0 (#271)
- ^0.5.0 (#503)
- ^0.5.0 (#542)
- ^0.5.0 (#588)
- ^0.5.0 (#614)
- ^0.5.17 (#670)
Use one Solidity version.
Additional information: link
Context._msgData() (#25-28) is never used and should be removed
ERC20._burn(address,uint256) (#460-466) is never used and should be removed
ERC20._burnFrom(address,uint256) (#495-498) is never used and should be removed
SafeMath.div(uint256,uint256) (#209-211) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#226-233) is never used and should be removed
SafeMath.mod(uint256,uint256) (#246-248) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#263-266) is never used and should be removed
SafeMath.mul(uint256,uint256) (#184-196) is never used and should be removed
SafeMath.sub(uint256,uint256) (#153-155) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.5.0 (#3) allows old versions
Pragma version^0.5.0 (#33) allows old versions
Pragma version^0.5.0 (#112) allows old versions
Pragma version^0.5.0 (#271) allows old versions
Pragma version^0.5.0 (#503) allows old versions
Pragma version^0.5.0 (#542) allows old versions
Pragma version^0.5.0 (#588) allows old versions
Pragma version^0.5.0 (#614) allows old versions
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
Redundant expression "this (#26)" inContext (#15-29)
Remove redundant statements if they congest code but offer no value.
Additional information: link
totalSupply() should be declared external:
- ERC20.totalSupply() (#312-314)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#319-321)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#331-334)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#339-341)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#350-353)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#367-371)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#385-388)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#404-407)
addMinter(address) should be declared external:
- MinterRole.addMinter(address) (#567-569)
renounceMinter() should be declared external:
- MinterRole.renounceMinter() (#571-573)
mint(address,uint256) should be declared external:
- ERC20Mintable.mint(address,uint256) (#606-609)
name() should be declared external:
- ERC20Detailed.name() (#639-641)
symbol() should be declared external:
- ERC20Detailed.symbol() (#647-649)
decimals() should be declared external:
- ERC20Detailed.decimals() (#663-665)
Use the external attribute for functions never called from the contract.
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 token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account