Dexscrow is the first P2P decentralized crypto-fiat trading platform and with a very low transaction fee. Dexscrow makes it fast, secured and easy to trade your BEP-20 tokens to Fiat or Vice Versa.
Dexscrow does not require an elaborate registration process as with other exchanges out there. You can start trading your asset on the go by just connecting your Web3 wallet such as metamask.
Dexscrow supports the trading of popular BEP-20 tokens against the USD, EUR, GBP and other Fiat currencies. More trading peers will also be added as we gain more traction.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
State variables written after the call(s):
- swapAndLiquidable -= initialAmount - balanceOf(address(this)) (#975)
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
State variables written after the call(s):
- swapableForFng -= initialAmount - balanceOf(address(this)) (#982)
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
- _swapForMarketFee() (#985)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(marketingFeeCollected,0,path,marketingWalletAddress,block.timestamp) (#1039-1045)
- _swapForTeamFee() (#986)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(teamFeeCollected,0,path,teamWalletAddress,block.timestamp) (#1063-1069)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
State variables written after the call(s):
- _balances[recipient] += amount (#990)
- _balances[address(0x000000000000000000000000000000000000dEaD)] += buyBackFeeAmount (#1002)
- _balances[address(this)] += liquidityFeeAmount + reflectionFeeAmount + bndbFngFeeAmount + marketingWalletFeeAmount + teamWalletFeeAmount (#1003)
- _balances[recipient] += actualTransferAmount (#1004)
- marketingFeeCollected += marketingWalletFeeAmount (#1007)
- swapAndLiquidable += liquidityFeeAmount (#1005)
- swapableForFng += bndbFngFeeAmount (#1006)
- teamFeeCollected += teamWalletFeeAmount (#1008)
Apply the check-effects-interactions pattern.
Additional information: link
Child.reflectionWithdrawal (#830) is never initialized. It is used in:
- Child.getWithdrawableAmount(address) (#888-891)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Context._msgData() (#19-22) is never used and should be removed
ERC20._burn(address,uint256) (#415-426) is never used and should be removed
ERC20._transfer(address,address,uint256) (#371-383) is never used and should be removed
SafeMath.add(uint256,uint256) (#771-773) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#798-803) is never used and should be removed
SafeMath.mod(uint256,uint256) (#787-789) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#805-810) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#791-796) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#733-739) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#757-762) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#764-769) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#748-755) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#741-746) is never used and should be removed
TransferHelper.safeApprove(address,address,uint256) (#483-494) is never used and should be removed
TransferHelper.safeTransfer(address,address,uint256) (#496-507) is never used and should be removed
TransferHelper.safeTransferETH(address,uint256) (#523-526) is never used and should be removed
TransferHelper.safeTransferFrom(address,address,address,uint256) (#509-521) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.8.11 (#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
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
Low level call in TransferHelper.safeApprove(address,address,uint256) (#483-494):
- (success,data) = token.call(abi.encodeWithSelector(0x095ea7b3,to,value)) (#489)
Low level call in TransferHelper.safeTransfer(address,address,uint256) (#496-507):
- (success,data) = token.call(abi.encodeWithSelector(0xa9059cbb,to,value)) (#502)
Low level call in TransferHelper.safeTransferFrom(address,address,address,uint256) (#509-521):
- (success,data) = token.call(abi.encodeWithSelector(0x23b872dd,from,to,value)) (#516)
Low level call in TransferHelper.safeTransferETH(address,uint256) (#523-526):
- (success) = to.call{value: value}(new bytes(0)) (#524)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Child.constructor(uint8,uint8,uint8,uint8,uint8,address,address,uint8,address).rewardToken_ (#863) lacks a zero-check on :
- rewardToken = rewardToken_ (#869)
Child.constructor(uint8,uint8,uint8,uint8,uint8,address,address,uint8,address).marketingWalletAddress_ (#863) lacks a zero-check on :
- marketingWalletAddress = marketingWalletAddress_ (#870)
Child.constructor(uint8,uint8,uint8,uint8,uint8,address,address,uint8,address).teamWalletAddress_ (#863) lacks a zero-check on :
- teamWalletAddress = teamWalletAddress_ (#871)
Check that the address is not zero.
Additional information: link
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
State variables written after the call(s):
- swapForFng(swapableForFng,address(this)) (#981)
- _allowances[owner][spender] = amount (#445)
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
- _swapForMarketFee() (#985)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(marketingFeeCollected,0,path,marketingWalletAddress,block.timestamp) (#1039-1045)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
State variables written after the call(s):
- _swapForMarketFee() (#985)
- _allowances[owner][spender] = amount (#445)
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
- _swapForMarketFee() (#985)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(marketingFeeCollected,0,path,marketingWalletAddress,block.timestamp) (#1039-1045)
- _swapForTeamFee() (#986)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(teamFeeCollected,0,path,teamWalletAddress,block.timestamp) (#1063-1069)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
State variables written after the call(s):
- _swapForTeamFee() (#986)
- _allowances[owner][spender] = amount (#445)
- totalReflect += reflectionFeeAmount (#1010)
Reentrancy in Child.constructor(uint8,uint8,uint8,uint8,uint8,address,address,uint8,address) (#863-880):
External calls:
- pair = IPancakePair(IPancakeFactory(router.factory()).createPair(address(this),router.WETH())) (#878)
State variables written after the call(s):
- _mint(msg.sender,100000000 * (10 ** decimals())) (#879)
- _balances[account] += amount (#400)
- _mint(msg.sender,100000000 * (10 ** decimals())) (#879)
- _totalSupply += amount (#399)
Reentrancy in Child.swapAndLiquify(uint256) (#1119-1136):
External calls:
- swapTokensForEth(half) (#1127)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- addLiquidity(otherHalf,newBalance) (#1133)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1133)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1133)
- _allowances[owner][spender] = amount (#445)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#446)
- swapForFng(swapableForFng,address(this)) (#981)
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
- _swapForMarketFee() (#985)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(marketingFeeCollected,0,path,marketingWalletAddress,block.timestamp) (#1039-1045)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#446)
- _swapForMarketFee() (#985)
Reentrancy in Child._transferStandard(address,address,uint256) (#965-1015):
External calls:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- swapForFng(swapableForFng,address(this)) (#981)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1109-1115)
- _swapForMarketFee() (#985)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(marketingFeeCollected,0,path,marketingWalletAddress,block.timestamp) (#1039-1045)
- _swapForTeamFee() (#986)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(teamFeeCollected,0,path,teamWalletAddress,block.timestamp) (#1063-1069)
External calls sending eth:
- swapAndLiquify(swapAndLiquidable) (#974)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#446)
- _swapForTeamFee() (#986)
- Transfer(sender,recipient,amount) (#991)
- Transfer(sender,recipient,actualTransferAmount) (#1012)
Reentrancy in Child.constructor(uint8,uint8,uint8,uint8,uint8,address,address,uint8,address) (#863-880):
External calls:
- pair = IPancakePair(IPancakeFactory(router.factory()).createPair(address(this),router.WETH())) (#878)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#401)
- _mint(msg.sender,100000000 * (10 ** decimals())) (#879)
Reentrancy in Child.swapAndLiquify(uint256) (#1119-1136):
External calls:
- swapTokensForEth(half) (#1127)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1150-1156)
- addLiquidity(otherHalf,newBalance) (#1133)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1133)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#446)
- addLiquidity(otherHalf,newBalance) (#1133)
- SwapAndLiquify(half,newBalance,otherHalf) (#1135)
Apply the check-effects-interactions pattern.
Additional information: link
Child.withdraw() (#893-898) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(a2aWithdrawTimestamp[msg.sender] < block.timestamp,Please wait for the next timeinterval) (#894)
Avoid relying on block.timestamp.
Additional information: link
Child.getWithdrawableAmount(address) (#888-891) performs a multiplication on the result of a division:
-currentShare = (balanceOf(_address) * uint256(1000000000) / totalSupply()) (#889)
-(currentShare * totalReflect) / uint256(1000000000) - reflectionWithdrawal[msg.sender] (#890)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in Child._swapForMarketFee() (#1026-1049):
External calls:
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(marketingFeeCollected,0,path,marketingWalletAddress,block.timestamp) (#1039-1045)
State variables written after the call(s):
- marketingFeeCollected = marketingFeeCollected - (initialBalance - balanceOf(address(this))) (#1047)
Reentrancy in Child._swapForTeamFee() (#1051-1073):
External calls:
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(teamFeeCollected,0,path,teamWalletAddress,block.timestamp) (#1063-1069)
State variables written after the call(s):
- teamFeeCollected = teamFeeCollected - (initialBalance - balanceOf(address(this))) (#1071)
Reentrancy in Child.withdraw() (#893-898):
External calls:
- swapForRewardToken(getWithdrawableAmount(msg.sender),msg.sender) (#896)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,to,block.timestamp) (#1087-1093)
State variables written after the call(s):
- a2aWithdrawTimestamp[msg.sender] = block.timestamp + withdrawalInterval (#897)
Apply the check-effects-interactions pattern.
Additional information: link
Child.addLiquidity(uint256,uint256) (#1159-1172) ignores return value by router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1164-1171)
Ensure that all the return values of the function calls are used.
Additional information: link
Variable ERC20._balances (#192) is not in mixedCase
Function IPancakeRouter01.WETH() (#531) is not in mixedCase
Function IPancakePair.DOMAIN_SEPARATOR() (#679) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#680) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#697) is not in mixedCase
Function IFungieDAO.add_external_child(address) (#716) is not in mixedCase
Parameter IFungieDAO.add_external_child(address)._token_contract_address (#716) is not in mixedCase
Function IFungieDAO.get_child_contracts() (#718) is not in mixedCase
Function IFungieDAO.add_child_bnb_to_liquidity() (#720) is not in mixedCase
Function IFungieDAO.enable_tax_for_child(address) (#726) is not in mixedCase
Parameter IFungieDAO.enable_tax_for_child(address)._child_address (#726) is not in mixedCase
Function IFungieDAO.disable_tax_for_child(address) (#728) is not in mixedCase
Parameter IFungieDAO.disable_tax_for_child(address)._child_address (#728) is not in mixedCase
Parameter Child.addToBlacklist(address[])._addresses (#882) is not in mixedCase
Parameter Child.getWithdrawableAmount(address)._address (#888) is not in mixedCase
Parameter Child.removeFromBlacklist(address[])._addresses (#900) is not in mixedCase
Parameter Child.changeWithdrawInterval(uint256)._newInterval (#906) is not in mixedCase
Parameter Child.addExcluded(address)._address (#910) is not in mixedCase
Parameter Child.removeExcluded(address)._address (#914) is not in mixedCase
Constant Child.parent (#823) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Child.router (#825) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#20)" inContext (#14-23)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#536) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#537)
Prevent variables from having similar names.
Additional information: link
Child.constructor(uint8,uint8,uint8,uint8,uint8,address,address,uint8,address) (#863-880) uses literals with too many digits:
- _mint(msg.sender,100000000 * (10 ** decimals())) (#879)
Child.getWithdrawableAmount(address) (#888-891) uses literals with too many digits:
- currentShare = (balanceOf(_address) * uint256(1000000000) / totalSupply()) (#889)
Child.getWithdrawableAmount(address) (#888-891) uses literals with too many digits:
- (currentShare * totalReflect) / uint256(1000000000) - reflectionWithdrawal[msg.sender] (#890)
Child._transferStandard(address,address,uint256) (#965-1015) uses literals with too many digits:
- _balances[address(0x000000000000000000000000000000000000dEaD)] += buyBackFeeAmount (#1002)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Child.totalReflectWithdrawal (#836) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#74-77)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#83-87)
name() should be declared external:
- ERC20.name() (#220-222)
symbol() should be declared external:
- ERC20.symbol() (#228-230)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#271-274)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#279-281)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#290-293)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#308-316)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#330-333)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#349-355)
addToBlacklist(address[]) should be declared external:
- Child.addToBlacklist(address[]) (#882-886)
withdraw() should be declared external:
- Child.withdraw() (#893-898)
removeFromBlacklist(address[]) should be declared external:
- Child.removeFromBlacklist(address[]) (#900-904)
changeWithdrawInterval(uint256) should be declared external:
- Child.changeWithdrawInterval(uint256) (#906-908)
addExcluded(address) should be declared external:
- Child.addExcluded(address) (#910-912)
removeExcluded(address) should be declared external:
- Child.removeExcluded(address) (#914-916)
launch() should be declared external:
- Child.launch() (#918-924)
Use the external attribute for functions never called from the contract.
Additional information: link
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 8% buy tax and 8% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Average 30d PancakeSwap liquidity is low.
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 CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find KYC or doxxing proof
Unable to find token/project description on the website or on BscScan, CoinMarketCap
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 code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account