ShibaCorgi Token Logo

ShiCo [ShibaCorgi] Token

About ShiCo

Listings

Token 3 years
CoinGecko 2 years
CoinMarketCap 2 years

ShibaCorgi is a MEME token inspired by Shiba INU and DOGE. ShiCo has 4% tax on each transaction which 2% goes to holders and 2% will be burned instantly.

Social

Laser Scorebeta Last Audit: 8 February 2023

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

Anti-Scam

Links


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

Address.isContract(address) (#111-120) uses assembly
- INLINE ASM (#118)
Address._functionCallWithValue(address,bytes,uint256,string) (#150-171) uses assembly
- INLINE ASM (#163-166)
Do not use evm assembly.

Additional information: link

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

Additional information: link

ShibaCorgi.includeAccount(address) (#353-364) has costly operations inside a loop:
- _excluded.pop() (#360)
Use a local variable to hold the loop computation result.

Additional information: link

ShibaCorgi.allowance(address,address).owner (#280) shadows:
- Ownable.owner() (#192-194) (function)
ShibaCorgi._approve(address,address,uint256).owner (#366) shadows:
- Ownable.owner() (#192-194) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.sendValue(address,uint256) (#122-128) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#141-143) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#100-103) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#145-148) is never used and should be removed
Context._msgData() (#11-14) is never used and should be removed
ShibaCorgi._getMaxTxAmount() (#489-491) is never used and should be removed
SafeMath.mod(uint256,uint256) (#95-97) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#150-171) is never used and should be removed
Address.isContract(address) (#111-120) is never used and should be removed
Address.functionCall(address,bytes,string) (#136-138) is never used and should be removed
ShibaCorgi._getTaxFee() (#485-487) is never used and should be removed
Address.functionCall(address,bytes) (#131-133) is never used and should be removed
Remove unused functions.

Additional information: link

ShibaCorgi._rTotal (#240) is set pre-construction with a non-constant function or state variable:
- (_MAX - (_MAX % _tTotal))
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

Pragma version^0.6.0 (#3) 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._functionCallWithValue(address,bytes,uint256,string) (#150-171):
- (success,returndata) = target.call{value: weiValue}(data) (#154)
Low level call in Address.sendValue(address,uint256) (#122-128):
- (success) = recipient.call{value: amount}() (#126)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable ShibaCorgi._getValues(uint256).rTransferAmount (#449) is too similar to ShibaCorgi._transferStandard(address,address,uint256).tTransferAmount (#397)
Variable ShibaCorgi._transferToExcluded(address,address,uint256).rTransferAmount (#407) is too similar to ShibaCorgi._transferToExcluded(address,address,uint256).tTransferAmount (#407)
Variable ShibaCorgi._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#464) is too similar to ShibaCorgi._getTValues(uint256,uint256,uint256).tTransferAmount (#456)
Variable ShibaCorgi._transferStandard(address,address,uint256).rTransferAmount (#397) is too similar to ShibaCorgi._getValues(uint256).tTransferAmount (#447)
Variable ShibaCorgi._transferBothExcluded(address,address,uint256).rTransferAmount (#429) is too similar to ShibaCorgi._getTValues(uint256,uint256,uint256).tTransferAmount (#456)
Variable ShibaCorgi._transferToExcluded(address,address,uint256).rTransferAmount (#407) is too similar to ShibaCorgi._transferStandard(address,address,uint256).tTransferAmount (#397)
Variable ShibaCorgi.magnetionFromToken(uint256,bool).rTransferAmount (#332) is too similar to ShibaCorgi._transferFromExcluded(address,address,uint256).tTransferAmount (#418)
Variable ShibaCorgi._transferFromExcluded(address,address,uint256).rTransferAmount (#418) is too similar to ShibaCorgi._getValues(uint256).tTransferAmount (#447)
Variable ShibaCorgi._transferFromExcluded(address,address,uint256).rTransferAmount (#418) is too similar to ShibaCorgi._transferBothExcluded(address,address,uint256).tTransferAmount (#429)
Variable ShibaCorgi._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#464) is too similar to ShibaCorgi._transferStandard(address,address,uint256).tTransferAmount (#397)
Variable ShibaCorgi.magnetionFromToken(uint256,bool).rTransferAmount (#332) is too similar to ShibaCorgi._transferStandard(address,address,uint256).tTransferAmount (#397)
Variable ShibaCorgi._transferToExcluded(address,address,uint256).rTransferAmount (#407) is too similar to ShibaCorgi._transferFromExcluded(address,address,uint256).tTransferAmount (#418)
Variable ShibaCorgi.magnetionFromToken(uint256,bool).rTransferAmount (#332) is too similar to ShibaCorgi._transferToExcluded(address,address,uint256).tTransferAmount (#407)
Variable ShibaCorgi._transferFromExcluded(address,address,uint256).rTransferAmount (#418) is too similar to ShibaCorgi._getTValues(uint256,uint256,uint256).tTransferAmount (#456)
Variable ShibaCorgi._transferBothExcluded(address,address,uint256).rTransferAmount (#429) is too similar to ShibaCorgi._transferToExcluded(address,address,uint256).tTransferAmount (#407)
Variable ShibaCorgi._transferFromExcluded(address,address,uint256).rTransferAmount (#418) is too similar to ShibaCorgi._transferStandard(address,address,uint256).tTransferAmount (#397)
Variable ShibaCorgi._transferToExcluded(address,address,uint256).rTransferAmount (#407) is too similar to ShibaCorgi._getValues(uint256).tTransferAmount (#447)
Variable ShibaCorgi._getValues(uint256).rTransferAmount (#449) is too similar to ShibaCorgi._transferFromExcluded(address,address,uint256).tTransferAmount (#418)
Variable ShibaCorgi._transferBothExcluded(address,address,uint256).rTransferAmount (#429) is too similar to ShibaCorgi._transferStandard(address,address,uint256).tTransferAmount (#397)
Variable ShibaCorgi._transferBothExcluded(address,address,uint256).rTransferAmount (#429) is too similar to ShibaCorgi._getValues(uint256).tTransferAmount (#447)
Variable ShibaCorgi._getValues(uint256).rTransferAmount (#449) is too similar to ShibaCorgi._transferToExcluded(address,address,uint256).tTransferAmount (#407)
Variable ShibaCorgi._transferBothExcluded(address,address,uint256).rTransferAmount (#429) is too similar to ShibaCorgi._transferFromExcluded(address,address,uint256).tTransferAmount (#418)
Variable ShibaCorgi._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#464) is too similar to ShibaCorgi._transferToExcluded(address,address,uint256).tTransferAmount (#407)
Variable ShibaCorgi._transferFromExcluded(address,address,uint256).rTransferAmount (#418) is too similar to ShibaCorgi._transferFromExcluded(address,address,uint256).tTransferAmount (#418)
Variable ShibaCorgi._transferStandard(address,address,uint256).rTransferAmount (#397) is too similar to ShibaCorgi._transferBothExcluded(address,address,uint256).tTransferAmount (#429)
Variable ShibaCorgi._getValues(uint256).rTransferAmount (#449) is too similar to ShibaCorgi._transferBothExcluded(address,address,uint256).tTransferAmount (#429)
Variable ShibaCorgi._transferStandard(address,address,uint256).rTransferAmount (#397) is too similar to ShibaCorgi._transferToExcluded(address,address,uint256).tTransferAmount (#407)
Variable ShibaCorgi.magnetionFromToken(uint256,bool).rTransferAmount (#332) is too similar to ShibaCorgi._transferBothExcluded(address,address,uint256).tTransferAmount (#429)
Variable ShibaCorgi._transferBothExcluded(address,address,uint256).rTransferAmount (#429) is too similar to ShibaCorgi._transferBothExcluded(address,address,uint256).tTransferAmount (#429)
Variable ShibaCorgi._getValues(uint256).rTransferAmount (#449) is too similar to ShibaCorgi._getTValues(uint256,uint256,uint256).tTransferAmount (#456)
Variable ShibaCorgi._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#464) is too similar to ShibaCorgi._getValues(uint256).tTransferAmount (#447)
Variable ShibaCorgi._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#464) is too similar to ShibaCorgi._transferFromExcluded(address,address,uint256).tTransferAmount (#418)
Variable ShibaCorgi._transferToExcluded(address,address,uint256).rTransferAmount (#407) is too similar to ShibaCorgi._transferBothExcluded(address,address,uint256).tTransferAmount (#429)
Variable ShibaCorgi._transferStandard(address,address,uint256).rTransferAmount (#397) is too similar to ShibaCorgi._transferFromExcluded(address,address,uint256).tTransferAmount (#418)
Variable ShibaCorgi._transferStandard(address,address,uint256).rTransferAmount (#397) is too similar to ShibaCorgi._getTValues(uint256,uint256,uint256).tTransferAmount (#456)
Variable ShibaCorgi._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#464) is too similar to ShibaCorgi._transferBothExcluded(address,address,uint256).tTransferAmount (#429)
Variable ShibaCorgi._getValues(uint256).rTransferAmount (#449) is too similar to ShibaCorgi._getValues(uint256).tTransferAmount (#447)
Variable ShibaCorgi.magnetionFromToken(uint256,bool).rTransferAmount (#332) is too similar to ShibaCorgi._getTValues(uint256,uint256,uint256).tTransferAmount (#456)
Variable ShibaCorgi._transferToExcluded(address,address,uint256).rTransferAmount (#407) is too similar to ShibaCorgi._getTValues(uint256,uint256,uint256).tTransferAmount (#456)
Variable ShibaCorgi._transferStandard(address,address,uint256).rTransferAmount (#397) is too similar to ShibaCorgi._transferStandard(address,address,uint256).tTransferAmount (#397)
Variable ShibaCorgi.magnetionFromToken(uint256,bool).rTransferAmount (#332) is too similar to ShibaCorgi._getValues(uint256).tTransferAmount (#447)
Variable ShibaCorgi._transferFromExcluded(address,address,uint256).rTransferAmount (#418) is too similar to ShibaCorgi._transferToExcluded(address,address,uint256).tTransferAmount (#407)
Prevent variables from having similar names.

Additional information: link

ShibaCorgi.slitherConstructorConstantVariables() (#220-494) uses literals with too many digits:
- _MAX_TX_SIZE = 10000000000000000000000 * _DECIMALFACTOR (#247)
ShibaCorgi.slitherConstructorVariables() (#220-494) uses literals with too many digits:
- _tTotal = 10000000000000000000000 * _DECIMALFACTOR (#239)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

transfer(address,uint256) should be declared external:
- ShibaCorgi.transfer(address,uint256) (#275-278)
isExcluded(address) should be declared external:
- ShibaCorgi.isExcluded(address) (#305-307)
transferFrom(address,address,uint256) should be declared external:
- ShibaCorgi.transferFrom(address,address,uint256) (#289-293)
symbol() should be declared external:
- ShibaCorgi.symbol() (#258-260)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#205-208)
decreaseAllowance(address,uint256) should be declared external:
- ShibaCorgi.decreaseAllowance(address,uint256) (#300-303)
decimals() should be declared external:
- ShibaCorgi.decimals() (#262-264)
name() should be declared external:
- ShibaCorgi.name() (#254-256)
magnetionFromToken(uint256,bool) should be declared external:
- ShibaCorgi.magnetionFromToken(uint256,bool) (#326-335)
totalBurn() should be declared external:
- ShibaCorgi.totalBurn() (#313-315)
approve(address,uint256) should be declared external:
- ShibaCorgi.approve(address,uint256) (#284-287)
balanceOf(address) should be declared external:
- ShibaCorgi.balanceOf(address) (#270-273)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#211-215)
deliver(uint256) should be declared external:
- ShibaCorgi.deliver(uint256) (#317-324)
allowance(address,address) should be declared external:
- ShibaCorgi.allowance(address,address) (#280-282)
totalFees() should be declared external:
- ShibaCorgi.totalFees() (#309-311)
increaseAllowance(address,uint256) should be declared external:
- ShibaCorgi.increaseAllowance(address,uint256) (#295-298)
totalSupply() should be declared external:
- ShibaCorgi.totalSupply() (#266-268)
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


Average 30d PancakeSwap volume is low.


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

Contract has 4% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


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


Token is not listed at Mobula.Finance

Additional information: link


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for ShiCo

News for ShiCo