Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
StepWell.constructor() (#232-235) ignores return value by IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#234)
Ensure that all the return values of the function calls are used.
Additional information: link
Reentrancy in StepWell.transfer(address,uint256) (#273-277):
External calls:
- _SafeBEP20.transfer(msg.sender,to,amount) (#274)
Event emitted after the call(s):
- Transfer(msg.sender,to,amount) (#275)
Reentrancy in StepWell.transferFrom(address,address,uint256) (#262-271):
External calls:
- _SafeBEP20.transfer(from,to,amount) (#268)
Event emitted after the call(s):
- Transfer(from,to,amount) (#269)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.14 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.14 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
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#33) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#34) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#51) is not in mixedCase
Function IUniswapV2Router01.WETH() (#71) is not in mixedCase
Variable StepWell._SafeBEP20 (#221) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#76) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#77)
Prevent variables from having similar names.
Additional information: link
StepWell.slitherConstructorVariables() (#215-279) uses literals with too many digits:
- totalSupply_ = 80000000000 * 10 ** 18 (#218)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
StepWell.totalSupply_ (#218) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
totalSupply() should be declared external:
- StepWell.totalSupply() (#237-239)
approve(address,uint256) should be declared external:
- StepWell.approve(address,uint256) (#241-248)
allowance(address,address) should be declared external:
- StepWell.allowance(address,address) (#250-256)
balanceOf(address) should be declared external:
- StepWell.balanceOf(address) (#258-260)
transferFrom(address,address,uint256) should be declared external:
- StepWell.transferFrom(address,address,uint256) (#262-271)
transfer(address,uint256) should be declared external:
- StepWell.transfer(address,uint256) (#273-277)
Use the external attribute for functions never called from the contract.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average 30d PancakeSwap liquidity is low.
Average 30d PancakeSwap volume is low.
Average 30d number of PancakeSwap swaps is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts