Terra Classic USD (Wormhole) Token Logo

USTC [Terra Classic USD (Wormhole)] Token

ALERT: rug pull scam

About USTC

Listings

Not Found
Token 3 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 20 September 2022

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


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

Reentrancy in USTC._transfer(address,address,uint256) (#799-883):
External calls:
- swapAndLiquify(contractTokenBalance) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#917-923)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#755)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#964)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#973)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#965)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#624)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#984)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#975)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#985)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#626)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _rTotal = _rTotal.sub(rFee) (#710)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#757)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#983)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#623)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#974)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#625)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

USTC._rTotal (#416) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
USTC._previousTaxFee (#434) is set pre-construction with a non-constant function or state variable:
- _taxFee
USTC._previousLiquidityFee (#437) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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.sendValue(address,uint256) (#95-101):
- (success) = recipient.call{value: amount}() (#99)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#120-137):
- (success,returndata) = target.call{value: weiValue}(data) (#123)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

USTC._transfer(address,address,uint256) (#799-883) uses tx.origin for authorization: require(bool,string)(! _isBlackListedBot[tx.origin],You have no power here!) (#809)
Do not use tx.origin for authorization.

Additional information: link

USTC.addLiquidity(uint256,uint256) (#926-939) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
Ensure that all the return values of the function calls are used.

Additional information: link

USTC.allowance(address,address).owner (#540) shadows:
- Ownable.owner() (#153-155) (function)
USTC._approve(address,address,uint256).owner (#791) shadows:
- Ownable.owner() (#153-155) (function)
Rename the local variables that shadow another component.

Additional information: link


Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious

Reentrancy in USTC._transfer(address,address,uint256) (#799-883):
External calls:
- swapAndLiquify(contractTokenBalance) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#917-923)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#968)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- Transfer(sender,recipient,tTransferAmount) (#978)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- Transfer(sender,recipient,tTransferAmount) (#988)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- Transfer(sender,recipient,tTransferAmount) (#629)
- _tokenTransfer(from,to,amount,takeFee) (#882)
Reentrancy in USTC.constructor() (#471-512):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#476-477)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#511)
Reentrancy in USTC.swapAndLiquify(uint256) (#885-906):
External calls:
- swapTokensForEth(half) (#897)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#917-923)
- addLiquidity(otherHalf,newBalance) (#903)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#903)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#796)
- addLiquidity(otherHalf,newBalance) (#903)
- SwapAndLiquify(half,newBalance,otherHalf) (#905)
Reentrancy in USTC.transferFrom(address,address,uint256) (#549-553):
External calls:
- _transfer(sender,recipient,amount) (#550)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#917-923)
External calls sending eth:
- _transfer(sender,recipient,amount) (#550)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#796)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#551)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#184-189) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#186)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#85-94) uses assembly
- INLINE ASM (#92)
Address._functionCallWithValue(address,bytes,uint256,string) (#120-137) uses assembly
- INLINE ASM (#129-132)
Do not use evm assembly.

Additional information: link

USTC.setTaxFeePercent(uint256) (#640-642) should emit an event for:
- _taxFee = taxFee (#641)
USTC.setLiquidityFeePercent(uint256) (#644-646) should emit an event for:
- _liquidityFee = liquidityFee (#645)
USTC.setMaxTxPercent(uint256) (#648-652) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#649-651)
USTC.setBuyFee(uint256,uint256) (#678-681) should emit an event for:
- _buyTaxFee = buyTaxFee (#679)
- _buyLiquidityFee = buyLiquidityFee (#680)
USTC.setSellFee(uint256,uint256) (#683-686) should emit an event for:
- _sellTaxFee = sellTaxFee (#684)
- _sellLiquidityFee = sellLiquidityFee (#685)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in USTC._transfer(address,address,uint256) (#799-883):
External calls:
- swapAndLiquify(contractTokenBalance) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#917-923)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
State variables written after the call(s):
- removeAllFee() (#845)
- _liquidityFee = 0 (#779)
- _liquidityFee = _buyLiquidityFee (#847)
- removeAllFee() (#851)
- _liquidityFee = 0 (#779)
- _liquidityFee = _sellLiquidityFee (#853)
- removeAllFee() (#858)
- _liquidityFee = 0 (#779)
- _liquidityFee = _addressFees[from]._liquidityFee (#860)
- _liquidityFee = _addressFees[from]._sellLiquidityFee (#865)
- removeAllFee() (#872)
- _liquidityFee = 0 (#779)
- _liquidityFee = _addressFees[to]._buyLiquidityFee (#875)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _liquidityFee = _previousLiquidityFee (#784)
- _liquidityFee = 0 (#779)
- removeAllFee() (#845)
- _previousLiquidityFee = _liquidityFee (#776)
- removeAllFee() (#851)
- _previousLiquidityFee = _liquidityFee (#776)
- removeAllFee() (#858)
- _previousLiquidityFee = _liquidityFee (#776)
- removeAllFee() (#872)
- _previousLiquidityFee = _liquidityFee (#776)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _previousLiquidityFee = _liquidityFee (#776)
- removeAllFee() (#845)
- _previousTaxFee = _taxFee (#775)
- removeAllFee() (#851)
- _previousTaxFee = _taxFee (#775)
- removeAllFee() (#858)
- _previousTaxFee = _taxFee (#775)
- removeAllFee() (#872)
- _previousTaxFee = _taxFee (#775)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _previousTaxFee = _taxFee (#775)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _tFeeTotal = _tFeeTotal.add(tFee) (#711)
- removeAllFee() (#845)
- _taxFee = 0 (#778)
- _taxFee = _buyTaxFee (#846)
- removeAllFee() (#851)
- _taxFee = 0 (#778)
- _taxFee = _sellTaxFee (#852)
- removeAllFee() (#858)
- _taxFee = 0 (#778)
- _taxFee = _addressFees[from]._taxFee (#859)
- _taxFee = _addressFees[from]._sellTaxFee (#864)
- removeAllFee() (#872)
- _taxFee = 0 (#778)
- _taxFee = _addressFees[to]._buyTaxFee (#874)
- _tokenTransfer(from,to,amount,takeFee) (#882)
- _taxFee = _previousTaxFee (#783)
- _taxFee = 0 (#778)
Reentrancy in USTC.constructor() (#471-512):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#476-477)
State variables written after the call(s):
- _blackListedBots.push(address(0xE031b36b53E53a292a20c5F08fd1658CDdf74fce)) (#488)
- _blackListedBots.push(address(0xe516bDeE55b0b4e9bAcaF6285130De15589B1345)) (#491)
- _blackListedBots.push(address(0xa1ceC245c456dD1bd9F2815a6955fEf44Eb4191b)) (#494)
- _blackListedBots.push(address(0xd7d3EE77D35D0a56F91542D4905b1a2b1CD7cF95)) (#497)
- _blackListedBots.push(address(0xFe76f05dc59fEC04184fA0245AD0C3CF9a57b964)) (#500)
- _blackListedBots.push(address(0xDC81a3450817A58D00f45C86d0368290088db848)) (#503)
- _blackListedBots.push(address(0x45fD07C63e5c316540F14b2002B085aEE78E3881)) (#506)
- _blackListedBots.push(address(0x27F9Adb26D532a41D97e00206114e429ad58c679)) (#509)
- _isBlackListedBot[address(0xE031b36b53E53a292a20c5F08fd1658CDdf74fce)] = true (#487)
- _isBlackListedBot[address(0xe516bDeE55b0b4e9bAcaF6285130De15589B1345)] = true (#490)
- _isBlackListedBot[address(0xa1ceC245c456dD1bd9F2815a6955fEf44Eb4191b)] = true (#493)
- _isBlackListedBot[address(0xd7d3EE77D35D0a56F91542D4905b1a2b1CD7cF95)] = true (#496)
- _isBlackListedBot[address(0xFe76f05dc59fEC04184fA0245AD0C3CF9a57b964)] = true (#499)
- _isBlackListedBot[address(0xDC81a3450817A58D00f45C86d0368290088db848)] = true (#502)
- _isBlackListedBot[address(0x45fD07C63e5c316540F14b2002B085aEE78E3881)] = true (#505)
- _isBlackListedBot[address(0x27F9Adb26D532a41D97e00206114e429ad58c679)] = true (#508)
- _isExcludedFromFee[owner()] = true (#483)
- _isExcludedFromFee[address(this)] = true (#484)
- uniswapV2Router = _uniswapV2Router (#480)
Reentrancy in USTC.swapAndLiquify(uint256) (#885-906):
External calls:
- swapTokensForEth(half) (#897)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#917-923)
- addLiquidity(otherHalf,newBalance) (#903)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#903)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#903)
- _allowances[owner][spender] = amount (#795)
Reentrancy in USTC.transferFrom(address,address,uint256) (#549-553):
External calls:
- _transfer(sender,recipient,amount) (#550)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#917-923)
External calls sending eth:
- _transfer(sender,recipient,amount) (#550)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#931-938)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#551)
- _allowances[owner][spender] = amount (#795)
Apply the check-effects-interactions pattern.

Additional information: link

USTC.includeInReward(address) (#609-620) has costly operations inside a loop:
- _excluded.pop() (#616)
USTC.removeBotFromBlackList(address) (#661-671) has costly operations inside a loop:
- _blackListedBots.pop() (#667)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#120-137) is never used and should be removed
Address.functionCall(address,bytes) (#103-105) is never used and should be removed
Address.functionCall(address,bytes,string) (#107-109) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#111-113) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#115-118) is never used and should be removed
Address.isContract(address) (#85-94) is never used and should be removed
Address.sendValue(address,uint256) (#95-101) is never used and should be removed
Context._msgData() (#78-81) is never used and should be removed
SafeMath.mod(uint256,uint256) (#63-65) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#67-70) is never used and should be removed
Remove unused functions.

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#226) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#227) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#244) is not in mixedCase
Function IUniswapV2Router01.WETH() (#264) is not in mixedCase
Parameter USTC.setSwapAndLiquifyEnabled(bool)._enabled (#673) is not in mixedCase
Parameter USTC.setAddressFee(address,bool,uint256,uint256)._address (#688) is not in mixedCase
Parameter USTC.setAddressFee(address,bool,uint256,uint256)._enable (#688) is not in mixedCase
Parameter USTC.setAddressFee(address,bool,uint256,uint256)._addressTaxFee (#688) is not in mixedCase
Parameter USTC.setAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#688) is not in mixedCase
Parameter USTC.setBuyAddressFee(address,bool,uint256,uint256)._address (#694) is not in mixedCase
Parameter USTC.setBuyAddressFee(address,bool,uint256,uint256)._enable (#694) is not in mixedCase
Parameter USTC.setBuyAddressFee(address,bool,uint256,uint256)._addressTaxFee (#694) is not in mixedCase
Parameter USTC.setBuyAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#694) is not in mixedCase
Parameter USTC.setSellAddressFee(address,bool,uint256,uint256)._address (#700) is not in mixedCase
Parameter USTC.setSellAddressFee(address,bool,uint256,uint256)._enable (#700) is not in mixedCase
Parameter USTC.setSellAddressFee(address,bool,uint256,uint256)._addressTaxFee (#700) is not in mixedCase
Parameter USTC.setSellAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#700) is not in mixedCase
Parameter USTC.calculateTaxFee(uint256)._amount (#760) is not in mixedCase
Parameter USTC.calculateLiquidityFee(uint256)._amount (#766) is not in mixedCase
Variable USTC._taxFee (#433) is not in mixedCase
Variable USTC._liquidityFee (#436) is not in mixedCase
Variable USTC._buyTaxFee (#439) is not in mixedCase
Variable USTC._buyLiquidityFee (#440) is not in mixedCase
Variable USTC._sellTaxFee (#442) is not in mixedCase
Variable USTC._sellLiquidityFee (#443) is not in mixedCase
Variable USTC._addressFees (#452) is not in mixedCase
Variable USTC._maxTxAmount (#454) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#79)" inContext (#73-82)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#269) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#270)
Variable USTC._transferToExcluded(address,address,uint256).rTransferAmount (#972) is too similar to USTC._getValues(uint256).tTransferAmount (#715)
Variable USTC._transferToExcluded(address,address,uint256).rTransferAmount (#972) is too similar to USTC._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable USTC._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to USTC._transferStandard(address,address,uint256).tTransferAmount (#963)
Variable USTC._transferFromExcluded(address,address,uint256).rTransferAmount (#982) is too similar to USTC._transferFromExcluded(address,address,uint256).tTransferAmount (#982)
Variable USTC._transferFromExcluded(address,address,uint256).rTransferAmount (#982) is too similar to USTC._getValues(uint256).tTransferAmount (#715)
Variable USTC._transferStandard(address,address,uint256).rTransferAmount (#963) is too similar to USTC._getValues(uint256).tTransferAmount (#715)
Variable USTC._transferToExcluded(address,address,uint256).rTransferAmount (#972) is too similar to USTC._getTValues(uint256).tTransferAmount (#723)
Variable USTC._transferFromExcluded(address,address,uint256).rTransferAmount (#982) is too similar to USTC._getTValues(uint256).tTransferAmount (#723)
Variable USTC._getValues(uint256).rTransferAmount (#716) is too similar to USTC._transferStandard(address,address,uint256).tTransferAmount (#963)
Variable USTC.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to USTC._getValues(uint256).tTransferAmount (#715)
Variable USTC.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to USTC._transferFromExcluded(address,address,uint256).tTransferAmount (#982)
Variable USTC.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to USTC._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable USTC.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to USTC._getTValues(uint256).tTransferAmount (#723)
Variable USTC._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to USTC._transferFromExcluded(address,address,uint256).tTransferAmount (#982)
Variable USTC._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to USTC._getValues(uint256).tTransferAmount (#715)
Variable USTC._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to USTC._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable USTC._getValues(uint256).rTransferAmount (#716) is too similar to USTC._getValues(uint256).tTransferAmount (#715)
Variable USTC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#731) is too similar to USTC._transferStandard(address,address,uint256).tTransferAmount (#963)
Variable USTC._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to USTC._getTValues(uint256).tTransferAmount (#723)
Variable USTC._transferToExcluded(address,address,uint256).rTransferAmount (#972) is too similar to USTC._transferStandard(address,address,uint256).tTransferAmount (#963)
Variable USTC._getValues(uint256).rTransferAmount (#716) is too similar to USTC._getTValues(uint256).tTransferAmount (#723)
Variable USTC._transferFromExcluded(address,address,uint256).rTransferAmount (#982) is too similar to USTC._transferStandard(address,address,uint256).tTransferAmount (#963)
Variable USTC._transferStandard(address,address,uint256).rTransferAmount (#963) is too similar to USTC._transferStandard(address,address,uint256).tTransferAmount (#963)
Variable USTC.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to USTC._transferStandard(address,address,uint256).tTransferAmount (#963)
Variable USTC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#731) is too similar to USTC._transferFromExcluded(address,address,uint256).tTransferAmount (#982)
Variable USTC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#731) is too similar to USTC._transferToExcluded(address,address,uint256).tTransferAmount (#972)
Variable USTC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#731) is too similar to USTC._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable USTC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#731) is too similar to USTC._getValues(uint256).tTransferAmount (#715)
Variable USTC._transferToExcluded(address,address,uint256).rTransferAmount (#972) is too similar to USTC._transferToExcluded(address,address,uint256).tTransferAmount (#972)
Variable USTC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#731) is too similar to USTC._getTValues(uint256).tTransferAmount (#723)
Variable USTC._transferToExcluded(address,address,uint256).rTransferAmount (#972) is too similar to USTC._transferFromExcluded(address,address,uint256).tTransferAmount (#982)
Variable USTC._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to USTC._transferToExcluded(address,address,uint256).tTransferAmount (#972)
Variable USTC._transferStandard(address,address,uint256).rTransferAmount (#963) is too similar to USTC._getTValues(uint256).tTransferAmount (#723)
Variable USTC.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to USTC._transferToExcluded(address,address,uint256).tTransferAmount (#972)
Variable USTC._transferFromExcluded(address,address,uint256).rTransferAmount (#982) is too similar to USTC._transferToExcluded(address,address,uint256).tTransferAmount (#972)
Variable USTC._transferStandard(address,address,uint256).rTransferAmount (#963) is too similar to USTC._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable USTC._getValues(uint256).rTransferAmount (#716) is too similar to USTC._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable USTC._transferStandard(address,address,uint256).rTransferAmount (#963) is too similar to USTC._transferFromExcluded(address,address,uint256).tTransferAmount (#982)
Variable USTC._transferFromExcluded(address,address,uint256).rTransferAmount (#982) is too similar to USTC._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable USTC._transferStandard(address,address,uint256).rTransferAmount (#963) is too similar to USTC._transferToExcluded(address,address,uint256).tTransferAmount (#972)
Variable USTC._getValues(uint256).rTransferAmount (#716) is too similar to USTC._transferFromExcluded(address,address,uint256).tTransferAmount (#982)
Variable USTC._getValues(uint256).rTransferAmount (#716) is too similar to USTC._transferToExcluded(address,address,uint256).tTransferAmount (#972)
Prevent variables from having similar names.

Additional information: link

USTC.slitherConstructorVariables() (#399-995) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 8 (#454)
USTC.slitherConstructorVariables() (#399-995) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 8 (#455)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

USTC._decimals (#421) should be constant
USTC._name (#419) should be constant
USTC._symbol (#420) should be constant
USTC._tTotal (#415) should be constant
USTC.numTokensSellToAddToLiquidity (#455) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#162-165)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#167-171)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#173-175)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#177-182)
unlock() should be declared external:
- Ownable.unlock() (#184-189)
name() should be declared external:
- USTC.name() (#514-516)
symbol() should be declared external:
- USTC.symbol() (#518-520)
decimals() should be declared external:
- USTC.decimals() (#522-524)
totalSupply() should be declared external:
- USTC.totalSupply() (#526-528)
transfer(address,uint256) should be declared external:
- USTC.transfer(address,uint256) (#535-538)
allowance(address,address) should be declared external:
- USTC.allowance(address,address) (#540-542)
approve(address,uint256) should be declared external:
- USTC.approve(address,uint256) (#544-547)
transferFrom(address,address,uint256) should be declared external:
- USTC.transferFrom(address,address,uint256) (#549-553)
increaseAllowance(address,uint256) should be declared external:
- USTC.increaseAllowance(address,uint256) (#555-558)
decreaseAllowance(address,uint256) should be declared external:
- USTC.decreaseAllowance(address,uint256) (#560-563)
isExcludedFromReward(address) should be declared external:
- USTC.isExcludedFromReward(address) (#565-567)
totalFees() should be declared external:
- USTC.totalFees() (#569-571)
deliver(uint256) should be declared external:
- USTC.deliver(uint256) (#573-580)
reflectionFromToken(uint256,bool) should be declared external:
- USTC.reflectionFromToken(uint256,bool) (#582-591)
excludeFromReward(address) should be declared external:
- USTC.excludeFromReward(address) (#599-607)
excludeFromFee(address) should be declared external:
- USTC.excludeFromFee(address) (#632-634)
includeInFee(address) should be declared external:
- USTC.includeInFee(address) (#636-638)
setSwapAndLiquifyEnabled(bool) should be declared external:
- USTC.setSwapAndLiquifyEnabled(bool) (#673-676)
isExcludedFromFee(address) should be declared external:
- USTC.isExcludedFromFee(address) (#787-789)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract name (Terra Classic USD (Wormhole)) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Holders:


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

Contract has 0% buy tax and 81% sell tax.
Taxes are extremely high (over 30%)

Additional information: link


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


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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


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

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for USTC