WolfGirl Token Logo

WolfGirl Token

About WolfGirl

Listings

Token 2 years

Wolf Girl is a Token on Binance Smart Chain. Stealth Launched and 100% community Driven. The Wolf Girl is your next Generation Token and set to conquer the Binance Smart Chain.

Social

Laser Scorebeta Last Audit: 30 November 2021

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links

Reentrancy in WolfGirl._transfer(address,address,uint256) (#776-865):
External calls:
- swapAndLiquify(contractTokenBalance) (#842)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#912-918)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#842)
- wallet.transfer(amount) (#881)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#864)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#985)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#986)
- _tOwned[address(this)] = _tOwned[address(this)].add(tDev) (#987)
- _tokenTransfer(from,to,amount,takeFee) (#864)
- txCount ++ (#974)
Apply the check-effects-interactions pattern.

Additional information: link


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

WolfGirl.blacklist_Add_Wallets(address[]).i (#653) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

WolfGirl._approve(address,address,uint256).owner (#768) shadows:
- Ownable.owner() (#162-164) (function)
Rename the local variables that shadow another component.

Additional information: link

WolfGirl.set_Max_Wallet_Percent(uint256) (#737-739) should emit an event for:
- _maxWalletToken = _tTotal * maxWallPercent_x100 / 10000 (#738)
Emit an event for critical parameter changes.

Additional information: link

WolfGirl.set_New_Pair_Address(address).newPair (#957) lacks a zero-check on :
- uniswapV2Pair = newPair (#958)
Check that the address is not zero.

Additional information: link

Reentrancy in WolfGirl.transferFrom(address,address,uint256) (#543-547):
External calls:
- _transfer(sender,recipient,amount) (#544)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#912-918)
External calls sending eth:
- _transfer(sender,recipient,amount) (#544)
- wallet.transfer(amount) (#881)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#545)
- _allowances[owner][spender] = amount (#771)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in WolfGirl.transferFrom(address,address,uint256) (#543-547):
External calls:
- _transfer(sender,recipient,amount) (#544)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#912-918)
External calls sending eth:
- _transfer(sender,recipient,amount) (#544)
- wallet.transfer(amount) (#881)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#772)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#545)
Apply the check-effects-interactions pattern.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#134-147) uses assembly
- INLINE ASM (#139-142)
Do not use evm assembly.

Additional information: link

SafeMath.mul(uint256,uint256) (#42-44) is never used and should be removed
Remove unused functions.

Additional information: link

WolfGirl._previousMaxTxAmount (#448) is set pre-construction with a non-constant function or state variable:
- _maxTxAmount
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

solc-0.8.7 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

Low level call in Address.functionDelegateCall(address,bytes,string) (#128-132):
- (success,returndata) = target.delegatecall(data) (#130)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable WolfGirl._maxTxAmount (#447) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#74)" inContext (#68-77)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in WolfGirl.transferFrom(address,address,uint256) (#543-547):
External calls:
- _transfer(sender,recipient,amount) (#544)
- wallet.transfer(amount) (#881)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#545)
- _allowances[owner][spender] = amount (#771)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#772)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#545)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#245) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#246)
Prevent variables from having similar names.

Additional information: link

WolfGirl.slitherConstructorVariables() (#374-1005) uses literals with too many digits:
- _tTotal = 100000000000000 * 10 ** 18 (#412)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

WolfGirl._previousMaxTxAmount (#448) is never used in WolfGirl (#374-1005)
Remove unused state variables.

Additional information: link

WolfGirl.maxPossibleFee (#421) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

set_New_Pair_Address(address) should be declared external:
- WolfGirl.set_New_Pair_Address(address) (#957-959)
Use the external attribute for functions never called from the contract.

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.


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


Unable to find Youtube account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


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 token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


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


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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for WolfGirl