The most popular fighting game on bsc. https://t.co/FLPyaBUK4u
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
AKL.addLiquidity() (#513-545) ignores return value by uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,address(this),block.timestamp) (#537-544)
Ensure that all the return values of the function calls are used.
Additional information: link
AKL.allowance(address,address).owner (#419) shadows:
- Ownable.owner() (#41-43) (function)
AKL._approve(address,address,uint256).owner (#456) shadows:
- Ownable.owner() (#41-43) (function)
Rename the local variables that shadow another component.
Additional information: link
AKL.setMarketingFeeOnBuy(uint256) (#501-503) should emit an event for:
- marketingFeeOnBuy = newMarketingFeeOnBuy (#502)
AKL.setMarketingFeeOnSell(uint256) (#505-507) should emit an event for:
- marketingFeeOnSell = newMarketingFeeOnSell (#506)
AKL.setLiquidityFee(uint256) (#509-511) should emit an event for:
- liquidityFee = newLiquidityFee (#510)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in AKL.addLiquidity() (#513-545):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#527-532)
State variables written after the call(s):
- _approve(address(this),address(uniswapV2Router),otherHalf) (#535)
- _allowances[owner][spender] = amount (#460)
Reentrancy in AKL.constructor() (#354-363):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#359)
State variables written after the call(s):
- _balances[owner()] = _totalSupply (#361)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in AKL.addLiquidity() (#513-545):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#527-532)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#461)
- _approve(address(this),address(uniswapV2Router),otherHalf) (#535)
Reentrancy in AKL.constructor() (#354-363):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#359)
Event emitted after the call(s):
- Transfer(address(0),owner(),_totalSupply) (#362)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.0 (#2) allows old versions
solc-0.8.11 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() (#108) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#110) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#128) is not in mixedCase
Function IUniswapV2Router01.WETH() (#160) is not in mixedCase
Constant AKL._name (#344) is not in UPPER_CASE_WITH_UNDERSCORES
Constant AKL._symbol (#345) is not in UPPER_CASE_WITH_UNDERSCORES
Constant AKL._decimals (#347) is not in UPPER_CASE_WITH_UNDERSCORES
Constant AKL._totalSupply (#348) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#165) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#166)
Prevent variables from having similar names.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#50-52)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#54-57)
balanceOf(address) should be declared external:
- AKL.balanceOf(address) (#387-389)
increaseAllowance(address,uint256) should be declared external:
- AKL.increaseAllowance(address,uint256) (#428-431)
decreaseAllowance(address,uint256) should be declared external:
- AKL.decreaseAllowance(address,uint256) (#433-442)
transferFrom(address,address,uint256) should be declared external:
- AKL.transferFrom(address,address,uint256) (#444-454)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Contract has 2% buy tax and 19% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.
Token is deployed only at one blockchain
Token has only one trading pair
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account