Solcial Token Logo

SOLC [Solcial] Token

About SOLC

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 30 November 2021

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

Reentrancy in SOLC._transfer(address,address,uint256) (#676-714):
External calls:
- swapAndLiquify(contractTokenBalance) (#704)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#750-757)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#738-744)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#704)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#750-757)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#713)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#614)
- _rOwned[_charityWalletAddress] = _rOwned[_charityWalletAddress].add(rCharity) (#622)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#792)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#782)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#804)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#783)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#520)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#794)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#805)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#522)
- _tokenTransfer(from,to,amount,takeFee) (#713)
- _rTotal = _rTotal.sub(rFee) (#567)
- _tokenTransfer(from,to,amount,takeFee) (#713)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#616)
- _tOwned[_charityWalletAddress] = _tOwned[_charityWalletAddress].add(tCharity) (#624)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#519)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#803)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#793)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#521)
Apply the check-effects-interactions pattern.

Additional information: link

solc-0.8.6 is not recommended for deployment
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

Variable SOLC._maxTxAmount (#363) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

SOLC.addLiquidity(uint256,uint256) (#747-758) ignores return value by pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#750-757)
Ensure that all the return values of the function calls are used.

Additional information: link

SOLC._approve(address,address,uint256).owner (#668) shadows:
- Ownable.owner() (#98-100) (function)
Rename the local variables that shadow another component.

Additional information: link

SOLC.setMaxTxPercent(uint256) (#549-553) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#550-552)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SOLC.transferFrom(address,address,uint256) (#433-437):
External calls:
- _transfer(sender,recipient,amount) (#434)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#750-757)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#738-744)
External calls sending eth:
- _transfer(sender,recipient,amount) (#434)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#750-757)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#435)
- _allowances[owner][spender] = amount (#672)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SOLC.transferFrom(address,address,uint256) (#433-437):
External calls:
- _transfer(sender,recipient,amount) (#434)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#750-757)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#738-744)
External calls sending eth:
- _transfer(sender,recipient,amount) (#434)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#750-757)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#673)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#435)
Apply the check-effects-interactions pattern.

Additional information: link

SOLC._transfer(address,address,uint256) (#676-714) compares to a boolean constant:
-require(bool,string)(sell == true,@_@) (#688)
Remove the equality to the boolean constant.

Additional information: link

SOLC._previousLiquidityFee (#355) 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

Variable SOLC._getValues(uint256).rTransferAmount (#573) is too similar to SOLC._transferToExcluded(address,address,uint256).tTransferAmount (#791)
Prevent variables from having similar names.

Additional information: link

SOLC.slitherConstructorVariables() (#324-813) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 18 (#364)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SOLC.numTokensSellToAddToLiquidity (#364) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

isExcludedFromFee(address) should be declared external:
- SOLC.isExcludedFromFee(address) (#663-666)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Number of Binance Smart Chain (BSC) token holders is low.


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 Telegram and Twitter accounts


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


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for SOLC