Weetwo Token Logo

Weetwo Token

About Weetwo

Listings

Not Found
Token 2 years
white paper

Weetwo is a deflationary token with a huge Charitable side. Reflections will make holders profits and Weetwo’s charity wallet will pay for veterinarian surgeries for the needy.

Social

Laser Scorebeta Last Audit: 10 August 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in Weetwo._transfer(address,address,uint256) (#1005-1049):
External calls:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#961)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1139)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1130)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#877)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1131)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1151)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1141)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#879)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _rTotal = _rTotal.sub(rFee) (#916)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#963)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1149)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#876)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1140)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#878)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Redundant expression "this (#254)" inContext (#248-257)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#565) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#566)
Variable Weetwo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to Weetwo._getTValues(uint256).tTransferAmount (#929)
Variable Weetwo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to Weetwo._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Weetwo._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to Weetwo._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable Weetwo._getValues(uint256).rTransferAmount (#922) is too similar to Weetwo._getTValues(uint256).tTransferAmount (#929)
Variable Weetwo._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Weetwo._getValues(uint256).tTransferAmount (#921)
Variable Weetwo._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Weetwo._getTValues(uint256).tTransferAmount (#929)
Variable Weetwo._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Weetwo._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable Weetwo._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Weetwo._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Weetwo._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Weetwo._getValues(uint256).tTransferAmount (#921)
Variable Weetwo._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Weetwo._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable Weetwo.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to Weetwo._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable Weetwo._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Weetwo._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Weetwo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to Weetwo._getValues(uint256).tTransferAmount (#921)
Variable Weetwo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to Weetwo._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable Weetwo._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Weetwo._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Weetwo._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Weetwo._getTValues(uint256).tTransferAmount (#929)
Variable Weetwo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to Weetwo._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Weetwo._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Weetwo._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Weetwo._getValues(uint256).rTransferAmount (#922) is too similar to Weetwo._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable Weetwo._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Weetwo._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable Weetwo._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Weetwo._getTValues(uint256).tTransferAmount (#929)
Variable Weetwo._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Weetwo._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Weetwo.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to Weetwo._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Weetwo._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to Weetwo._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Weetwo._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to Weetwo._getValues(uint256).tTransferAmount (#921)
Variable Weetwo._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to Weetwo._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Weetwo.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to Weetwo._getTValues(uint256).tTransferAmount (#929)
Variable Weetwo._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Weetwo._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Weetwo._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Weetwo._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Weetwo._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to Weetwo._getTValues(uint256).tTransferAmount (#929)
Variable Weetwo._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Weetwo._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Weetwo._getValues(uint256).rTransferAmount (#922) is too similar to Weetwo._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Weetwo._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Weetwo._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Weetwo._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Weetwo._getValues(uint256).tTransferAmount (#921)
Variable Weetwo._getValues(uint256).rTransferAmount (#922) is too similar to Weetwo._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Weetwo._getValues(uint256).rTransferAmount (#922) is too similar to Weetwo._getValues(uint256).tTransferAmount (#921)
Variable Weetwo._getValues(uint256).rTransferAmount (#922) is too similar to Weetwo._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Weetwo.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to Weetwo._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Weetwo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to Weetwo._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Weetwo._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to Weetwo._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Weetwo.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to Weetwo._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Weetwo.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to Weetwo._getValues(uint256).tTransferAmount (#921)
Prevent variables from having similar names.

Additional information: link

Weetwo.slitherConstructorVariables() (#698-1161) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#712)
Weetwo.slitherConstructorVariables() (#698-1161) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#732)
Weetwo.slitherConstructorVariables() (#698-1161) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#733)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) is never used and should be removed
Address.functionCall(address,bytes) (#334-336) is never used and should be removed
Address.functionCall(address,bytes,string) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#359-361) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#369-372) is never used and should be removed
Address.isContract(address) (#281-290) is never used and should be removed
Address.sendValue(address,uint256) (#308-314) is never used and should be removed
Context._msgData() (#253-256) is never used and should be removed
SafeMath.mod(uint256,uint256) (#226-228) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#242-245) is never used and should be removed
Remove unused functions.

Additional information: link

Address.isContract(address) (#281-290) uses assembly
- INLINE ASM (#288)
Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) uses assembly
- INLINE ASM (#387-390)
Do not use evm assembly.

Additional information: link

Weetwo.includeInReward(address) (#862-873) has costly operations inside a loop:
- _excluded.pop() (#869)
Use a local variable to hold the loop computation result.

Additional information: link

Weetwo.addLiquidity(uint256,uint256) (#1092-1105) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Ensure that all the return values of the function calls are used.

Additional information: link

Weetwo.allowance(address,address).owner (#793) shadows:
- Ownable.owner() (#429-431) (function)
Weetwo._approve(address,address,uint256).owner (#997) shadows:
- Ownable.owner() (#429-431) (function)
Rename the local variables that shadow another component.

Additional information: link

Weetwo.setTaxFeePercent(uint256) (#893-895) should emit an event for:
- _taxFee = taxFee (#894)
Weetwo.setLiquidityFeePercent(uint256) (#897-899) should emit an event for:
- _liquidityFee = liquidityFee (#898)
Weetwo.setMaxTxPercent(uint256) (#901-905) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#902-904)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Weetwo._transfer(address,address,uint256) (#1005-1049):
External calls:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _liquidityFee = _previousLiquidityFee (#990)
- _liquidityFee = 0 (#985)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _previousLiquidityFee = _liquidityFee (#982)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _previousTaxFee = _taxFee (#981)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _tFeeTotal = _tFeeTotal.add(tFee) (#917)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _taxFee = _previousTaxFee (#989)
- _taxFee = 0 (#984)
Reentrancy in Weetwo.constructor() (#749-765):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#754-755)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#761)
- _isExcludedFromFee[address(this)] = true (#762)
- uniswapV2Router = _uniswapV2Router (#758)
Reentrancy in Weetwo.swapAndLiquify(uint256) (#1051-1072):
External calls:
- swapTokensForEth(half) (#1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1069)
- _allowances[owner][spender] = amount (#1001)
Reentrancy in Weetwo.transferFrom(address,address,uint256) (#802-806):
External calls:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#804)
- _allowances[owner][spender] = amount (#1001)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Weetwo._transfer(address,address,uint256) (#1005-1049):
External calls:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1134)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- Transfer(sender,recipient,tTransferAmount) (#1154)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- Transfer(sender,recipient,tTransferAmount) (#1144)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- Transfer(sender,recipient,tTransferAmount) (#882)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
Reentrancy in Weetwo.constructor() (#749-765):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#754-755)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#764)
Reentrancy in Weetwo.swapAndLiquify(uint256) (#1051-1072):
External calls:
- swapTokensForEth(half) (#1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1002)
- addLiquidity(otherHalf,newBalance) (#1069)
- SwapAndLiquify(half,newBalance,otherHalf) (#1071)
Reentrancy in Weetwo.transferFrom(address,address,uint256) (#802-806):
External calls:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1002)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#804)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#476-481) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#478)
Avoid relying on block.timestamp.

Additional information: link

Weetwo._rTotal (#713) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Weetwo._previousTaxFee (#721) is set pre-construction with a non-constant function or state variable:
- _taxFee
Weetwo._previousLiquidityFee (#724) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#308-314):
- (success) = recipient.call{value: amount}() (#312)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#374-395):
- (success,returndata) = target.call{value: weiValue}(data) (#378)
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.DOMAIN_SEPARATOR() (#520) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#521) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#538) is not in mixedCase
Function IUniswapV2Router01.WETH() (#560) is not in mixedCase
Parameter Weetwo.setSwapAndLiquifyEnabled(bool)._enabled (#907) is not in mixedCase
Parameter Weetwo.calculateTaxFee(uint256)._amount (#966) is not in mixedCase
Parameter Weetwo.calculateLiquidityFee(uint256)._amount (#972) is not in mixedCase
Variable Weetwo._taxFee (#720) is not in mixedCase
Variable Weetwo._liquidityFee (#723) is not in mixedCase
Variable Weetwo._maxTxAmount (#732) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Weetwo._decimals (#718) should be constant
Weetwo._name (#716) should be constant
Weetwo._symbol (#717) should be constant
Weetwo._tTotal (#712) should be constant
Weetwo.numTokensSellToAddToLiquidity (#733) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#448-451)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#457-461)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#463-465)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#468-473)
unlock() should be declared external:
- Ownable.unlock() (#476-481)
name() should be declared external:
- Weetwo.name() (#767-769)
symbol() should be declared external:
- Weetwo.symbol() (#771-773)
decimals() should be declared external:
- Weetwo.decimals() (#775-777)
totalSupply() should be declared external:
- Weetwo.totalSupply() (#779-781)
transfer(address,uint256) should be declared external:
- Weetwo.transfer(address,uint256) (#788-791)
allowance(address,address) should be declared external:
- Weetwo.allowance(address,address) (#793-795)
approve(address,uint256) should be declared external:
- Weetwo.approve(address,uint256) (#797-800)
transferFrom(address,address,uint256) should be declared external:
- Weetwo.transferFrom(address,address,uint256) (#802-806)
increaseAllowance(address,uint256) should be declared external:
- Weetwo.increaseAllowance(address,uint256) (#808-811)
decreaseAllowance(address,uint256) should be declared external:
- Weetwo.decreaseAllowance(address,uint256) (#813-816)
isExcludedFromReward(address) should be declared external:
- Weetwo.isExcludedFromReward(address) (#818-820)
totalFees() should be declared external:
- Weetwo.totalFees() (#822-824)
deliver(uint256) should be declared external:
- Weetwo.deliver(uint256) (#826-833)
reflectionFromToken(uint256,bool) should be declared external:
- Weetwo.reflectionFromToken(uint256,bool) (#835-844)
excludeFromReward(address) should be declared external:
- Weetwo.excludeFromReward(address) (#852-860)
excludeFromFee(address) should be declared external:
- Weetwo.excludeFromFee(address) (#885-887)
includeInFee(address) should be declared external:
- Weetwo.includeInFee(address) (#889-891)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Weetwo.setSwapAndLiquifyEnabled(bool) (#907-910)
isExcludedFromFee(address) should be declared external:
- Weetwo.isExcludedFromFee(address) (#993-995)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Unable to find Youtube account


Unable to find Discord account


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token has a considerable age, but social accounts / website are missing or have few users


Token has no active CoinGecko listing / rank


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

Price for Weetwo

News for Weetwo