WOLFI Token Logo

WOLFI Token

About WOLFI

Listings

Token 2 years
CoinMarketCap 2 years
white paper

WOLFI is an auto-staking community-focused deflationary cryptocurrency.

As per the contract, 2% from each transaction automatically creates liquidity, 5% from each transaction is sent to the dead address, WOLFI holders automatically receive a distribution of 2% of each transaction of the WOLFI token. This function is a unique and easy way for holders to receive rewards directly to their wallets without the need to stake or farm on other platforms. This saves gas fees and allows compounding with ease of mind.

Laser Scorebeta Last Audit: 20 February 2022

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


Contract creator or owner is blacklisted for past scams

WOLFI.Remit(address,uint256,address) (#898-904) sends eth to arbitrary user
Dangerous calls:
- address(_wallet).transfer(amount) (#900)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

WOLFI.Remit(address,uint256,address) (#898-904) ignores return value by IBEP20(token).transfer(_wallet,amount) (#902)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

WOLFI.allowance(address,address).owner (#545) shadows:
- Ownable.owner() (#410-412) (function)
WOLFI._approve(address,address,uint256).owner (#704) shadows:
- Ownable.owner() (#410-412) (function)
Rename the local variables that shadow another component.

Additional information: link

WOLFI.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address)._FeeAddress (#491) lacks a zero-check on :
- FeeAddress = _FeeAddress (#504)
WOLFI.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address)._dev (#491) lacks a zero-check on :
- dev = _dev (#505)
WOLFI.setAsLiquidityPoolAccount(address).account (#685) lacks a zero-check on :
- FeeAddress = account (#686)
WOLFI.Remit(address,uint256,address)._wallet (#898) lacks a zero-check on :
- address(_wallet).transfer(amount) (#900)
Check that the address is not zero.

Additional information: link

Address.isContract(address) (#272-281) uses assembly
- INLINE ASM (#279)
Address._functionCallWithValue(address,bytes,uint256,string) (#365-386) uses assembly
- INLINE ASM (#378-381)
Do not use evm assembly.

Additional information: link

WOLFI.includeAccount(address) (#638-649) has costly operations inside a loop:
- _excluded.pop() (#645)
WOLFI.includeAccountSender(address) (#673-683) has costly operations inside a loop:
- _excludedSender.pop() (#679)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#365-386) is never used and should be removed
Address.functionCall(address,bytes) (#325-327) is never used and should be removed
Address.functionCall(address,bytes,string) (#335-337) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#350-352) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#360-363) is never used and should be removed
Address.isContract(address) (#272-281) is never used and should be removed
Address.sendValue(address,uint256) (#299-305) is never used and should be removed
Context._msgData() (#15-18) is never used and should be removed
SafeMath.mod(uint256,uint256) (#229-231) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#245-248) is never used and should be removed
WOLFI._getTaxFee() (#893-895) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.2 (#7) 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.sendValue(address,uint256) (#299-305):
- (success) = recipient.call{value: amount}() (#303)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#365-386):
- (success,returndata) = target.call{value: weiValue}(data) (#369)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable Ownable._owner (#402) is not in mixedCase
Parameter WOLFI.antiBot(address,bool)._wallet (#652) is not in mixedCase
Parameter WOLFI.antiBot(address,bool)._allow (#652) is not in mixedCase
Parameter WOLFI.isBot(address)._wallet (#660) is not in mixedCase
Parameter WOLFI.updateFee(uint256,uint256,uint256)._txFee (#690) is not in mixedCase
Parameter WOLFI.updateFee(uint256,uint256,uint256)._burnFee (#690) is not in mixedCase
Parameter WOLFI.updateFee(uint256,uint256,uint256)._liquiditypoolFee (#690) is not in mixedCase
Function WOLFI.Remit(address,uint256,address) (#898-904) is not in mixedCase
Parameter WOLFI.Remit(address,uint256,address)._wallet (#898) is not in mixedCase
Variable WOLFI.Website (#460) is not in mixedCase
Variable WOLFI.Total_Fee (#461) is not in mixedCase
Variable WOLFI.Slippage (#462) is not in mixedCase
Variable WOLFI._NAME (#464) is not in mixedCase
Variable WOLFI._SYMBOL (#465) is not in mixedCase
Variable WOLFI._DECIMALS (#466) is not in mixedCase
Variable WOLFI.FeeAddress (#467) is not in mixedCase
Variable WOLFI._MAX (#469) is not in mixedCase
Variable WOLFI._DECIMALFACTOR (#470) is not in mixedCase
Variable WOLFI._GRANULARITY (#471) is not in mixedCase
Variable WOLFI._TAX_FEE (#480) is not in mixedCase
Variable WOLFI._BURN_FEE (#481) is not in mixedCase
Variable WOLFI._LIQUIDITYPOOL_FEE (#482) is not in mixedCase
Variable WOLFI.ORIG_TAX_FEE (#484) is not in mixedCase
Variable WOLFI.ORIG_BURN_FEE (#485) is not in mixedCase
Variable WOLFI.ORIG_LIQUIDITYPOOL_FEE (#486) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._reflectFee(uint256,uint256,uint256,uint256,uint256).tLiquidityPool (#807)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._getValues(uint256).tLiquidityPool (#818)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._transferStandard(address,address,uint256).tLiquidityPool (#744)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._getValues(uint256).tLiquidityPool (#818)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tLiquidityPool (#776)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._transferStandard(address,address,uint256).tLiquidityPool (#744)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tLiquidityPool (#776)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI.getTTransferAmount(uint256,uint256,uint256,uint256).tLiquidityPool (#833)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._sendToLiquidityPool(uint256,address).tLiquidityPool (#867)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI.getTTransferAmount(uint256,uint256,uint256,uint256).tLiquidityPool (#833)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._sendToLiquidityPool(uint256,address).tLiquidityPool (#867)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._transferToExcluded(address,address,uint256).tLiquidityPool (#759)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._getTBasics(uint256,uint256,uint256,uint256).tLiquidityPool (#829)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tLiquidityPool (#792)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tLiquidityPool (#792)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).tLiquidityPool (#843)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._reflectFee(uint256,uint256,uint256,uint256,uint256).tLiquidityPool (#807)
Variable WOLFI._sendToLiquidityPool(uint256,address).rLiquidityPool (#869) is too similar to WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).tLiquidityPool (#843)
Variable WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#767) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#767) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#767) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._transferFromExcluded(address,address,uint256).rTransferAmount (#776) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI.reflectionFromToken(uint256,bool).rTransferAmount (#618) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._transferToExcluded(address,address,uint256).rTransferAmount (#759) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#846) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#784) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._getValues(uint256).rTransferAmount (#822) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#784) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#752) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._transferToExcluded(address,address,uint256).rTransferAmount (#759) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._transferToExcluded(address,address,uint256).rTransferAmount (#759) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._transferToExcluded(address,address,uint256).rTransferAmount (#759) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._transferToExcluded(address,address,uint256).rTransferAmount (#759) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#767) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#767) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#846) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI.reflectionFromToken(uint256,bool).rTransferAmount (#618) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#800) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#752) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#784) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#846) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#767) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._getValues(uint256).rTransferAmount (#822) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI.reflectionFromToken(uint256,bool).rTransferAmount (#618) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#800) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#784) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._transferToExcluded(address,address,uint256).rTransferAmount (#759) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#846) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to WOLFI._transferFromExcluded(address,address,uint256).tTransferAmount (#776)
Variable WOLFI._getValues(uint256).rTransferAmount (#822) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._transferToExcluded(address,address,uint256).tLiquidityPool (#759)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rLiquidityPool (#845) is too similar to WOLFI._getTBasics(uint256,uint256,uint256,uint256).tLiquidityPool (#829)
Variable WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#800) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#800) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#752) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._transferFromExcluded(address,address,uint256).rTransferAmount (#776) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#752) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#752) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#846) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#800) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._getValues(uint256).rTransferAmount (#822) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#784) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._transferFromExcluded(address,address,uint256).rTransferAmount (#776) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._getValues(uint256).rTransferAmount (#822) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#752) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI.reflectionFromToken(uint256,bool).rTransferAmount (#618) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#800) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#846) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#784) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._getValues(uint256).rTransferAmount (#822) is too similar to WOLFI._transferToExcluded(address,address,uint256).tTransferAmount (#759)
Variable WOLFI._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#752) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#767) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI.reflectionFromToken(uint256,bool).rTransferAmount (#618) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#846) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._transferFromExcluded(address,address,uint256).rTransferAmount (#776) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._transferFromExcluded(address,address,uint256).rTransferAmount (#776) is too similar to WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#800)
Variable WOLFI.reflectionFromToken(uint256,bool).rTransferAmount (#618) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._transferFromExcluded(address,address,uint256).rTransferAmount (#776) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#784) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#800) is too similar to WOLFI._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable WOLFI._transferFromExcluded(address,address,uint256).rTransferAmount (#776) is too similar to WOLFI._transferStandard(address,address,uint256).tTransferAmount (#744)
Variable WOLFI._getValues(uint256).rTransferAmount (#822) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Variable WOLFI.reflectionFromToken(uint256,bool).rTransferAmount (#618) is too similar to WOLFI._getValues(uint256).tTransferAmount (#819)
Variable WOLFI._transferToExcluded(address,address,uint256).rTransferAmount (#759) is too similar to WOLFI._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#767)
Prevent variables from having similar names.

Additional information: link

WOLFI.Slippage (#462) should be constant
WOLFI.Total_Fee (#461) should be constant
WOLFI.Website (#460) should be constant
WOLFI._GRANULARITY (#471) should be constant
WOLFI._MAX (#469) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#410-412)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#430-433)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#439-443)
name() should be declared external:
- WOLFI.name() (#519-521)
symbol() should be declared external:
- WOLFI.symbol() (#523-525)
decimals() should be declared external:
- WOLFI.decimals() (#527-529)
totalSupply() should be declared external:
- WOLFI.totalSupply() (#531-533)
balanceOf(address) should be declared external:
- WOLFI.balanceOf(address) (#535-538)
transfer(address,uint256) should be declared external:
- WOLFI.transfer(address,uint256) (#540-543)
allowance(address,address) should be declared external:
- WOLFI.allowance(address,address) (#545-547)
approve(address,uint256) should be declared external:
- WOLFI.approve(address,uint256) (#549-552)
transferFrom(address,address,uint256) should be declared external:
- WOLFI.transferFrom(address,address,uint256) (#554-558)
increaseAllowance(address,uint256) should be declared external:
- WOLFI.increaseAllowance(address,uint256) (#560-563)
decreaseAllowance(address,uint256) should be declared external:
- WOLFI.decreaseAllowance(address,uint256) (#565-568)
isExcluded(address) should be declared external:
- WOLFI.isExcluded(address) (#570-572)
isExcludedSender(address) should be declared external:
- WOLFI.isExcludedSender(address) (#574-576)
totalFees() should be declared external:
- WOLFI.totalFees() (#579-581)
totalBurn() should be declared external:
- WOLFI.totalBurn() (#583-585)
totalLiquidityPool() should be declared external:
- WOLFI.totalLiquidityPool() (#587-589)
deliver(uint256) should be declared external:
- WOLFI.deliver(uint256) (#603-610)
reflectionFromToken(uint256,bool) should be declared external:
- WOLFI.reflectionFromToken(uint256,bool) (#612-621)
updateFee(uint256,uint256,uint256) should be declared external:
- WOLFI.updateFee(uint256,uint256,uint256) (#690-698)
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 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

Contract has 0% buy tax and 10% sell tax.
Taxes are low and contract ownership is renounced.

No disclosed threats


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

Additional information: link


Unable to find token on CoinHunt

Additional information: link


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

Additional information: link


Young tokens have high risks of price dump / death


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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for WOLFI

News for WOLFI