SUBAWU Token Logo

SUBAWU Token

About SUBAWU

Listings

Token 3 years
CoinMarketCap 3 years

Website

white paper

https://twitter.com/BSCSubawu?t=jD2gd_yijWGCrqaI5FANXw&s=09

Social

Laser Scorebeta Last Audit: 29 January 2023

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


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

Constant SUBAWU._tTotal (#435) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

SUBAWU._getTValues(uint256) (#628-632) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#629)
Consider ordering multiplication before division.

Additional information: link

SUBAWU.allowance(address,address).owner (#474) shadows:
- Ownable.owner() (#386-388) (function)
SUBAWU._approve(address,address,uint256).owner (#555) shadows:
- Ownable.owner() (#386-388) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#252-261) uses assembly
- INLINE ASM (#259)
Address._functionCallWithValue(address,bytes,uint256,string) (#345-366) uses assembly
- INLINE ASM (#358-361)
Do not use evm assembly.

Additional information: link

SUBAWU.includeAccount(address) (#542-553) has costly operations inside a loop:
- _excluded.pop() (#549)
Use a local variable to hold the loop computation result.

Additional information: link

Address.sendValue(address,uint256) (#279-285) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#330-332) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#228-231) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#340-343) is never used and should be removed
Context._msgData() (#14-17) is never used and should be removed
SafeMath.mod(uint256,uint256) (#212-214) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#345-366) is never used and should be removed
Address.isContract(address) (#252-261) is never used and should be removed
Address.functionCall(address,bytes,string) (#315-317) is never used and should be removed
Address.functionCall(address,bytes) (#305-307) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#345-366):
- (success,returndata) = target.call{value: weiValue}(data) (#349)
Low level call in Address.sendValue(address,uint256) (#279-285):
- (success) = recipient.call{value: amount}() (#283)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Redundant expression "this (#15)" inContext (#9-18)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable SUBAWU._getValues(uint256).rTransferAmount (#624) is too similar to SUBAWU._transferStandard(address,address,uint256).tTransferAmount (#581)
Variable SUBAWU._transferStandard(address,address,uint256).rTransferAmount (#581) is too similar to SUBAWU._transferFromExcluded(address,address,uint256).tTransferAmount (#598)
Variable SUBAWU._getValues(uint256).rTransferAmount (#624) is too similar to SUBAWU._getTValues(uint256).tTransferAmount (#630)
Variable SUBAWU._transferBothExcluded(address,address,uint256).rTransferAmount (#607) is too similar to SUBAWU._getTValues(uint256).tTransferAmount (#630)
Variable SUBAWU._transferStandard(address,address,uint256).rTransferAmount (#581) is too similar to SUBAWU._getTValues(uint256).tTransferAmount (#630)
Variable SUBAWU._getValues(uint256).rTransferAmount (#624) is too similar to SUBAWU._transferBothExcluded(address,address,uint256).tTransferAmount (#607)
Variable SUBAWU._transferFromExcluded(address,address,uint256).rTransferAmount (#598) is too similar to SUBAWU._getTValues(uint256).tTransferAmount (#630)
Variable SUBAWU._getRValues(uint256,uint256,uint256).rTransferAmount (#637) is too similar to SUBAWU._transferToExcluded(address,address,uint256).tTransferAmount (#589)
Variable SUBAWU._transferBothExcluded(address,address,uint256).rTransferAmount (#607) is too similar to SUBAWU._transferStandard(address,address,uint256).tTransferAmount (#581)
Variable SUBAWU._transferToExcluded(address,address,uint256).rTransferAmount (#589) is too similar to SUBAWU._getValues(uint256).tTransferAmount (#622)
Variable SUBAWU._transferBothExcluded(address,address,uint256).rTransferAmount (#607) is too similar to SUBAWU._getValues(uint256).tTransferAmount (#622)
Variable SUBAWU._transferToExcluded(address,address,uint256).rTransferAmount (#589) is too similar to SUBAWU._transferToExcluded(address,address,uint256).tTransferAmount (#589)
Variable SUBAWU._getRValues(uint256,uint256,uint256).rTransferAmount (#637) is too similar to SUBAWU._getValues(uint256).tTransferAmount (#622)
Variable SUBAWU._transferFromExcluded(address,address,uint256).rTransferAmount (#598) is too similar to SUBAWU._transferBothExcluded(address,address,uint256).tTransferAmount (#607)
Variable SUBAWU._transferFromExcluded(address,address,uint256).rTransferAmount (#598) is too similar to SUBAWU._transferToExcluded(address,address,uint256).tTransferAmount (#589)
Variable SUBAWU._getRValues(uint256,uint256,uint256).rTransferAmount (#637) is too similar to SUBAWU._transferFromExcluded(address,address,uint256).tTransferAmount (#598)
Variable SUBAWU._transferFromExcluded(address,address,uint256).rTransferAmount (#598) is too similar to SUBAWU._transferFromExcluded(address,address,uint256).tTransferAmount (#598)
Variable SUBAWU._transferStandard(address,address,uint256).rTransferAmount (#581) is too similar to SUBAWU._getValues(uint256).tTransferAmount (#622)
Variable SUBAWU._transferBothExcluded(address,address,uint256).rTransferAmount (#607) is too similar to SUBAWU._transferToExcluded(address,address,uint256).tTransferAmount (#589)
Variable SUBAWU.reflectionFromToken(uint256,bool).rTransferAmount (#522) is too similar to SUBAWU._getValues(uint256).tTransferAmount (#622)
Variable SUBAWU._getValues(uint256).rTransferAmount (#624) is too similar to SUBAWU._transferFromExcluded(address,address,uint256).tTransferAmount (#598)
Variable SUBAWU._transferFromExcluded(address,address,uint256).rTransferAmount (#598) is too similar to SUBAWU._getValues(uint256).tTransferAmount (#622)
Variable SUBAWU._transferStandard(address,address,uint256).rTransferAmount (#581) is too similar to SUBAWU._transferToExcluded(address,address,uint256).tTransferAmount (#589)
Variable SUBAWU._transferToExcluded(address,address,uint256).rTransferAmount (#589) is too similar to SUBAWU._transferFromExcluded(address,address,uint256).tTransferAmount (#598)
Variable SUBAWU._getValues(uint256).rTransferAmount (#624) is too similar to SUBAWU._getValues(uint256).tTransferAmount (#622)
Variable SUBAWU._transferStandard(address,address,uint256).rTransferAmount (#581) is too similar to SUBAWU._transferBothExcluded(address,address,uint256).tTransferAmount (#607)
Variable SUBAWU._transferFromExcluded(address,address,uint256).rTransferAmount (#598) is too similar to SUBAWU._transferStandard(address,address,uint256).tTransferAmount (#581)
Variable SUBAWU._transferToExcluded(address,address,uint256).rTransferAmount (#589) is too similar to SUBAWU._transferStandard(address,address,uint256).tTransferAmount (#581)
Variable SUBAWU._getRValues(uint256,uint256,uint256).rTransferAmount (#637) is too similar to SUBAWU._getTValues(uint256).tTransferAmount (#630)
Variable SUBAWU.reflectionFromToken(uint256,bool).rTransferAmount (#522) is too similar to SUBAWU._getTValues(uint256).tTransferAmount (#630)
Variable SUBAWU.reflectionFromToken(uint256,bool).rTransferAmount (#522) is too similar to SUBAWU._transferFromExcluded(address,address,uint256).tTransferAmount (#598)
Variable SUBAWU._transferToExcluded(address,address,uint256).rTransferAmount (#589) is too similar to SUBAWU._getTValues(uint256).tTransferAmount (#630)
Variable SUBAWU.reflectionFromToken(uint256,bool).rTransferAmount (#522) is too similar to SUBAWU._transferToExcluded(address,address,uint256).tTransferAmount (#589)
Variable SUBAWU._transferToExcluded(address,address,uint256).rTransferAmount (#589) is too similar to SUBAWU._transferBothExcluded(address,address,uint256).tTransferAmount (#607)
Variable SUBAWU._getRValues(uint256,uint256,uint256).rTransferAmount (#637) is too similar to SUBAWU._transferStandard(address,address,uint256).tTransferAmount (#581)
Variable SUBAWU.reflectionFromToken(uint256,bool).rTransferAmount (#522) is too similar to SUBAWU._transferStandard(address,address,uint256).tTransferAmount (#581)
Variable SUBAWU._transferBothExcluded(address,address,uint256).rTransferAmount (#607) is too similar to SUBAWU._transferBothExcluded(address,address,uint256).tTransferAmount (#607)
Variable SUBAWU.reflectionFromToken(uint256,bool).rTransferAmount (#522) is too similar to SUBAWU._transferBothExcluded(address,address,uint256).tTransferAmount (#607)
Variable SUBAWU._transferBothExcluded(address,address,uint256).rTransferAmount (#607) is too similar to SUBAWU._transferFromExcluded(address,address,uint256).tTransferAmount (#598)
Variable SUBAWU._transferStandard(address,address,uint256).rTransferAmount (#581) is too similar to SUBAWU._transferStandard(address,address,uint256).tTransferAmount (#581)
Variable SUBAWU._getValues(uint256).rTransferAmount (#624) is too similar to SUBAWU._transferToExcluded(address,address,uint256).tTransferAmount (#589)
Variable SUBAWU._getRValues(uint256,uint256,uint256).rTransferAmount (#637) is too similar to SUBAWU._transferBothExcluded(address,address,uint256).tTransferAmount (#607)
Prevent variables from having similar names.

Additional information: link

SUBAWU.slitherConstructorConstantVariables() (#423-658) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 (#435)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SUBAWU._symbol (#440) should be constant
SUBAWU._decimals (#441) should be constant
SUBAWU._name (#439) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

reflect(uint256) should be declared external:
- SUBAWU.reflect(uint256) (#507-514)
symbol() should be declared external:
- SUBAWU.symbol() (#452-454)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#405-408)
balanceOf(address) should be declared external:
- SUBAWU.balanceOf(address) (#464-467)
transfer(address,uint256) should be declared external:
- SUBAWU.transfer(address,uint256) (#469-472)
totalSupply() should be declared external:
- SUBAWU.totalSupply() (#460-462)
reflectionFromToken(uint256,bool) should be declared external:
- SUBAWU.reflectionFromToken(uint256,bool) (#516-525)
transferFrom(address,address,uint256) should be declared external:
- SUBAWU.transferFrom(address,address,uint256) (#483-487)
totalFees() should be declared external:
- SUBAWU.totalFees() (#503-505)
name() should be declared external:
- SUBAWU.name() (#448-450)
owner() should be declared external:
- Ownable.owner() (#386-388)
isExcluded(address) should be declared external:
- SUBAWU.isExcluded(address) (#499-501)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#414-418)
allowance(address,address) should be declared external:
- SUBAWU.allowance(address,address) (#474-476)
decimals() should be declared external:
- SUBAWU.decimals() (#456-458)
decreaseAllowance(address,uint256) should be declared external:
- SUBAWU.decreaseAllowance(address,uint256) (#494-497)
increaseAllowance(address,uint256) should be declared external:
- SUBAWU.increaseAllowance(address,uint256) (#489-492)
approve(address,uint256) should be declared external:
- SUBAWU.approve(address,uint256) (#478-481)
Use the external attribute for functions never called from the contract.

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.


Token is deployed only at one blockchain

Contract has 2% buy tax and 1% sell tax.
Taxes are low and contract ownership is renounced.


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


Token is not listed at Mobula.Finance

Additional information: link


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


Young tokens have high risks of price dump / death

Price for SUBAWU

News for SUBAWU