Web AI Token Logo

WebAI [Web AI] Token

About WebAI

Listings

Token 14 months
CoinGecko 13 months
CoinMarketCap 13 months

Website

[CoinMarketCap] alert: According to Gopluslabs the contract owner may contain the authority to modify the transaction tax. Please exercise caution before taking any action and DYOR
white paper

Web AI is an innovative project that uses Artificial Intelligence (AI) technology to create customized websites from scratch. It utilizes deep learning algorithms and natural language processing (NLP) to analyze user requests and generate attractive, user-friendly websites according to their preferences. With its intuitive design, Web AI simplifies the website creation process and enables users to develop professional-looking websites for any purpose without manual coding.

AI technology is revolutionizing the world in exciting and groundbreaking ways. Artificial Intelligence (AI) is a form of technology that uses algorithms, advanced software and powerful computers to process and interpret data like humans. AI has the potential to dramatically change our society as we know it, providing solutions to problems never before thought possible.

Social

Laser Scorebeta Last Audit: 14 March 2023

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in WebAI._transfer(address,address,uint256) (#1074-1140):
External calls:
- swapBack() (#1108)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1151-1157)
- (success,None) = address(marketingWallet).call{value: address(this).balance}() (#1176-1178)
External calls sending eth:
- swapBack() (#1108)
- (success,None) = address(marketingWallet).call{value: address(this).balance}() (#1176-1178)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1133)
- _balances[sender] = senderBalance - amount (#364)
- _balances[recipient] += amount (#366)
- super._transfer(from,to,amount) (#1139)
- _balances[sender] = senderBalance - amount (#364)
- _balances[recipient] += amount (#366)
- swapping = false (#1110)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

WebAI.updateSwapTokensAtAmount(uint256) (#999-1014) uses literals with too many digits:
- require(bool,string)(newAmount >= (totalSupply() * 1) / 100000,Swap amount cannot be lower than 0.001% total supply.) (#1004-1007)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

WebAI.limitsInEffect (#915) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

WebAI.constructor().totalSupply (#969) shadows:
- ERC20.totalSupply() (#224-226) (function)
- IERC20.totalSupply() (#77) (function)
Rename the local variables that shadow another component.

Additional information: link

WebAI.updateSwapTokensAtAmount(uint256) (#999-1014) should emit an event for:
- swapTokensAtAmount = newAmount (#1012)
Emit an event for critical parameter changes.

Additional information: link

WebAI.updateMarketingWallet(address).newMarketingWallet (#1060) lacks a zero-check on :
- marketingWallet = newMarketingWallet (#1065)
Check that the address is not zero.

Additional information: link

Reentrancy in WebAI._transfer(address,address,uint256) (#1074-1140):
External calls:
- swapBack() (#1108)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1151-1157)
- (success,None) = address(marketingWallet).call{value: address(this).balance}() (#1176-1178)
External calls sending eth:
- swapBack() (#1108)
- (success,None) = address(marketingWallet).call{value: address(this).balance}() (#1176-1178)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#368)
- super._transfer(from,address(this),fees) (#1133)
- Transfer(sender,recipient,amount) (#368)
- super._transfer(from,to,amount) (#1139)
Reentrancy in WebAI.swapBack() (#1160-1181):
External calls:
- swapTokensForEth(contractBalance) (#1172)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1151-1157)
- (success,None) = address(marketingWallet).call{value: address(this).balance}() (#1176-1178)
External calls sending eth:
- (success,None) = address(marketingWallet).call{value: address(this).balance}() (#1176-1178)
Event emitted after the call(s):
- SwapBack(contractBalance,ethBalance) (#1180)
Apply the check-effects-interactions pattern.

Additional information: link

SafeMath.sub(uint256,uint256) (#579-581) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#536-541) is never used and should be removed
SafeMath.add(uint256,uint256) (#565-567) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#548-553) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#640-649) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#494-500) is never used and should be removed
ERC20._burn(address,uint256) (#405-420) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#689-698) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#663-672) is never used and should be removed
Context._msgData() (#10-12) is never used and should be removed
SafeMath.mod(uint256,uint256) (#623-625) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#519-529) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#507-512) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.8.18 (#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.18 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 WebAI.swapBack() (#1160-1181):
- (success,None) = address(marketingWallet).call{value: address(this).balance}() (#1176-1178)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.PERMIT_TYPEHASH() (#766) is not in mixedCase
Function WebAI.ReceiveStuckBNB() (#1183-1185) is not in mixedCase
Constant WebAI.deadAddress (#907) is not in UPPER_CASE_WITH_UNDERSCORES
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#797) is not in mixedCase
Event WebAIdevWalletUpdated(address,address) (#940-943) is not in CapWords
Parameter WebAI.updateBuyFees(uint256)._newFee (#1023) is not in mixedCase
Parameter WebAI.updateSellFees(uint256)._newFee (#1031) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#764) is not in mixedCase
Function IUniswapV2Router02.WETH() (#843) is not in mixedCase
Event WebAImarketingWalletUpdated(address,address) (#935-938) is not in CapWords
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router02.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#848) is too similar to IUniswapV2Router02.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#849)
Prevent variables from having similar names.

Additional information: link

transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#280-294)
isExcludedFromFees(address) should be declared external:
- WebAI.isExcludedFromFees(address) (#1068-1070)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#49-51)
decimals() should be declared external:
- ERC20.decimals() (#217-219)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#327-335)
symbol() should be declared external:
- ERC20.symbol() (#200-202)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#243-246)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#308-311)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#57-60)
name() should be declared external:
- ERC20.name() (#192-194)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#262-265)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- WebAI.setAutomatedMarketMakerPair(address,bool) (#1043-1054)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#251-253)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


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


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death

Price for WebAI

News for WebAI