Aquari Token Logo

AQUARI Token

About AQUARI

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Aquari is a community driven token which goal is to save our oceans and marine life. 3% of each trade is going towards charity wallet which is then donated to environmental organizations of peoples choice.

Laser Scorebeta Last Audit: 14 February 2023

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

Reentrancy in AQUARI._transfer(address,address,uint256) (#1133-1177):
External calls:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1072)
- _rOwned[_donationWalletAddress] = _rOwned[_donationWalletAddress].add(rDonation) (#1080)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1258)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1268)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1280)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1259)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#981)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1270)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1281)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#983)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _rTotal = _rTotal.sub(rFee) (#1025)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1074)
- _tOwned[_donationWalletAddress] = _tOwned[_donationWalletAddress].add(tDonation) (#1082)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#980)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1279)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1269)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#982)
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)

Pragma version^0.8.3 (#32) allows old versions
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

Redundant expression "this (#340)" inContext (#334-343)
Remove redundant statements if they congest code but offer no value.

Additional information: link

AQUARI.slitherConstructorVariables() (#797-1289) uses literals with too many digits:
- _tTotal = 100000 * 10 ** 6 * 10 ** 9 (#813)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

AQUARI.addLiquidity(uint256,uint256) (#1220-1233) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Ensure that all the return values of the function calls are used.

Additional information: link

AQUARI.allowance(address,address).owner (#897) shadows:
- Ownable.owner() (#560-562) (function)
AQUARI._approve(address,address,uint256).owner (#1125) shadows:
- Ownable.owner() (#560-562) (function)
Rename the local variables that shadow another component.

Additional information: link

AQUARI.setLiquidityFeePercent(uint256) (#1006-1008) should emit an event for:
- _liquidityFee = liquidityFee (#1007)
AQUARI.setDonationFeePercent(uint256) (#1002-1004) should emit an event for:
- _donationFee = donationFee (#1003)
AQUARI.setTaxFeePercent(uint256) (#998-1000) should emit an event for:
- _taxFee = taxFee (#999)
AQUARI.setMaxTxPercent(uint256) (#1010-1014) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1011-1013)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in AQUARI._transfer(address,address,uint256) (#1133-1177):
External calls:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _donationFee = _previousDonationFee (#1117)
- _donationFee = 0 (#1111)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _liquidityFee = _previousLiquidityFee (#1118)
- _liquidityFee = 0 (#1112)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _previousDonationFee = _donationFee (#1107)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _previousLiquidityFee = _liquidityFee (#1108)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _previousTaxFee = _taxFee (#1106)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1026)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _taxFee = _previousTaxFee (#1116)
- _taxFee = 0 (#1110)
Reentrancy in AQUARI.swapAndLiquify(uint256) (#1179-1200):
External calls:
- swapTokensForEth(half) (#1191)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1197)
- _allowances[owner][spender] = amount (#1129)
Reentrancy in AQUARI.transferFrom(address,address,uint256) (#906-910):
External calls:
- _transfer(sender,recipient,amount) (#907)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- _transfer(sender,recipient,amount) (#907)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#908)
- _allowances[owner][spender] = amount (#1129)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in AQUARI.transferFrom(address,address,uint256) (#906-910):
External calls:
- _transfer(sender,recipient,amount) (#907)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- _transfer(sender,recipient,amount) (#907)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1130)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#908)
Reentrancy in AQUARI.swapAndLiquify(uint256) (#1179-1200):
External calls:
- swapTokensForEth(half) (#1191)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1130)
- addLiquidity(otherHalf,newBalance) (#1197)
- SwapAndLiquify(half,newBalance,otherHalf) (#1199)
Reentrancy in AQUARI._transfer(address,address,uint256) (#1133-1177):
External calls:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1263)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#1285)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#1274)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#987)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#366-375) uses assembly
- INLINE ASM (#373)
Address._verifyCallResult(bool,bytes,string) (#511-528) uses assembly
- INLINE ASM (#520-523)
Do not use evm assembly.

Additional information: link

SafeMath.tryDiv(uint256,uint256) (#167-172) is never used and should be removed
Address.sendValue(address,uint256) (#393-399) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#444-446) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#179-184) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#503-509) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#493-495) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#125-131) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#316-321) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#454-461) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#294-299) is never used and should be removed
Context._msgData() (#339-342) is never used and should be removed
Address.functionStaticCall(address,bytes) (#469-471) is never used and should be removed
SafeMath.mod(uint256,uint256) (#254-256) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#511-528) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#150-160) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#138-143) is never used and should be removed
Address.isContract(address) (#366-375) is never used and should be removed
Address.functionCall(address,bytes,string) (#429-431) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#479-485) is never used and should be removed
Address.functionCall(address,bytes) (#419-421) is never used and should be removed
Remove unused functions.

Additional information: link

AQUARI._previousLiquidityFee (#828) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
AQUARI._rTotal (#814) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
AQUARI._previousDonationFee (#825) is set pre-construction with a non-constant function or state variable:
- _donationFee
AQUARI._previousTaxFee (#822) is set pre-construction with a non-constant function or state variable:
- _taxFee
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.functionStaticCall(address,bytes,string) (#479-485):
- (success,returndata) = target.staticcall(data) (#483)
Low level call in Address.functionDelegateCall(address,bytes,string) (#503-509):
- (success,returndata) = target.delegatecall(data) (#507)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#454-461):
- (success,returndata) = target.call{value: value}(data) (#459)
Low level call in Address.sendValue(address,uint256) (#393-399):
- (success) = recipient.call{value: amount}() (#397)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable AQUARI._liquidityFee (#827) is not in mixedCase
Variable AQUARI._maxTxAmount (#836) is not in mixedCase
Variable AQUARI._taxFee (#821) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#627) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#644) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#626) is not in mixedCase
Parameter AQUARI.calculateTaxFee(uint256)._amount (#1085) is not in mixedCase
Parameter AQUARI.calculateDonationFee(uint256)._amount (#1091) is not in mixedCase
Parameter AQUARI.setSwapAndLiquifyEnabled(bool)._enabled (#1016) is not in mixedCase
Parameter AQUARI.calculateLiquidityFee(uint256)._amount (#1097) is not in mixedCase
Function IUniswapV2Router01.WETH() (#664) is not in mixedCase
Variable AQUARI._donationFee (#824) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable AQUARI._transferToExcluded(address,address,uint256).rTransferAmount (#1267) is too similar to AQUARI._transferToExcluded(address,address,uint256).tTransferAmount (#1267)
Variable AQUARI._transferToExcluded(address,address,uint256).rTransferAmount (#1267) is too similar to AQUARI._transferFromExcluded(address,address,uint256).tTransferAmount (#1278)
Variable AQUARI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1048) is too similar to AQUARI._getTValues(uint256).tTransferAmount (#1039)
Variable AQUARI.reflectionFromToken(uint256,bool).rTransferAmount (#945) is too similar to AQUARI._transferBothExcluded(address,address,uint256).tTransferAmount (#979)
Variable AQUARI._transferStandard(address,address,uint256).rTransferAmount (#1257) is too similar to AQUARI._getValues(uint256).tTransferAmount (#1030)
Variable AQUARI._transferBothExcluded(address,address,uint256).rTransferAmount (#979) is too similar to AQUARI._transferStandard(address,address,uint256).tTransferAmount (#1257)
Variable AQUARI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1048) is too similar to AQUARI._getValues(uint256).tTransferAmount (#1030)
Variable AQUARI._getValues(uint256).rTransferAmount (#1031) is too similar to AQUARI._transferBothExcluded(address,address,uint256).tTransferAmount (#979)
Variable AQUARI._transferStandard(address,address,uint256).rTransferAmount (#1257) is too similar to AQUARI._transferStandard(address,address,uint256).tTransferAmount (#1257)
Variable AQUARI._transferFromExcluded(address,address,uint256).rTransferAmount (#1278) is too similar to AQUARI._getTValues(uint256).tTransferAmount (#1039)
Variable AQUARI._transferStandard(address,address,uint256).rTransferAmount (#1257) is too similar to AQUARI._transferFromExcluded(address,address,uint256).tTransferAmount (#1278)
Variable AQUARI.reflectionFromToken(uint256,bool).rTransferAmount (#945) is too similar to AQUARI._transferFromExcluded(address,address,uint256).tTransferAmount (#1278)
Variable AQUARI._transferStandard(address,address,uint256).rTransferAmount (#1257) is too similar to AQUARI._transferBothExcluded(address,address,uint256).tTransferAmount (#979)
Variable AQUARI._transferBothExcluded(address,address,uint256).rTransferAmount (#979) is too similar to AQUARI._transferBothExcluded(address,address,uint256).tTransferAmount (#979)
Variable AQUARI._transferToExcluded(address,address,uint256).rTransferAmount (#1267) is too similar to AQUARI._getValues(uint256).tTransferAmount (#1030)
Variable AQUARI._transferToExcluded(address,address,uint256).rTransferAmount (#1267) is too similar to AQUARI._transferStandard(address,address,uint256).tTransferAmount (#1257)
Variable AQUARI._transferFromExcluded(address,address,uint256).rTransferAmount (#1278) is too similar to AQUARI._transferToExcluded(address,address,uint256).tTransferAmount (#1267)
Variable AQUARI._getValues(uint256).rTransferAmount (#1031) is too similar to AQUARI._transferStandard(address,address,uint256).tTransferAmount (#1257)
Variable AQUARI._transferStandard(address,address,uint256).rTransferAmount (#1257) is too similar to AQUARI._transferToExcluded(address,address,uint256).tTransferAmount (#1267)
Variable AQUARI.reflectionFromToken(uint256,bool).rTransferAmount (#945) is too similar to AQUARI._getTValues(uint256).tTransferAmount (#1039)
Variable AQUARI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1048) is too similar to AQUARI._transferBothExcluded(address,address,uint256).tTransferAmount (#979)
Variable AQUARI._transferBothExcluded(address,address,uint256).rTransferAmount (#979) is too similar to AQUARI._transferToExcluded(address,address,uint256).tTransferAmount (#1267)
Variable AQUARI._transferStandard(address,address,uint256).rTransferAmount (#1257) is too similar to AQUARI._getTValues(uint256).tTransferAmount (#1039)
Variable AQUARI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1048) is too similar to AQUARI._transferToExcluded(address,address,uint256).tTransferAmount (#1267)
Variable AQUARI._transferBothExcluded(address,address,uint256).rTransferAmount (#979) is too similar to AQUARI._transferFromExcluded(address,address,uint256).tTransferAmount (#1278)
Variable AQUARI._transferToExcluded(address,address,uint256).rTransferAmount (#1267) is too similar to AQUARI._getTValues(uint256).tTransferAmount (#1039)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#669) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#670)
Variable AQUARI._getValues(uint256).rTransferAmount (#1031) is too similar to AQUARI._transferFromExcluded(address,address,uint256).tTransferAmount (#1278)
Variable AQUARI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1048) is too similar to AQUARI._transferFromExcluded(address,address,uint256).tTransferAmount (#1278)
Variable AQUARI.reflectionFromToken(uint256,bool).rTransferAmount (#945) is too similar to AQUARI._getValues(uint256).tTransferAmount (#1030)
Variable AQUARI._transferFromExcluded(address,address,uint256).rTransferAmount (#1278) is too similar to AQUARI._transferFromExcluded(address,address,uint256).tTransferAmount (#1278)
Variable AQUARI._getValues(uint256).rTransferAmount (#1031) is too similar to AQUARI._getValues(uint256).tTransferAmount (#1030)
Variable AQUARI._transferToExcluded(address,address,uint256).rTransferAmount (#1267) is too similar to AQUARI._transferBothExcluded(address,address,uint256).tTransferAmount (#979)
Variable AQUARI._transferFromExcluded(address,address,uint256).rTransferAmount (#1278) is too similar to AQUARI._transferBothExcluded(address,address,uint256).tTransferAmount (#979)
Variable AQUARI.reflectionFromToken(uint256,bool).rTransferAmount (#945) is too similar to AQUARI._transferToExcluded(address,address,uint256).tTransferAmount (#1267)
Variable AQUARI._transferBothExcluded(address,address,uint256).rTransferAmount (#979) is too similar to AQUARI._getValues(uint256).tTransferAmount (#1030)
Variable AQUARI.reflectionFromToken(uint256,bool).rTransferAmount (#945) is too similar to AQUARI._transferStandard(address,address,uint256).tTransferAmount (#1257)
Variable AQUARI._transferBothExcluded(address,address,uint256).rTransferAmount (#979) is too similar to AQUARI._getTValues(uint256).tTransferAmount (#1039)
Variable AQUARI._transferFromExcluded(address,address,uint256).rTransferAmount (#1278) is too similar to AQUARI._transferStandard(address,address,uint256).tTransferAmount (#1257)
Variable AQUARI._transferFromExcluded(address,address,uint256).rTransferAmount (#1278) is too similar to AQUARI._getValues(uint256).tTransferAmount (#1030)
Variable AQUARI._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1048) is too similar to AQUARI._transferStandard(address,address,uint256).tTransferAmount (#1257)
Variable AQUARI._getValues(uint256).rTransferAmount (#1031) is too similar to AQUARI._transferToExcluded(address,address,uint256).tTransferAmount (#1267)
Variable AQUARI._getValues(uint256).rTransferAmount (#1031) is too similar to AQUARI._getTValues(uint256).tTransferAmount (#1039)
Prevent variables from having similar names.

Additional information: link

AQUARI._name (#817) should be constant
AQUARI._donationWalletAddress (#810) should be constant
AQUARI._decimals (#819) should be constant
AQUARI._tTotal (#813) should be constant
AQUARI.numTokensSellToAddToLiquidity (#837) should be constant
AQUARI._symbol (#818) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

totalSupply() should be declared external:
- AQUARI.totalSupply() (#883-885)
deliver(uint256) should be declared external:
- AQUARI.deliver(uint256) (#930-937)
reflectionFromToken(uint256,bool) should be declared external:
- AQUARI.reflectionFromToken(uint256,bool) (#939-948)
increaseAllowance(address,uint256) should be declared external:
- AQUARI.increaseAllowance(address,uint256) (#912-915)
isExcludedFromReward(address) should be declared external:
- AQUARI.isExcludedFromReward(address) (#922-924)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#579-582)
isExcludedFromFee(address) should be declared external:
- AQUARI.isExcludedFromFee(address) (#1121-1123)
excludeFromFee(address) should be declared external:
- AQUARI.excludeFromFee(address) (#990-992)
decimals() should be declared external:
- AQUARI.decimals() (#879-881)
includeInFee(address) should be declared external:
- AQUARI.includeInFee(address) (#994-996)
transfer(address,uint256) should be declared external:
- AQUARI.transfer(address,uint256) (#892-895)
transferFrom(address,address,uint256) should be declared external:
- AQUARI.transferFrom(address,address,uint256) (#906-910)
allowance(address,address) should be declared external:
- AQUARI.allowance(address,address) (#897-899)
decreaseAllowance(address,uint256) should be declared external:
- AQUARI.decreaseAllowance(address,uint256) (#917-920)
approve(address,uint256) should be declared external:
- AQUARI.approve(address,uint256) (#901-904)
name() should be declared external:
- AQUARI.name() (#871-873)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#588-592)
totalFees() should be declared external:
- AQUARI.totalFees() (#926-928)
symbol() should be declared external:
- AQUARI.symbol() (#875-877)
setSwapAndLiquifyEnabled(bool) should be declared external:
- AQUARI.setSwapAndLiquifyEnabled(bool) (#1016-1019)
excludeFromReward(address) should be declared external:
- AQUARI.excludeFromReward(address) (#956-964)
Use the external attribute for functions never called from the contract.

Additional information: link

AQUARI.includeInReward(address) (#966-977) has costly operations inside a loop:
- _excluded.pop() (#973)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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.

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


Token is deployed only at one blockchain


Average 30d PancakeSwap volume is low.


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

No disclosed threats


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for AQUARI

News for AQUARI