Vase Token Token Logo

Vase Token

ALERT: rug pull scam

About Vase

Listings

Token 2 years
CoinMarketCap 2 years
white paper

VASE is a decentralized community based project that brings together a wide range of MEME, DeFi, NFT, concept to the BSC ecosystem and support's SME's as a means of exchange.

PROBLEM
Cryptocurrency still appears technical to the eye, which is why people think they need some sort of special training before delving in. This slows down the growth of the industry at large.

SOLUTION
Vase aims to start from the grassroot in incorporating dummies, SMEs and creatives into DeFi, NFTs and the Meme finance ecosystem.

We are different because we combine the product with socializing dummies into getting used to the system. This means we not only provide finance solutions, we teach people how to use it.

PRODUCTS
Metaverse
We believe concepts like wars and crisis should be engaged in the metaverse not in real life because life is precious. Because wars are primarily economically driven, vase token creates a gamified platform for rival parties to contend, with financial (tokenized) benefits for the winner. Take the fight to the metaverse not real life.
NFT Collection
Our Vase unique art collection will be displayed on Open Sea. Our unique NFT holders will be entitled to the amade up of elements of the metaverse like weaponry, real estate and other social collections to be

Social

Laser Scorebeta Last Audit: 20 May 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


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

Reentrancy in VaseToken._transfer(address,address,uint256) (#976-1004):
External calls:
- swapAndLiquify(contractTokenBalance) (#999)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1038-1044)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#999)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1003)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#933)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1110)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1119)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1130)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1111)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#874)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1121)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1131)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#876)
- _tokenTransfer(from,to,amount) (#1003)
- _rTotal = _rTotal.sub(rFee) (#888)
- _tokenTransfer(from,to,amount) (#1003)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#935)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#873)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1129)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1120)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#875)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Ownable.unlock() (#462-467) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now < _lockTime,Contract is locked until 7 days) (#464)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#267-276) uses assembly
- INLINE ASM (#274)
Address._functionCallWithValue(address,bytes,uint256,string) (#360-381) uses assembly
- INLINE ASM (#373-376)
Do not use evm assembly.

Additional information: link

Redundant expression "this (#240)" inContext (#234-243)
Remove redundant statements if they congest code but offer no value.

Additional information: link

VaseToken.addLiquidity(uint256,uint256) (#1047-1060) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
Ensure that all the return values of the function calls are used.

Additional information: link

VaseToken.allowance(address,address).owner (#789) shadows:
- Ownable.owner() (#415-417) (function)
VaseToken._approve(address,address,uint256).owner (#968) shadows:
- Ownable.owner() (#415-417) (function)
Rename the local variables that shadow another component.

Additional information: link

VaseToken.setTaxFee(uint256) (#1153-1156) should emit an event for:
- _taxFee = newVal (#1154)
- _previousTaxFee = _taxFee (#1155)
VaseToken.setLiqFee(uint256) (#1158-1161) should emit an event for:
- _liquidityFee = newVal (#1159)
- _previousLiquidityFee = _liquidityFee (#1160)
VaseToken.setFundingFee(uint256) (#1163-1166) should emit an event for:
- _fundingFee = newVal (#1164)
- _previousFundingFee = _fundingFee (#1165)
VaseToken.setBurnFee(uint256) (#1168-1171) should emit an event for:
- _burnFee = newVal (#1169)
- _previousBurnFee = _burnFee (#1170)
VaseToken.setMaxTxPercent(uint256) (#1173-1178) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1175-1177)
VaseToken.setSwapAtTokens(uint256) (#1180-1182) should emit an event for:
- numTokensSellToAddToLiquidity = newVal (#1181)
Emit an event for critical parameter changes.

Additional information: link

VaseToken.setMarketingWallet(address).newWallet (#1145) lacks a zero-check on :
- MarketingWallet = newWallet (#1146)
VaseToken.setCharityWallet(address).newWallet (#1149) lacks a zero-check on :
- charityAddress = newWallet (#1150)
Check that the address is not zero.

Additional information: link

Reentrancy in VaseToken._transfer(address,address,uint256) (#976-1004):
External calls:
- swapAndLiquify(contractTokenBalance) (#999)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1038-1044)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#999)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1003)
- _burnFee = _previousBurnFee (#960)
- _burnFee = 0 (#953)
- _tokenTransfer(from,to,amount) (#1003)
- _fundingFee = 0 (#954)
- _fundingFee = _previousFundingFee (#961)
- _fundingFee = 0 (#1091)
- _fundingFee = _previousFundingFee (#1101)
- _tokenTransfer(from,to,amount) (#1003)
- _liquidityFee = _previousFundingFee (#959)
- _liquidityFee = 0 (#952)
- _liquidityFee = 0 (#1090)
- _liquidityFee = _previousLiquidityFee (#1100)
- _tokenTransfer(from,to,amount) (#1003)
- _tFeeTotal = _tFeeTotal.add(tFee) (#889)
- _tokenTransfer(from,to,amount) (#1003)
- _taxFee = _previousTaxFee (#958)
- _taxFee = 0 (#951)
- _taxFee = 0 (#1089)
- _taxFee = _previousTaxFee (#1099)
Reentrancy in VaseToken.constructor() (#744-761):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#750-751)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#757)
- _isExcludedFromFee[address(this)] = true (#758)
- uniswapV2Router = _uniswapV2Router (#754)
Reentrancy in VaseToken.swapAndLiquify(uint256) (#1006-1027):
External calls:
- swapTokensForEth(half) (#1018)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1038-1044)
- addLiquidity(otherHalf,newBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1024)
- _allowances[owner][spender] = amount (#972)
Reentrancy in VaseToken.transferFrom(address,address,uint256) (#798-802):
External calls:
- _transfer(sender,recipient,amount) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1038-1044)
External calls sending eth:
- _transfer(sender,recipient,amount) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#800)
- _allowances[owner][spender] = amount (#972)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in VaseToken._transfer(address,address,uint256) (#976-1004):
External calls:
- swapAndLiquify(contractTokenBalance) (#999)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1038-1044)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#999)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1114)
- _tokenTransfer(from,to,amount) (#1003)
- Transfer(sender,recipient,tTransferAmount) (#1124)
- _tokenTransfer(from,to,amount) (#1003)
- Transfer(sender,recipient,tTransferAmount) (#1134)
- _tokenTransfer(from,to,amount) (#1003)
- Transfer(sender,recipient,tTransferAmount) (#879)
- _tokenTransfer(from,to,amount) (#1003)
Reentrancy in VaseToken.constructor() (#744-761):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#750-751)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#760)
Reentrancy in VaseToken.swapAndLiquify(uint256) (#1006-1027):
External calls:
- swapTokensForEth(half) (#1018)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1038-1044)
- addLiquidity(otherHalf,newBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#973)
- addLiquidity(otherHalf,newBalance) (#1024)
- SwapAndLiquify(half,newBalance,otherHalf) (#1026)
Reentrancy in VaseToken.transferFrom(address,address,uint256) (#798-802):
External calls:
- _transfer(sender,recipient,amount) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1038-1044)
External calls sending eth:
- _transfer(sender,recipient,amount) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1052-1059)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#973)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#800)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#360-381) is never used and should be removed
Address.functionCall(address,bytes) (#320-322) is never used and should be removed
Address.functionCall(address,bytes,string) (#330-332) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#345-347) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#355-358) is never used and should be removed
Address.isContract(address) (#267-276) is never used and should be removed
Address.sendValue(address,uint256) (#294-300) is never used and should be removed
Context._msgData() (#239-242) is never used and should be removed
SafeMath.mod(uint256,uint256) (#212-214) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#228-231) is never used and should be removed
Remove unused functions.

Additional information: link

VaseToken._rTotal (#699) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
VaseToken._previousTaxFee (#707) is set pre-construction with a non-constant function or state variable:
- _taxFee
VaseToken._previousLiquidityFee (#710) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
VaseToken._previousBurnFee (#713) is set pre-construction with a non-constant function or state variable:
- _burnFee
VaseToken._previousFundingFee (#716) is set pre-construction with a non-constant function or state variable:
- _fundingFee
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) (#294-300):
- (success) = recipient.call{value: amount}() (#298)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#360-381):
- (success,returndata) = target.call{value: weiValue}(data) (#364)
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() (#506) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#507) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#524) is not in mixedCase
Function IUniswapV2Router01.WETH() (#546) is not in mixedCase
Parameter VaseToken.calculateTaxFee(uint256)._amount (#938) is not in mixedCase
Parameter VaseToken.calculateLiquidityFee(uint256)._amount (#944) is not in mixedCase
Parameter VaseToken.setSwapAndLiquifyEnabled(bool)._enabled (#1184) is not in mixedCase
Variable VaseToken._taxFee (#706) is not in mixedCase
Variable VaseToken._liquidityFee (#709) is not in mixedCase
Variable VaseToken._burnFee (#712) is not in mixedCase
Variable VaseToken._fundingFee (#715) is not in mixedCase
Variable VaseToken.MarketingWallet (#719) is not in mixedCase
Variable VaseToken._maxTxAmount (#727) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#551) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#552)
Variable VaseToken._transferStandard(address,address,uint256).rTransferAmount (#1109) is too similar to VaseToken._transferToExcluded(address,address,uint256).tTransferAmount (#1118)
Variable VaseToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to VaseToken._getValues(uint256).tTransferAmount (#893)
Variable VaseToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to VaseToken._transferToExcluded(address,address,uint256).tTransferAmount (#1118)
Variable VaseToken.reflectionFromToken(uint256,bool).rTransferAmount (#837) is too similar to VaseToken._transferStandard(address,address,uint256).tTransferAmount (#1109)
Variable VaseToken.reflectionFromToken(uint256,bool).rTransferAmount (#837) is too similar to VaseToken._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable VaseToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to VaseToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1128)
Variable VaseToken._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to VaseToken._transferStandard(address,address,uint256).tTransferAmount (#1109)
Variable VaseToken._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to VaseToken._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable VaseToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to VaseToken._getTValues(uint256).tTransferAmount (#901)
Variable VaseToken.reflectionFromToken(uint256,bool).rTransferAmount (#837) is too similar to VaseToken._getValues(uint256).tTransferAmount (#893)
Variable VaseToken.reflectionFromToken(uint256,bool).rTransferAmount (#837) is too similar to VaseToken._transferToExcluded(address,address,uint256).tTransferAmount (#1118)
Variable VaseToken._getValues(uint256).rTransferAmount (#894) is too similar to VaseToken._transferToExcluded(address,address,uint256).tTransferAmount (#1118)
Variable VaseToken._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to VaseToken._getValues(uint256).tTransferAmount (#893)
Variable VaseToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#909) is too similar to VaseToken._transferToExcluded(address,address,uint256).tTransferAmount (#1118)
Variable VaseToken._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to VaseToken._transferToExcluded(address,address,uint256).tTransferAmount (#1118)
Variable VaseToken.reflectionFromToken(uint256,bool).rTransferAmount (#837) is too similar to VaseToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1128)
Variable VaseToken._transferToExcluded(address,address,uint256).rTransferAmount (#1118) is too similar to VaseToken._transferToExcluded(address,address,uint256).tTransferAmount (#1118)
Variable VaseToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to VaseToken._transferStandard(address,address,uint256).tTransferAmount (#1109)
Variable VaseToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to VaseToken._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable VaseToken.reflectionFromToken(uint256,bool).rTransferAmount (#837) is too similar to VaseToken._getTValues(uint256).tTransferAmount (#901)
Variable VaseToken._transferStandard(address,address,uint256).rTransferAmount (#1109) is too similar to VaseToken._getValues(uint256).tTransferAmount (#893)
Variable VaseToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#909) is too similar to VaseToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1128)
Variable VaseToken._transferStandard(address,address,uint256).rTransferAmount (#1109) is too similar to VaseToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1128)
Variable VaseToken._transferToExcluded(address,address,uint256).rTransferAmount (#1118) is too similar to VaseToken._getTValues(uint256).tTransferAmount (#901)
Variable VaseToken._getValues(uint256).rTransferAmount (#894) is too similar to VaseToken._getValues(uint256).tTransferAmount (#893)
Variable VaseToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#909) is too similar to VaseToken._transferStandard(address,address,uint256).tTransferAmount (#1109)
Variable VaseToken._transferToExcluded(address,address,uint256).rTransferAmount (#1118) is too similar to VaseToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1128)
Variable VaseToken._transferStandard(address,address,uint256).rTransferAmount (#1109) is too similar to VaseToken._transferStandard(address,address,uint256).tTransferAmount (#1109)
Variable VaseToken._transferToExcluded(address,address,uint256).rTransferAmount (#1118) is too similar to VaseToken._transferStandard(address,address,uint256).tTransferAmount (#1109)
Variable VaseToken._getValues(uint256).rTransferAmount (#894) is too similar to VaseToken._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable VaseToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#909) is too similar to VaseToken._getValues(uint256).tTransferAmount (#893)
Variable VaseToken._getValues(uint256).rTransferAmount (#894) is too similar to VaseToken._getTValues(uint256).tTransferAmount (#901)
Variable VaseToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#909) is too similar to VaseToken._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable VaseToken._transferToExcluded(address,address,uint256).rTransferAmount (#1118) is too similar to VaseToken._getValues(uint256).tTransferAmount (#893)
Variable VaseToken._transferStandard(address,address,uint256).rTransferAmount (#1109) is too similar to VaseToken._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable VaseToken._getValues(uint256).rTransferAmount (#894) is too similar to VaseToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1128)
Variable VaseToken._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to VaseToken._getTValues(uint256).tTransferAmount (#901)
Variable VaseToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#909) is too similar to VaseToken._getTValues(uint256).tTransferAmount (#901)
Variable VaseToken._getValues(uint256).rTransferAmount (#894) is too similar to VaseToken._transferStandard(address,address,uint256).tTransferAmount (#1109)
Variable VaseToken._transferStandard(address,address,uint256).rTransferAmount (#1109) is too similar to VaseToken._getTValues(uint256).tTransferAmount (#901)
Variable VaseToken._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to VaseToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1128)
Variable VaseToken._transferToExcluded(address,address,uint256).rTransferAmount (#1118) is too similar to VaseToken._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Prevent variables from having similar names.

Additional information: link

VaseToken.slitherConstructorVariables() (#684-1191) uses literals with too many digits:
- _tTotal = 900000000000 * 10 ** 18 (#698)
VaseToken.slitherConstructorVariables() (#684-1191) uses literals with too many digits:
- _maxTxAmount = 900000000 * 10 ** 18 (#727)
VaseToken.slitherConstructorVariables() (#684-1191) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 900000000 * 10 ** 18 (#728)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

VaseToken._decimals (#704) should be constant
VaseToken._name (#702) should be constant
VaseToken._symbol (#703) should be constant
VaseToken._tTotal (#698) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#434-437)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#443-447)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#449-451)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#454-459)
unlock() should be declared external:
- Ownable.unlock() (#462-467)
name() should be declared external:
- VaseToken.name() (#763-765)
symbol() should be declared external:
- VaseToken.symbol() (#767-769)
decimals() should be declared external:
- VaseToken.decimals() (#771-773)
totalSupply() should be declared external:
- VaseToken.totalSupply() (#775-777)
transfer(address,uint256) should be declared external:
- VaseToken.transfer(address,uint256) (#784-787)
allowance(address,address) should be declared external:
- VaseToken.allowance(address,address) (#789-791)
approve(address,uint256) should be declared external:
- VaseToken.approve(address,uint256) (#793-796)
transferFrom(address,address,uint256) should be declared external:
- VaseToken.transferFrom(address,address,uint256) (#798-802)
increaseAllowance(address,uint256) should be declared external:
- VaseToken.increaseAllowance(address,uint256) (#804-807)
decreaseAllowance(address,uint256) should be declared external:
- VaseToken.decreaseAllowance(address,uint256) (#809-812)
isExcludedFromReward(address) should be declared external:
- VaseToken.isExcludedFromReward(address) (#814-816)
totalFees() should be declared external:
- VaseToken.totalFees() (#818-820)
deliver(uint256) should be declared external:
- VaseToken.deliver(uint256) (#822-829)
reflectionFromToken(uint256,bool) should be declared external:
- VaseToken.reflectionFromToken(uint256,bool) (#831-840)
excludeFromReward(address) should be declared external:
- VaseToken.excludeFromReward(address) (#848-856)
isExcludedFromFee(address) should be declared external:
- VaseToken.isExcludedFromFee(address) (#964-966)
excludeFromFee(address) should be declared external:
- VaseToken.excludeFromFee(address) (#1137-1139)
includeInFee(address) should be declared external:
- VaseToken.includeInFee(address) (#1141-1143)
setSwapAndLiquifyEnabled(bool) should be declared external:
- VaseToken.setSwapAndLiquifyEnabled(bool) (#1184-1187)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 7% buy tax and 7% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d number of PancakeSwap swaps is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to find token on CoinGecko

Additional information: link


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


Unable to find audit 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 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

Price for Vase

News for Vase