SHIBA TRON Token Logo

SHIBT [SHIBA TRON] Token

About SHIBT

Listings

Token 2 years
CoinMarketCap 2 years
[CoinGecko] alert: The following token has a variable tax function on the smart contract - which allows contract owners to change tax rates post deployment.
Do your own research and be careful if you are trading this token.
white paper

Launched on the Binance Smart Chain Network on the 15th of January, SHIBA TRON is a Meme Coin based on the Shiba Inu Coin, adding to the latest hype of Shib tokens. Combining Memes & Crypto to bring both LOLs and money to the masses of the internet.

Our main mission is to support different charitable organizations by using the latest blockchain technology (Crypto), We want to show the world this blockchain technology has changed the entire world. That's why we have donated 10% of the total supply to Binance Charity wallet to support different causes.

In near future, we will also enhance our partnerships with different centralized exchanges and DApps. We have provided a further explanation in our Whitepaper and website, please consult it for further clarity.

Social

Laser Scorebeta Last Audit: 1 March 2022

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


Contract creator or owner is blacklisted for past scams

SHIBATRON.withdraw(address,uint256,address) (#873-880) sends eth to arbitrary user
Dangerous calls:
- address(_wallet).transfer(amount) (#876)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

SHIBATRON.withdraw(address,uint256,address) (#873-880) ignores return value by IBEP20(token).transfer(_wallet,amount) (#878)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

SHIBATRON.allowance(address,address).owner (#536) shadows:
- Ownable.owner() (#418-420) (function)
SHIBATRON._approve(address,address,uint256).owner (#701) shadows:
- Ownable.owner() (#418-420) (function)
Rename the local variables that shadow another component.

Additional information: link

SHIBATRON.constructor(string,string,uint256,uint256,uint256,address,address)._FeeAddress (#493) lacks a zero-check on :
- FeeAddress = _FeeAddress (#503)
SHIBATRON.constructor(string,string,uint256,uint256,uint256,address,address).tokenOwner (#493) lacks a zero-check on :
- _owner = tokenOwner (#504)
SHIBATRON.withdraw(address,uint256,address)._wallet (#873) lacks a zero-check on :
- address(_wallet).transfer(amount) (#876)
Check that the address is not zero.

Additional information: link

Address.isContract(address) (#280-289) uses assembly
- INLINE ASM (#287)
Address._functionCallWithValue(address,bytes,uint256,string) (#373-394) uses assembly
- INLINE ASM (#386-389)
Do not use evm assembly.

Additional information: link

SHIBATRON.includeAccount(address) (#656-667) has costly operations inside a loop:
- _excluded.pop() (#663)
SHIBATRON.includeAccountSender(address) (#678-688) has costly operations inside a loop:
- _excludedSender.pop() (#684)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#373-394) is never used and should be removed
Address.functionCall(address,bytes) (#333-335) is never used and should be removed
Address.functionCall(address,bytes,string) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#358-360) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#368-371) is never used and should be removed
Address.isContract(address) (#280-289) is never used and should be removed
Address.sendValue(address,uint256) (#307-313) is never used and should be removed
Context._msgData() (#23-26) is never used and should be removed
SHIBATRON._getTaxFee() (#868-870) is never used and should be removed
SafeMath.mod(uint256,uint256) (#237-239) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#253-256) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.2 (#15) 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

Low level call in Address.sendValue(address,uint256) (#307-313):
- (success) = recipient.call{value: amount}() (#311)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#373-394):
- (success,returndata) = target.call{value: weiValue}(data) (#377)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable Ownable._owner (#410) is not in mixedCase
Parameter SHIBATRON.antiBot(address,bool)._wallet (#580) is not in mixedCase
Parameter SHIBATRON.antiBot(address,bool)._allow (#580) is not in mixedCase
Parameter SHIBATRON.isBot(address)._wallet (#589) is not in mixedCase
Function SHIBATRON.S_Bot(address,bool) (#593-600) is not in mixedCase
Parameter SHIBATRON.S_Bot(address,bool)._wallet (#593) is not in mixedCase
Parameter SHIBATRON.S_Bot(address,bool)._allow (#593) is not in mixedCase
Function SHIBATRON.is_S_Bot(address) (#602-604) is not in mixedCase
Parameter SHIBATRON.is_S_Bot(address)._wallet (#602) is not in mixedCase
Function SHIBATRON.R_Bot(address,bool) (#606-612) is not in mixedCase
Parameter SHIBATRON.R_Bot(address,bool)._wallet (#606) is not in mixedCase
Parameter SHIBATRON.R_Bot(address,bool)._allow (#606) is not in mixedCase
Function SHIBATRON.is_R_Bot(address) (#614-616) is not in mixedCase
Parameter SHIBATRON.is_R_Bot(address)._wallet (#614) is not in mixedCase
Parameter SHIBATRON.updateFee(uint256)._txFee (#691) is not in mixedCase
Parameter SHIBATRON.withdraw(address,uint256,address)._wallet (#873) is not in mixedCase
Variable SHIBATRON.Reflection_Fee (#467) is not in mixedCase
Variable SHIBATRON.PancakeSwap_Slippage (#468) is not in mixedCase
Variable SHIBATRON.Website (#469) is not in mixedCase
Variable SHIBATRON._NAME (#471) is not in mixedCase
Variable SHIBATRON._SYMBOL (#472) is not in mixedCase
Variable SHIBATRON._DECIMALS (#473) is not in mixedCase
Variable SHIBATRON.FeeAddress (#474) is not in mixedCase
Variable SHIBATRON._MAX (#476) is not in mixedCase
Variable SHIBATRON._DECIMALFACTOR (#477) is not in mixedCase
Variable SHIBATRON._GRANULARITY (#478) is not in mixedCase
Variable SHIBATRON._TAX_FEE (#485) is not in mixedCase
Variable SHIBATRON.ORIG_TAX_FEE (#487) is not in mixedCase
Variable SHIBATRON._S_Bot (#490) is not in mixedCase
Variable SHIBATRON._R_Bot (#491) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable SHIBATRON._getValues(uint256).rTransferAmount (#813) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._getValues(uint256).rTransferAmount (#813) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._getRTransferAmount(uint256,uint256).rTransferAmount (#835) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._getRTransferAmount(uint256,uint256).rTransferAmount (#835) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON.reflectionFromToken(uint256,bool).rTransferAmount (#636) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#765) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#781) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#765) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._getValues(uint256).rTransferAmount (#813) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#751) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._transferBothExcluded(address,address,uint256).rTransferAmount (#789) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._getValues(uint256).rTransferAmount (#813) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON.reflectionFromToken(uint256,bool).rTransferAmount (#636) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._getValues(uint256).rTransferAmount (#813) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#751) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#781) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._getRTransferAmount(uint256,uint256).rTransferAmount (#835) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._transferFromExcluded(address,address,uint256).rTransferAmount (#774) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._getValues(uint256).rTransferAmount (#813) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#765) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#751) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#765) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._transferFromExcluded(address,address,uint256).rTransferAmount (#774) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON.reflectionFromToken(uint256,bool).rTransferAmount (#636) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._transferBothExcluded(address,address,uint256).rTransferAmount (#789) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#796) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._getValues(uint256).rTransferAmount (#813) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON.reflectionFromToken(uint256,bool).rTransferAmount (#636) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._transferToExcluded(address,address,uint256).rTransferAmount (#758) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#781) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._transferToExcluded(address,address,uint256).rTransferAmount (#758) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._getRTransferAmount(uint256,uint256).rTransferAmount (#835) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._transferBothExcluded(address,address,uint256).rTransferAmount (#789) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#796) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#781) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#751) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#751) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#765) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._transferFromExcluded(address,address,uint256).rTransferAmount (#774) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._transferFromExcluded(address,address,uint256).rTransferAmount (#774) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON.reflectionFromToken(uint256,bool).rTransferAmount (#636) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._transferBothExcluded(address,address,uint256).rTransferAmount (#789) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#781) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._getRTransferAmount(uint256,uint256).rTransferAmount (#835) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._transferToExcluded(address,address,uint256).rTransferAmount (#758) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON.reflectionFromToken(uint256,bool).rTransferAmount (#636) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#781) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#751) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#765) is too similar to SHIBATRON._transferToExcluded(address,address,uint256).tTransferAmount (#758)
Variable SHIBATRON._transferBothExcluded(address,address,uint256).rTransferAmount (#789) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#796) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#796) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._transferFromExcluded(address,address,uint256).rTransferAmount (#774) is too similar to SHIBATRON._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable SHIBATRON._transferToExcluded(address,address,uint256).rTransferAmount (#758) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._transferToExcluded(address,address,uint256).rTransferAmount (#758) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#781) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._transferBothExcluded(address,address,uint256).rTransferAmount (#789) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#796) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON.reflectionFromToken(uint256,bool).rTransferAmount (#636) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#796) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._transferBothExcluded(address,address,uint256).rTransferAmount (#789) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._transferToExcluded(address,address,uint256).rTransferAmount (#758) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#796) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._getRTransferAmount(uint256,uint256).rTransferAmount (#835) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#765) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._transferToExcluded(address,address,uint256).rTransferAmount (#758) is too similar to SHIBATRON._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#796)
Variable SHIBATRON._transferFromExcluded(address,address,uint256).rTransferAmount (#774) is too similar to SHIBATRON._transferBothExcluded(address,address,uint256).tTransferAmount (#789)
Variable SHIBATRON._transferFromExcluded(address,address,uint256).rTransferAmount (#774) is too similar to SHIBATRON._getValues(uint256).tTransferAmount (#810)
Variable SHIBATRON._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Variable SHIBATRON._getRTransferAmount(uint256,uint256).rTransferAmount (#835) is too similar to SHIBATRON._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#765)
Variable SHIBATRON._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#751) is too similar to SHIBATRON._transferFromExcluded(address,address,uint256).tTransferAmount (#774)
Prevent variables from having similar names.

Additional information: link

SHIBATRON.PancakeSwap_Slippage (#468) should be constant
SHIBATRON.Reflection_Fee (#467) should be constant
SHIBATRON.Website (#469) should be constant
SHIBATRON._GRANULARITY (#478) should be constant
SHIBATRON._MAX (#476) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#418-420)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#437-440)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#446-450)
name() should be declared external:
- SHIBATRON.name() (#510-512)
symbol() should be declared external:
- SHIBATRON.symbol() (#514-516)
decimals() should be declared external:
- SHIBATRON.decimals() (#518-520)
totalSupply() should be declared external:
- SHIBATRON.totalSupply() (#522-524)
balanceOf(address) should be declared external:
- SHIBATRON.balanceOf(address) (#526-529)
transfer(address,uint256) should be declared external:
- SHIBATRON.transfer(address,uint256) (#531-534)
allowance(address,address) should be declared external:
- SHIBATRON.allowance(address,address) (#536-538)
approve(address,uint256) should be declared external:
- SHIBATRON.approve(address,uint256) (#540-543)
transferFrom(address,address,uint256) should be declared external:
- SHIBATRON.transferFrom(address,address,uint256) (#545-549)
increaseAllowance(address,uint256) should be declared external:
- SHIBATRON.increaseAllowance(address,uint256) (#551-554)
decreaseAllowance(address,uint256) should be declared external:
- SHIBATRON.decreaseAllowance(address,uint256) (#556-559)
isExcluded(address) should be declared external:
- SHIBATRON.isExcluded(address) (#561-563)
isExcludedSender(address) should be declared external:
- SHIBATRON.isExcludedSender(address) (#565-567)
totalFees() should be declared external:
- SHIBATRON.totalFees() (#570-572)
deliver(uint256) should be declared external:
- SHIBATRON.deliver(uint256) (#621-628)
reflectionFromToken(uint256,bool) should be declared external:
- SHIBATRON.reflectionFromToken(uint256,bool) (#630-639)
updateFee(uint256) should be declared external:
- SHIBATRON.updateFee(uint256) (#691-695)
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 PancakeSwap volume 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.


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


Token is deployed only at one blockchain

Contract has 0% buy tax and 9% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Discord account


Token was delisted from CoinGecko

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of scam / price dump / death


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 SHIBT

News for SHIBT