Scale Finance is bridging the Decentralised Finance gap for the next set in the innovation adoption curve by scaling the utility of cryptocurrency in the Venture Capital & Private Equity industry.
Scale Finance believes in expanding the use of Cryptocurrency in revolutionary industries such as FinTech, EdTech, AdTech. Integrating the power of DeFi in Venture Capital will not only change the current process of how companies are funded but also how retail investors can invest in non-blockchain projects at early stages.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in ScaleFinance._transfer(address,address,uint256) (#698-722):
External calls:
- swapAndLiquify(contractTokenBalance) (#717)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#748-754)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#717)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#721)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#656)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#823)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#814)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#815)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#597)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#834)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#825)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#835)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#599)
- _tokenTransfer(from,to,amount) (#721)
- _rTotal = _rTotal.sub(rFee) (#611)
- _tokenTransfer(from,to,amount) (#721)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#658)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#596)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#833)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#824)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#598)
Apply the check-effects-interactions pattern.
Additional information: link
ScaleFinance.addLiquidity(uint256,uint256) (#757-770) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
Ensure that all the return values of the function calls are used.
Additional information: link
ScaleFinance.allowance(address,address).owner (#512) shadows:
- Ownable.owner() (#158-160) (function)
ScaleFinance._approve(address,address,uint256).owner (#690) shadows:
- Ownable.owner() (#158-160) (function)
Rename the local variables that shadow another component.
Additional information: link
ScaleFinance.setTaxFeePercent(uint256) (#876-878) should emit an event for:
- _taxFee = taxFee (#877)
ScaleFinance.setLiquidityFeePercent(uint256) (#880-882) should emit an event for:
- _liquidityFee = liquidityFee (#881)
ScaleFinance.setMaxTxPercent(uint256) (#884-889) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#886-888)
Emit an event for critical parameter changes.
Additional information: link
ScaleFinance.setMarketingWallet(address).newWallet (#872) lacks a zero-check on :
- MarketingWallet = newWallet (#873)
Check that the address is not zero.
Additional information: link
Reentrancy in ScaleFinance._transfer(address,address,uint256) (#698-722):
External calls:
- swapAndLiquify(contractTokenBalance) (#717)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#748-754)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#717)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#721)
- _MarketingFee = 2 (#682)
- _MarketingFee = 0 (#676)
- _tokenTransfer(from,to,amount) (#721)
- _liquidityFee = 2 (#681)
- _liquidityFee = 0 (#675)
- _liquidityFee = 0 (#798)
- _liquidityFee = _previousLiquidityFee (#805)
- _tokenTransfer(from,to,amount) (#721)
- _tFeeTotal = _tFeeTotal.add(tFee) (#612)
- _tokenTransfer(from,to,amount) (#721)
- _taxFee = 2 (#680)
- _taxFee = 0 (#674)
- _taxFee = 0 (#797)
- _taxFee = _previousTaxFee (#804)
Reentrancy in ScaleFinance.constructor() (#468-484):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#473-474)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#480)
- _isExcludedFromFee[address(this)] = true (#481)
- uniswapV2Router = _uniswapV2Router (#477)
Reentrancy in ScaleFinance.swapAndLiquify(uint256) (#724-737):
External calls:
- swapTokensForEth(half) (#730)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#748-754)
- addLiquidity(otherHalf,newBalance) (#734)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#734)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#734)
- _allowances[owner][spender] = amount (#694)
Reentrancy in ScaleFinance.transferFrom(address,address,uint256) (#521-525):
External calls:
- _transfer(sender,recipient,amount) (#522)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#748-754)
External calls sending eth:
- _transfer(sender,recipient,amount) (#522)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#523)
- _allowances[owner][spender] = amount (#694)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ScaleFinance._transfer(address,address,uint256) (#698-722):
External calls:
- swapAndLiquify(contractTokenBalance) (#717)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#748-754)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#717)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#818)
- _tokenTransfer(from,to,amount) (#721)
- Transfer(sender,recipient,tTransferAmount) (#828)
- _tokenTransfer(from,to,amount) (#721)
- Transfer(sender,recipient,tTransferAmount) (#838)
- _tokenTransfer(from,to,amount) (#721)
- Transfer(sender,recipient,tTransferAmount) (#602)
- _tokenTransfer(from,to,amount) (#721)
Reentrancy in ScaleFinance.constructor() (#468-484):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#473-474)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#483)
Reentrancy in ScaleFinance.swapAndLiquify(uint256) (#724-737):
External calls:
- swapTokensForEth(half) (#730)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#748-754)
- addLiquidity(otherHalf,newBalance) (#734)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#734)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#695)
- addLiquidity(otherHalf,newBalance) (#734)
- SwapAndLiquify(half,newBalance,otherHalf) (#736)
Reentrancy in ScaleFinance.transferFrom(address,address,uint256) (#521-525):
External calls:
- _transfer(sender,recipient,amount) (#522)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#748-754)
External calls sending eth:
- _transfer(sender,recipient,amount) (#522)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#762-769)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#695)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#523)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#191-196) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#193)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#86-95) uses assembly
- INLINE ASM (#93)
Address._functionCallWithValue(address,bytes,uint256,string) (#122-143) uses assembly
- INLINE ASM (#135-138)
Do not use evm assembly.
Additional information: link
ScaleFinance.includeInReward(address) (#581-592) has costly operations inside a loop:
- _excluded.pop() (#588)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#122-143) is never used and should be removed
Address.functionCall(address,bytes) (#105-107) is never used and should be removed
Address.functionCall(address,bytes,string) (#109-111) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#113-115) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#117-120) is never used and should be removed
Address.isContract(address) (#86-95) is never used and should be removed
Address.sendValue(address,uint256) (#97-103) is never used and should be removed
Context._msgData() (#79-82) is never used and should be removed
SafeMath.mod(uint256,uint256) (#64-66) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#68-71) is never used and should be removed
Remove unused functions.
Additional information: link
ScaleFinance._rTotal (#428) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ScaleFinance._previousTaxFee (#436) is set pre-construction with a non-constant function or state variable:
- _taxFee
ScaleFinance._previousLiquidityFee (#439) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
ScaleFinance._previousMarketingFee (#443) is set pre-construction with a non-constant function or state variable:
- _MarketingFee
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) (#97-103):
- (success) = recipient.call{value: amount}() (#101)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#122-143):
- (success,returndata) = target.call{value: weiValue}(data) (#126)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#235) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#236) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#253) is not in mixedCase
Function IUniswapV2Router01.WETH() (#275) is not in mixedCase
Parameter ScaleFinance.calculateTaxFee(uint256)._amount (#661) is not in mixedCase
Parameter ScaleFinance.calculateLiquidityFee(uint256)._amount (#667) is not in mixedCase
Parameter ScaleFinance.setSwapAndLiquifyEnabled(bool)._enabled (#891) is not in mixedCase
Variable ScaleFinance._taxFee (#435) is not in mixedCase
Variable ScaleFinance._liquidityFee (#438) is not in mixedCase
Variable ScaleFinance._MarketingFee (#441) is not in mixedCase
Variable ScaleFinance.MarketingWallet (#442) is not in mixedCase
Variable ScaleFinance._maxTxAmount (#451) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#80)" inContext (#74-83)
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 (#280) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#281)
Variable ScaleFinance._getValues(uint256).rTransferAmount (#617) is too similar to ScaleFinance._transferStandard(address,address,uint256).tTransferAmount (#813)
Variable ScaleFinance.reflectionFromToken(uint256,bool).rTransferAmount (#560) is too similar to ScaleFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#595)
Variable ScaleFinance.reflectionFromToken(uint256,bool).rTransferAmount (#560) is too similar to ScaleFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#832)
Variable ScaleFinance._transferToExcluded(address,address,uint256).rTransferAmount (#822) is too similar to ScaleFinance._transferToExcluded(address,address,uint256).tTransferAmount (#822)
Variable ScaleFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#632) is too similar to ScaleFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#595)
Variable ScaleFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#632) is too similar to ScaleFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#832)
Variable ScaleFinance._transferStandard(address,address,uint256).rTransferAmount (#813) is too similar to ScaleFinance._transferStandard(address,address,uint256).tTransferAmount (#813)
Variable ScaleFinance._getValues(uint256).rTransferAmount (#617) is too similar to ScaleFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#595)
Variable ScaleFinance.reflectionFromToken(uint256,bool).rTransferAmount (#560) is too similar to ScaleFinance._getValues(uint256).tTransferAmount (#616)
Variable ScaleFinance.reflectionFromToken(uint256,bool).rTransferAmount (#560) is too similar to ScaleFinance._transferToExcluded(address,address,uint256).tTransferAmount (#822)
Variable ScaleFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#632) is too similar to ScaleFinance._getValues(uint256).tTransferAmount (#616)
Variable ScaleFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#832) is too similar to ScaleFinance._transferStandard(address,address,uint256).tTransferAmount (#813)
Variable ScaleFinance._transferStandard(address,address,uint256).rTransferAmount (#813) is too similar to ScaleFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#595)
Variable ScaleFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#632) is too similar to ScaleFinance._transferToExcluded(address,address,uint256).tTransferAmount (#822)
Variable ScaleFinance._transferToExcluded(address,address,uint256).rTransferAmount (#822) is too similar to ScaleFinance._transferStandard(address,address,uint256).tTransferAmount (#813)
Variable ScaleFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#832) is too similar to ScaleFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#595)
Variable ScaleFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#832) is too similar to ScaleFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#832)
Variable ScaleFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#595) is too similar to ScaleFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#595)
Variable ScaleFinance._transferToExcluded(address,address,uint256).rTransferAmount (#822) is too similar to ScaleFinance._transferBothExcluded(address,address,uint256).tTransferAmount (#595)
Variable ScaleFinance._transferToExcluded(address,address,uint256).rTransferAmount (#822) is too similar to ScaleFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#832)
Variable ScaleFinance.reflectionFromToken(uint256,bool).rTransferAmount (#560) is too similar to ScaleFinance._getTValues(uint256).tTransferAmount (#624)
Variable ScaleFinance.reflectionFromToken(uint256,bool).rTransferAmount (#560) is too similar to ScaleFinance._transferStandard(address,address,uint256).tTransferAmount (#813)
Variable ScaleFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#632) is too similar to ScaleFinance._getTValues(uint256).tTransferAmount (#624)
Variable ScaleFinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#632) is too similar to ScaleFinance._transferStandard(address,address,uint256).tTransferAmount (#813)
Variable ScaleFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#832) is too similar to ScaleFinance._getValues(uint256).tTransferAmount (#616)
Variable ScaleFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#832) is too similar to ScaleFinance._transferToExcluded(address,address,uint256).tTransferAmount (#822)
Variable ScaleFinance._transferToExcluded(address,address,uint256).rTransferAmount (#822) is too similar to ScaleFinance._getValues(uint256).tTransferAmount (#616)
Variable ScaleFinance._transferFromExcluded(address,address,uint256).rTransferAmount (#832) is too similar to ScaleFinance._getTValues(uint256).tTransferAmount (#624)
Variable ScaleFinance._transferStandard(address,address,uint256).rTransferAmount (#813) is too similar to ScaleFinance._getValues(uint256).tTransferAmount (#616)
Variable ScaleFinance._transferToExcluded(address,address,uint256).rTransferAmount (#822) is too similar to ScaleFinance._getTValues(uint256).tTransferAmount (#624)
Variable ScaleFinance._getValues(uint256).rTransferAmount (#617) is too similar to ScaleFinance._getValues(uint256).tTransferAmount (#616)
Variable ScaleFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#595) is too similar to ScaleFinance._transferStandard(address,address,uint256).tTransferAmount (#813)
Variable ScaleFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#595) is too similar to ScaleFinance._getValues(uint256).tTransferAmount (#616)
Variable ScaleFinance._transferStandard(address,address,uint256).rTransferAmount (#813) is too similar to ScaleFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#832)
Variable ScaleFinance._transferStandard(address,address,uint256).rTransferAmount (#813) is too similar to ScaleFinance._getTValues(uint256).tTransferAmount (#624)
Variable ScaleFinance._getValues(uint256).rTransferAmount (#617) is too similar to ScaleFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#832)
Variable ScaleFinance._transferStandard(address,address,uint256).rTransferAmount (#813) is too similar to ScaleFinance._transferToExcluded(address,address,uint256).tTransferAmount (#822)
Variable ScaleFinance._getValues(uint256).rTransferAmount (#617) is too similar to ScaleFinance._transferToExcluded(address,address,uint256).tTransferAmount (#822)
Variable ScaleFinance._getValues(uint256).rTransferAmount (#617) is too similar to ScaleFinance._getTValues(uint256).tTransferAmount (#624)
Variable ScaleFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#595) is too similar to ScaleFinance._transferFromExcluded(address,address,uint256).tTransferAmount (#832)
Variable ScaleFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#595) is too similar to ScaleFinance._transferToExcluded(address,address,uint256).tTransferAmount (#822)
Variable ScaleFinance._transferBothExcluded(address,address,uint256).rTransferAmount (#595) is too similar to ScaleFinance._getTValues(uint256).tTransferAmount (#624)
Prevent variables from having similar names.
Additional information: link
ScaleFinance.slitherConstructorVariables() (#413-896) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (#427)
ScaleFinance.slitherConstructorVariables() (#413-896) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 9 (#451)
ScaleFinance.slitherConstructorVariables() (#413-896) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 9 (#452)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ScaleFinance._decimals (#433) should be constant
ScaleFinance._name (#431) should be constant
ScaleFinance._symbol (#432) should be constant
ScaleFinance._tTotal (#427) should be constant
ScaleFinance.numTokensSellToAddToLiquidity (#452) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#167-170)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#172-176)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#178-180)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#183-188)
unlock() should be declared external:
- Ownable.unlock() (#191-196)
name() should be declared external:
- ScaleFinance.name() (#486-488)
symbol() should be declared external:
- ScaleFinance.symbol() (#490-492)
decimals() should be declared external:
- ScaleFinance.decimals() (#494-496)
totalSupply() should be declared external:
- ScaleFinance.totalSupply() (#498-500)
transfer(address,uint256) should be declared external:
- ScaleFinance.transfer(address,uint256) (#507-510)
allowance(address,address) should be declared external:
- ScaleFinance.allowance(address,address) (#512-514)
approve(address,uint256) should be declared external:
- ScaleFinance.approve(address,uint256) (#516-519)
transferFrom(address,address,uint256) should be declared external:
- ScaleFinance.transferFrom(address,address,uint256) (#521-525)
increaseAllowance(address,uint256) should be declared external:
- ScaleFinance.increaseAllowance(address,uint256) (#527-530)
decreaseAllowance(address,uint256) should be declared external:
- ScaleFinance.decreaseAllowance(address,uint256) (#532-535)
isExcludedFromReward(address) should be declared external:
- ScaleFinance.isExcludedFromReward(address) (#537-539)
totalFees() should be declared external:
- ScaleFinance.totalFees() (#541-543)
deliver(uint256) should be declared external:
- ScaleFinance.deliver(uint256) (#545-552)
reflectionFromToken(uint256,bool) should be declared external:
- ScaleFinance.reflectionFromToken(uint256,bool) (#554-563)
excludeFromReward(address) should be declared external:
- ScaleFinance.excludeFromReward(address) (#571-579)
isExcludedFromFee(address) should be declared external:
- ScaleFinance.isExcludedFromFee(address) (#686-688)
excludeFromFee(address) should be declared external:
- ScaleFinance.excludeFromFee(address) (#841-843)
includeInFee(address) should be declared external:
- ScaleFinance.includeInFee(address) (#845-847)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ScaleFinance.setSwapAndLiquifyEnabled(bool) (#891-894)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted from 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 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 Telegram link on the website
Unable to find Twitter link on the website
Unable to find code repository for the project
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Telegram account has less than 100 subscribers
Twitter account has relatively few followers
Unable to find Youtube account
Unable to find Discord account