SafeWolf Token Logo

SW [SafeWolf] Token

About SW

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 3 years
white paper

SAFEWOLF is a community driven project built on Binance Smart Chain #BSC. Two functions occur during each trade: Reflection & Burn. SAFEWOLF brings the most revolutionary mechanism to BSC ecosystem.

Social

Laser Scorebeta Last Audit: 21 August 2022

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

Anti-Scam

Links


Contract creator or owner is blacklisted for past scams


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


Contract ownership is not renounced (belongs to a wallet)

SafeWolf.includeAccount(address) (#609-620) has costly operations inside a loop:
- _excluded.pop() (#616)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) is never used and should be removed
Address.functionCall(address,bytes) (#330-332) is never used and should be removed
Address.functionCall(address,bytes,string) (#340-342) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#365-368) is never used and should be removed
Address.isContract(address) (#277-286) is never used and should be removed
Address.sendValue(address,uint256) (#304-310) is never used and should be removed
Context._msgData() (#18-21) is never used and should be removed
SafeMath.mod(uint256,uint256) (#234-236) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#250-253) is never used and should be removed
SafeWolf.removeAllFee() (#756-764) is never used and should be removed
SafeWolf.restoreAllFee() (#766-769) is never used and should be removed
Remove unused functions.

Additional information: link

SafeWolf._rTotal (#493) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SafeWolf._previousTaxFee (#501) is set pre-construction with a non-constant function or state variable:
- _taxFee
SafeWolf._previousBurnFee (#503) is set pre-construction with a non-constant function or state variable:
- _burnFee
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) (#304-310):
- (success) = recipient.call{value: amount}() (#308)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#370-391):
- (success,returndata) = target.call{value: weiValue}(data) (#374)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter SafeWolf.calculateTaxFee(uint256)._amount (#744) is not in mixedCase
Parameter SafeWolf.calculateBurnFee(uint256)._amount (#750) is not in mixedCase
Function SafeWolf._getTaxFee() (#771-773) is not in mixedCase
Function SafeWolf._getBurnFee() (#775-777) is not in mixedCase
Function SafeWolf._getMaxTxAmount() (#779-781) is not in mixedCase
Function SafeWolf._setTaxFee(uint256) (#783-785) is not in mixedCase
Function SafeWolf._setBurnFee(uint256) (#787-789) is not in mixedCase
Variable SafeWolf._taxFee (#500) is not in mixedCase
Variable SafeWolf._burnFee (#502) is not in mixedCase
Variable SafeWolf._max_tx_size (#507) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#19)" inContext (#13-22)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable SafeWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeWolf._getValues(uint256).rTransferAmount (#703) is too similar to SafeWolf._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeWolf.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to SafeWolf._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeWolf._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeWolf._getTValues(uint256).tTransferAmount (#710)
Variable SafeWolf._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeWolf._getTValues(uint256).tTransferAmount (#710)
Variable SafeWolf.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to SafeWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeWolf._getValues(uint256).rTransferAmount (#703) is too similar to SafeWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeWolf._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeWolf.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to SafeWolf._getTValues(uint256).tTransferAmount (#710)
Variable SafeWolf._getValues(uint256).rTransferAmount (#703) is too similar to SafeWolf._getTValues(uint256).tTransferAmount (#710)
Variable SafeWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeWolf._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeWolf._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeWolf._getValues(uint256).tTransferAmount (#701)
Variable SafeWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeWolf._getTValues(uint256).tTransferAmount (#710)
Variable SafeWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeWolf._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeWolf._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeWolf.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to SafeWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeWolf._getValues(uint256).rTransferAmount (#703) is too similar to SafeWolf._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeWolf._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeWolf._getValues(uint256).tTransferAmount (#701)
Variable SafeWolf._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeWolf._getValues(uint256).tTransferAmount (#701)
Variable SafeWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#718) is too similar to SafeWolf._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeWolf._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeWolf._getTValues(uint256).tTransferAmount (#710)
Variable SafeWolf.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to SafeWolf._getValues(uint256).tTransferAmount (#701)
Variable SafeWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#718) is too similar to SafeWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeWolf._getValues(uint256).tTransferAmount (#701)
Variable SafeWolf._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeWolf._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeWolf._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeWolf._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeWolf.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to SafeWolf._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeWolf._getValues(uint256).rTransferAmount (#703) is too similar to SafeWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeWolf._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#718) is too similar to SafeWolf._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#718) is too similar to SafeWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeWolf._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeWolf._getValues(uint256).rTransferAmount (#703) is too similar to SafeWolf._getValues(uint256).tTransferAmount (#701)
Variable SafeWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#718) is too similar to SafeWolf._getTValues(uint256).tTransferAmount (#710)
Variable SafeWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#718) is too similar to SafeWolf._getValues(uint256).tTransferAmount (#701)
Variable SafeWolf._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeWolf._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeWolf._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeWolf._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Prevent variables from having similar names.

Additional information: link

SafeWolf._decimals (#498) should be constant
SafeWolf._max_tx_size (#507) should be constant
SafeWolf._name (#496) should be constant
SafeWolf._symbol (#497) should be constant
SafeWolf._tTotal (#492) should be constant
SafeWolf.burnAdd (#505) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#444-447)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#453-457)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#459-461)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#464-469)
unlock() should be declared external:
- Ownable.unlock() (#472-477)
name() should be declared external:
- SafeWolf.name() (#514-516)
symbol() should be declared external:
- SafeWolf.symbol() (#518-520)
decimals() should be declared external:
- SafeWolf.decimals() (#522-524)
totalSupply() should be declared external:
- SafeWolf.totalSupply() (#526-528)
balanceOf(address) should be declared external:
- SafeWolf.balanceOf(address) (#530-533)
transfer(address,uint256) should be declared external:
- SafeWolf.transfer(address,uint256) (#535-538)
allowance(address,address) should be declared external:
- SafeWolf.allowance(address,address) (#540-542)
approve(address,uint256) should be declared external:
- SafeWolf.approve(address,uint256) (#544-547)
transferFrom(address,address,uint256) should be declared external:
- SafeWolf.transferFrom(address,address,uint256) (#549-553)
increaseAllowance(address,uint256) should be declared external:
- SafeWolf.increaseAllowance(address,uint256) (#555-558)
decreaseAllowance(address,uint256) should be declared external:
- SafeWolf.decreaseAllowance(address,uint256) (#560-563)
isExcluded(address) should be declared external:
- SafeWolf.isExcluded(address) (#565-567)
totalFees() should be declared external:
- SafeWolf.totalFees() (#569-571)
deliver(uint256) should be declared external:
- SafeWolf.deliver(uint256) (#573-580)
reflectionFromToken(uint256,bool) should be declared external:
- SafeWolf.reflectionFromToken(uint256,bool) (#582-591)
_getTaxFee() should be declared external:
- SafeWolf._getTaxFee() (#771-773)
_getBurnFee() should be declared external:
- SafeWolf._getBurnFee() (#775-777)
_getMaxTxAmount() should be declared external:
- SafeWolf._getMaxTxAmount() (#779-781)
Use the external attribute for functions never called from the contract.

Additional information: link

SafeWolf.slitherConstructorVariables() (#480-792) uses literals with too many digits:
- burnAdd = 0x000000000000000000000000000000000000dEaD (#505)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeWolf.allowance(address,address).owner (#540) shadows:
- Ownable.owner() (#425-427) (function)
SafeWolf._approve(address,address,uint256).owner (#622) shadows:
- Ownable.owner() (#425-427) (function)
Rename the local variables that shadow another component.

Additional information: link

SafeWolf._setTaxFee(uint256) (#783-785) should emit an event for:
- _taxFee = taxFee (#784)
SafeWolf._setBurnFee(uint256) (#787-789) should emit an event for:
- _burnFee = burnFee (#788)
Emit an event for critical parameter changes.

Additional information: link

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

Additional information: link

Address.isContract(address) (#277-286) uses assembly
- INLINE ASM (#284)
Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) uses assembly
- INLINE ASM (#383-386)
Do not use evm assembly.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


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


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain

Contract has 8% buy tax and 6% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Last post in Twitter was more than 180 days ago


Unable to find Youtube account


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

Additional information: link


Token was delisted from CoinHunt

Additional information: link


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


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


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

Additional information: link


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


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinGecko rank

Price for SW

News for SW