SHIBALLIONAIRE Token Logo

SHIBAL [SHIBALLIONAIRE] Token

About SHIBAL

Listings

Not Found
Token 2 years

CA : 0xe28c6d200d519e4646deE6b642A6288f0E505D48
website : shiballionaire.buzz

Social

Laser Scorebeta Last Audit: 1 January 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

SHIBALLIONAIRE._getTValues(uint256) (#1259-1267) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(reflectFees) (#1261)
Consider ordering multiplication before division.

Additional information: link

SHIBALLIONAIRE.allowance(address,address).owner (#949) shadows:
- Ownable.owner() (#775-779) (function)
SHIBALLIONAIRE._approve(address,address,uint256).owner (#1111) shadows:
- Ownable.owner() (#775-779) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#507-525) uses assembly
- INLINE ASM (#521)
Address._functionCallWithValue(address,bytes,uint256,string) (#693-735) uses assembly
- INLINE ASM (#719-725)
Do not use evm assembly.

Additional information: link

SHIBALLIONAIRE.includeAccount(address) (#1085-1107) has costly operations inside a loop:
- _excluded.pop() (#1099)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#693-735) is never used and should be removed
Address.functionCall(address,bytes) (#613-617) is never used and should be removed
Address.functionCall(address,bytes,string) (#633-637) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#663-667) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#683-689) is never used and should be removed
Address.isContract(address) (#507-525) is never used and should be removed
Address.sendValue(address,uint256) (#561-573) is never used and should be removed
Context._msgData() (#31-37) is never used and should be removed
SafeMath.mod(uint256,uint256) (#427-431) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#459-465) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#561-573):
- (success) = recipient.call{value: amount}() (#569)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#693-735):
- (success,returndata) = target.call{value: weiValue}(data) (#701)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant SHIBALLIONAIRE._tTotal (#869) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#33)" inContext (#21-39)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable SHIBALLIONAIRE.reflectionFromToken(uint256,bool).rTransferAmount (#1045) is too similar to SHIBALLIONAIRE._transferToExcluded(address,address,uint256).tTransferAmount (#1181)
Variable SHIBALLIONAIRE._transferToExcluded(address,address,uint256).rTransferAmount (#1181) is too similar to SHIBALLIONAIRE._transferStandard(address,address,uint256).tTransferAmount (#1165)
Variable SHIBALLIONAIRE._getRValues(uint256,uint256,uint256).rTransferAmount (#1277) is too similar to SHIBALLIONAIRE._getValues(uint256).tTransferAmount (#1247)
Variable SHIBALLIONAIRE._transferToExcluded(address,address,uint256).rTransferAmount (#1181) is too similar to SHIBALLIONAIRE._transferToExcluded(address,address,uint256).tTransferAmount (#1181)
Variable SHIBALLIONAIRE.reflectionFromToken(uint256,bool).rTransferAmount (#1045) is too similar to SHIBALLIONAIRE._getTValues(uint256).tTransferAmount (#1263)
Variable SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).rTransferAmount (#1217) is too similar to SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).rTransferAmount (#1217) is too similar to SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).tTransferAmount (#1217)
Variable SHIBALLIONAIRE.reflectionFromToken(uint256,bool).rTransferAmount (#1045) is too similar to SHIBALLIONAIRE._getValues(uint256).tTransferAmount (#1247)
Variable SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).rTransferAmount (#1199) is too similar to SHIBALLIONAIRE._getTValues(uint256).tTransferAmount (#1263)
Variable SHIBALLIONAIRE._transferToExcluded(address,address,uint256).rTransferAmount (#1181) is too similar to SHIBALLIONAIRE._getTValues(uint256).tTransferAmount (#1263)
Variable SHIBALLIONAIRE._transferStandard(address,address,uint256).rTransferAmount (#1165) is too similar to SHIBALLIONAIRE._getTValues(uint256).tTransferAmount (#1263)
Variable SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).rTransferAmount (#1217) is too similar to SHIBALLIONAIRE._transferStandard(address,address,uint256).tTransferAmount (#1165)
Variable SHIBALLIONAIRE._transferToExcluded(address,address,uint256).rTransferAmount (#1181) is too similar to SHIBALLIONAIRE._getValues(uint256).tTransferAmount (#1247)
Variable SHIBALLIONAIRE._transferStandard(address,address,uint256).rTransferAmount (#1165) is too similar to SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable SHIBALLIONAIRE._getRValues(uint256,uint256,uint256).rTransferAmount (#1277) is too similar to SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable SHIBALLIONAIRE._getRValues(uint256,uint256,uint256).rTransferAmount (#1277) is too similar to SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).tTransferAmount (#1217)
Variable SHIBALLIONAIRE._getValues(uint256).rTransferAmount (#1251) is too similar to SHIBALLIONAIRE._getTValues(uint256).tTransferAmount (#1263)
Variable SHIBALLIONAIRE._transferStandard(address,address,uint256).rTransferAmount (#1165) is too similar to SHIBALLIONAIRE._transferStandard(address,address,uint256).tTransferAmount (#1165)
Variable SHIBALLIONAIRE._getRValues(uint256,uint256,uint256).rTransferAmount (#1277) is too similar to SHIBALLIONAIRE._transferStandard(address,address,uint256).tTransferAmount (#1165)
Variable SHIBALLIONAIRE.reflectionFromToken(uint256,bool).rTransferAmount (#1045) is too similar to SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).rTransferAmount (#1217) is too similar to SHIBALLIONAIRE._getTValues(uint256).tTransferAmount (#1263)
Variable SHIBALLIONAIRE.reflectionFromToken(uint256,bool).rTransferAmount (#1045) is too similar to SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).tTransferAmount (#1217)
Variable SHIBALLIONAIRE._getRValues(uint256,uint256,uint256).rTransferAmount (#1277) is too similar to SHIBALLIONAIRE._transferToExcluded(address,address,uint256).tTransferAmount (#1181)
Variable SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).rTransferAmount (#1217) is too similar to SHIBALLIONAIRE._getValues(uint256).tTransferAmount (#1247)
Variable SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).rTransferAmount (#1199) is too similar to SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable SHIBALLIONAIRE._transferToExcluded(address,address,uint256).rTransferAmount (#1181) is too similar to SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).tTransferAmount (#1217)
Variable SHIBALLIONAIRE._transferToExcluded(address,address,uint256).rTransferAmount (#1181) is too similar to SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable SHIBALLIONAIRE.reflectionFromToken(uint256,bool).rTransferAmount (#1045) is too similar to SHIBALLIONAIRE._transferStandard(address,address,uint256).tTransferAmount (#1165)
Variable SHIBALLIONAIRE._transferStandard(address,address,uint256).rTransferAmount (#1165) is too similar to SHIBALLIONAIRE._getValues(uint256).tTransferAmount (#1247)
Variable SHIBALLIONAIRE._getRValues(uint256,uint256,uint256).rTransferAmount (#1277) is too similar to SHIBALLIONAIRE._getTValues(uint256).tTransferAmount (#1263)
Variable SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).rTransferAmount (#1199) is too similar to SHIBALLIONAIRE._transferToExcluded(address,address,uint256).tTransferAmount (#1181)
Variable SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).rTransferAmount (#1217) is too similar to SHIBALLIONAIRE._transferToExcluded(address,address,uint256).tTransferAmount (#1181)
Variable SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).rTransferAmount (#1199) is too similar to SHIBALLIONAIRE._getValues(uint256).tTransferAmount (#1247)
Variable SHIBALLIONAIRE._getValues(uint256).rTransferAmount (#1251) is too similar to SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).tTransferAmount (#1199)
Variable SHIBALLIONAIRE._getValues(uint256).rTransferAmount (#1251) is too similar to SHIBALLIONAIRE._getValues(uint256).tTransferAmount (#1247)
Variable SHIBALLIONAIRE._getValues(uint256).rTransferAmount (#1251) is too similar to SHIBALLIONAIRE._transferToExcluded(address,address,uint256).tTransferAmount (#1181)
Variable SHIBALLIONAIRE._transferStandard(address,address,uint256).rTransferAmount (#1165) is too similar to SHIBALLIONAIRE._transferToExcluded(address,address,uint256).tTransferAmount (#1181)
Variable SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).rTransferAmount (#1199) is too similar to SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).tTransferAmount (#1217)
Variable SHIBALLIONAIRE._transferFromExcluded(address,address,uint256).rTransferAmount (#1199) is too similar to SHIBALLIONAIRE._transferStandard(address,address,uint256).tTransferAmount (#1165)
Variable SHIBALLIONAIRE._getValues(uint256).rTransferAmount (#1251) is too similar to SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).tTransferAmount (#1217)
Variable SHIBALLIONAIRE._transferStandard(address,address,uint256).rTransferAmount (#1165) is too similar to SHIBALLIONAIRE._transferBothExcluded(address,address,uint256).tTransferAmount (#1217)
Variable SHIBALLIONAIRE._getValues(uint256).rTransferAmount (#1251) is too similar to SHIBALLIONAIRE._transferStandard(address,address,uint256).tTransferAmount (#1165)
Prevent variables from having similar names.

Additional information: link

SHIBALLIONAIRE._decimals (#881) should be constant
SHIBALLIONAIRE._name (#877) should be constant
SHIBALLIONAIRE._symbol (#879) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#775-779)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#813-819)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#831-839)
name() should be declared external:
- SHIBALLIONAIRE.name() (#897-901)
symbol() should be declared external:
- SHIBALLIONAIRE.symbol() (#905-909)
decimals() should be declared external:
- SHIBALLIONAIRE.decimals() (#913-917)
totalSupply() should be declared external:
- SHIBALLIONAIRE.totalSupply() (#921-925)
balanceOf(address) should be declared external:
- SHIBALLIONAIRE.balanceOf(address) (#929-935)
transfer(address,uint256) should be declared external:
- SHIBALLIONAIRE.transfer(address,uint256) (#939-945)
allowance(address,address) should be declared external:
- SHIBALLIONAIRE.allowance(address,address) (#949-953)
approve(address,uint256) should be declared external:
- SHIBALLIONAIRE.approve(address,uint256) (#957-963)
transferFrom(address,address,uint256) should be declared external:
- SHIBALLIONAIRE.transferFrom(address,address,uint256) (#967-975)
increaseAllowance(address,uint256) should be declared external:
- SHIBALLIONAIRE.increaseAllowance(address,uint256) (#979-985)
decreaseAllowance(address,uint256) should be declared external:
- SHIBALLIONAIRE.decreaseAllowance(address,uint256) (#989-995)
isExcluded(address) should be declared external:
- SHIBALLIONAIRE.isExcluded(address) (#999-1003)
totalFees() should be declared external:
- SHIBALLIONAIRE.totalFees() (#1007-1011)
reflect(uint256) should be declared external:
- SHIBALLIONAIRE.reflect(uint256) (#1015-1029)
reflectionFromToken(uint256,bool) should be declared external:
- SHIBALLIONAIRE.reflectionFromToken(uint256,bool) (#1033-1051)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Unable to find Twitter account


Telegram account has less than 100 subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter 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 scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for SHIBAL