SHAKE token is conditionally stable and is pegged to MILK2 token at a 1:1000 ratio. SHAKE price is raising (+10 MILK2 per token) with each SHAKE token minted.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ShakeSmartToken.reclaimToken(ERC20) (#665-669) ignores return value by token.transfer(msg.sender,balance) (#668)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
ERC20.constructor(string,string).name (#355) shadows:
- ERC20.name() (#364-366) (function)
ERC20.constructor(string,string).symbol (#355) shadows:
- ERC20.symbol() (#372-374) (function)
Rename the local variables that shadow another component.
Additional information: link
ShakeSmartToken.setCommonMinBalance(int128) (#758-760) should emit an event for:
- commonMinBalance = _minBal (#759)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in ShakeSmartToken.burn(address,uint256) (#656-660):
External calls:
- _burn(to,value) (#657)
- require(bool)(ITransferChecker(checkerAddress).transferApproved(from,to,amount)) (#703-705)
State variables written after the call(s):
- totalBurned = totalBurned.add(value) (#658)
Reentrancy in ShakeSmartToken.mint(address,uint256) (#643-648):
External calls:
- _mint(to,value) (#645)
- require(bool)(ITransferChecker(checkerAddress).transferApproved(from,to,amount)) (#703-705)
State variables written after the call(s):
- totalMinted = totalMinted.add(value) (#646)
Apply the check-effects-interactions pattern.
Additional information: link
ShakeSmartToken.transferApproved(address,address,uint256) (#713-733) compares to a boolean constant:
-whiteListEnable == true (#723)
Remove the equality to the boolean constant.
Additional information: link
ERC20._beforeTokenTransfer(address,address,uint256) (#595) is never used and should be removed
SafeMath.div(uint256,uint256) (#107-109) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#123-129) is never used and should be removed
SafeMath.mod(uint256,uint256) (#143-145) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#159-162) is never used and should be removed
Remove unused functions.
Additional information: link
ShakeSmartToken (#610-795) should inherit from ITransferChecker (#602-608)
Inherit from the missing interface or contract.
Additional information: link
Variable ERC20._balances (#336) is not in mixedCase
Parameter ShakeSmartToken.multiTransfer(address[],uint256)._investors (#672) is not in mixedCase
Parameter ShakeSmartToken.multiTransfer(address[],uint256)._value (#672) is not in mixedCase
Parameter ShakeSmartToken.multiTransferWithWhiteListAdd(address[],uint256)._investors (#680) is not in mixedCase
Parameter ShakeSmartToken.multiTransferWithWhiteListAdd(address[],uint256)._value (#680) is not in mixedCase
Parameter ShakeSmartToken.setCheckerAddress(address)._checkerContract (#740) is not in mixedCase
Parameter ShakeSmartToken.setWhiteListState(bool)._isEnable (#749) is not in mixedCase
Parameter ShakeSmartToken.setCommonMinBalance(int128)._minBal (#758) is not in mixedCase
Parameter ShakeSmartToken.setWhiteListRecord(address,bool,int128)._holder (#768) is not in mixedCase
Parameter ShakeSmartToken.setWhiteListRecord(address,bool,int128)._enabled (#768) is not in mixedCase
Parameter ShakeSmartToken.setWhiteListRecord(address,bool,int128)._minBal (#768) is not in mixedCase
Parameter ShakeSmartToken.multiSetWhiteListRecords(address[],bool,int128)._investors (#778) is not in mixedCase
Parameter ShakeSmartToken.multiSetWhiteListRecords(address[],bool,int128)._enabled (#778) is not in mixedCase
Parameter ShakeSmartToken.multiSetWhiteListRecords(address[],bool,int128)._value (#778) is not in mixedCase
Variable ShakeSmartToken.MAX_TOTAL_SUPPLY (#622) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
addMinter(address) should be declared external:
- MinterRole.addMinter(address) (#227-229)
renounceMinter() should be declared external:
- MinterRole.renounceMinter() (#231-233)
name() should be declared external:
- ERC20.name() (#364-366)
symbol() should be declared external:
- ERC20.symbol() (#372-374)
decimals() should be declared external:
- ERC20.decimals() (#389-391)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#415-418)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#423-425)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#434-437)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#452-456)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#470-473)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#489-492)
mint(address,uint256) should be declared external:
- ShakeSmartToken.mint(address,uint256) (#643-648)
burn(address,uint256) should be declared external:
- ShakeSmartToken.burn(address,uint256) (#656-660)
multiTransfer(address[],uint256) should be declared external:
- ShakeSmartToken.multiTransfer(address[],uint256) (#672-678)
multiTransferWithWhiteListAdd(address[],uint256) should be declared external:
- ShakeSmartToken.multiTransferWithWhiteListAdd(address[],uint256) (#680-687)
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 verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter 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
Token has a considerable age, but social accounts / website are missing or have few users
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account