Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
RowToken.takeOutErrorTransfer(address) (RowToken.sol#101-105) ignores return value by IBEP20(tokenaddress).transfer(_owner,IBEP20(tokenaddress).balanceOf(address(this))) (RowToken.sol#104)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
RowToken._transfer(address,address,uint256) (RowToken.sol#179-211) performs a multiplication on the result of a division:
-onepercent = amount.mul(1).div(100) (RowToken.sol#189)
-Transfer(sender,_minerpool,onepercent.mul(3)) (RowToken.sol#202)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in RowToken._transfer(address,address,uint256) (RowToken.sol#179-211):
External calls:
- IRowMiner(_miner).AddOneCut(onepercent.mul(3)) (RowToken.sol#201)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(toamount) (RowToken.sol#208)
- _balances[recipient] = _balances[recipient].add(toamount) (RowToken.sol#209)
Apply the check-effects-interactions pattern.
Additional information: link
RowToken.setPancakeAddress(address).pancakeAddress (RowToken.sol#55) lacks a zero-check on :
- _pancakeAddress = pancakeAddress (RowToken.sol#58)
Check that the address is not zero.
Additional information: link
Reentrancy in RowToken._transfer(address,address,uint256) (RowToken.sol#179-211):
External calls:
- IRowMiner(_miner).AddOneCut(onepercent.mul(3)) (RowToken.sol#201)
Event emitted after the call(s):
- Transfer(sender,_minerpool,onepercent.mul(3)) (RowToken.sol#202)
- Transfer(sender,recipient,toamount) (RowToken.sol#210)
Apply the check-effects-interactions pattern.
Additional information: link
RowToken._transfer(address,address,uint256) (RowToken.sol#179-211) compares to a boolean constant:
-require(bool,string)(_banneduser[sender] == false,banned) (RowToken.sol#182)
Remove the equality to the boolean constant.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.4.0', '>=0.6.0']
- >=0.4.0 (IBEP20.sol#3)
- >=0.6.0 (RowToken.sol#2)
- >=0.4.0 (SafeMath.sol#3)
Use one Solidity version.
Additional information: link
SafeMath.sqrt(uint256) (SafeMath.sol#177-188) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.0 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
Variable RowToken._feeowner (RowToken.sol#31) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
RowToken.slitherConstructorVariables() (RowToken.sol#11-215) uses literals with too many digits:
- _maxSupply = 88000000 * 1e8 (RowToken.sol#17)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
RowToken._maxSupply (RowToken.sol#17) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
burn(uint256) should be declared external:
- RowToken.burn(uint256) (RowToken.sol#163-167)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to find website, listings and other project-related information
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Unable to find Telegram and Twitter accounts