Happy Valentine 2022 Token Logo

HVALS [Happy Valentine 2022] Token

ALERT: honeypot scam

About HVALS

Listings

Not Found
Token 2 years

Web : https://happyvalentine2022.com

Social

Laser Scorebeta Last Audit: 14 February 2022

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

Anti-Scam

Links


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

HAPPY_VALENTINE_2022._isExcluded (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#895) is never initialized. It is used in:
- HAPPY_VALENTINE_2022.balanceOf(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#976-979)
- HAPPY_VALENTINE_2022._takeMarketing(uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1177-1183)
- HAPPY_VALENTINE_2022._tokenTransfer(address,address,uint256,bool) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1286-1319)
HAPPY_VALENTINE_2022._excluded (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#896) is never initialized. It is used in:
- HAPPY_VALENTINE_2022._getCurrentSupply() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1162-1175)
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


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

HAPPY_VALENTINE_2022.updateMarketingWallet(address).newAddress (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1069) lacks a zero-check on :
- _marketingAddress = newAddress (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1070)
Check that the address is not zero.

Additional information: link

HAPPY_VALENTINE_2022.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1270-1283) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1275-1282)
Ensure that all the return values of the function calls are used.

Additional information: link

HAPPY_VALENTINE_2022.allowance(address,address).owner (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#990) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#491-493) (function)
HAPPY_VALENTINE_2022._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1218) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#491-493) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in HAPPY_VALENTINE_2022.constructor() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#931-958):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#946-947)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#953)
- _isExcludedFromFee[address(this)] = true (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#954)
- _isExcludedFromFee[_marketingAddress] = true (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#955)
- uniswapV2Router = _uniswapV2Router (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#950)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in HAPPY_VALENTINE_2022.constructor() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#931-958):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#946-947)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#957)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#300-311) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#307-309)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#426-454) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#446-449)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#426-454) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#361-366) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#374-380) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#393-405) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#413-424) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#300-311) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#329-341) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#273-276) is never used and should be removed
HAPPY_VALENTINE_2022.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1270-1283) is never used and should be removed
HAPPY_VALENTINE_2022.swapTokensForEth(uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1252-1268) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#242-244) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#258-265) is never used and should be removed
Remove unused functions.

Additional information: link

HAPPY_VALENTINE_2022._rTotal (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#900) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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

Pragma version0.8.10 (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#15) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 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.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#329-341):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#336)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#426-454):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#435-437)
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() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#599) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#601) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#632) is not in mixedCase
Function IUniswapV2Router01.WETH() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#680) is not in mixedCase
Contract HAPPY_VALENTINE_2022 (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#885-1422) is not in CapWords
Parameter HAPPY_VALENTINE_2022.calculateTaxFee(uint256)._amount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1186) is not in mixedCase
Parameter HAPPY_VALENTINE_2022.calculateMarketingFee(uint256)._amount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1190) is not in mixedCase
Variable HAPPY_VALENTINE_2022._marketingAddress (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#903-904) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#274)" inContext (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#268-277)
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 (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#685) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#686)
Variable HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1331) is too similar to HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1402)
Variable HAPPY_VALENTINE_2022._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1151-1153) is too similar to HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1352)
Variable HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1406) is too similar to HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1352)
Variable HAPPY_VALENTINE_2022._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1151-1153) is too similar to HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1327)
Variable HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1406) is too similar to HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1327)
Variable HAPPY_VALENTINE_2022._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1151-1153) is too similar to HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1377)
Variable HAPPY_VALENTINE_2022._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1151-1153) is too similar to HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1402)
Variable HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1406) is too similar to HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1377)
Variable HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1406) is too similar to HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1402)
Variable HAPPY_VALENTINE_2022._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1151-1153) is too similar to HAPPY_VALENTINE_2022._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1129)
Variable HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1356) is too similar to HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1402)
Variable HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1406) is too similar to HAPPY_VALENTINE_2022._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1129)
Variable HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1381) is too similar to HAPPY_VALENTINE_2022._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1402)
Variable HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1381) is too similar to HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1327)
Variable HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1381) is too similar to HAPPY_VALENTINE_2022._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1129)
Variable HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1381) is too similar to HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1352)
Variable HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1356) is too similar to HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1377)
Variable HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1331) is too similar to HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1377)
Variable HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1356) is too similar to HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1327)
Variable HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1356) is too similar to HAPPY_VALENTINE_2022._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1129)
Variable HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1356) is too similar to HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1352)
Variable HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1381) is too similar to HAPPY_VALENTINE_2022._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1377)
Variable HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1331) is too similar to HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1327)
Variable HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1331) is too similar to HAPPY_VALENTINE_2022._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1129)
Variable HAPPY_VALENTINE_2022._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1331) is too similar to HAPPY_VALENTINE_2022._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1352)
Prevent variables from having similar names.

Additional information: link

Ownable._previousOwner (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#471) is never used in HAPPY_VALENTINE_2022 (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#885-1422)
Remove unused state variables.

Additional information: link

HAPPY_VALENTINE_2022._decimals (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#909) should be constant
HAPPY_VALENTINE_2022._name (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#907) should be constant
HAPPY_VALENTINE_2022._symbol (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#908) should be constant
HAPPY_VALENTINE_2022._tTotal (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#899) should be constant
Ownable._previousOwner (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#471) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#510-513)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#519-526)
name() should be declared external:
- HAPPY_VALENTINE_2022.name() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#960-962)
symbol() should be declared external:
- HAPPY_VALENTINE_2022.symbol() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#964-966)
decimals() should be declared external:
- HAPPY_VALENTINE_2022.decimals() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#968-970)
totalSupply() should be declared external:
- HAPPY_VALENTINE_2022.totalSupply() (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#972-974)
balanceOf(address) should be declared external:
- HAPPY_VALENTINE_2022.balanceOf(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#976-979)
transfer(address,uint256) should be declared external:
- HAPPY_VALENTINE_2022.transfer(address,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#981-988)
allowance(address,address) should be declared external:
- HAPPY_VALENTINE_2022.allowance(address,address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#990-997)
approve(address,uint256) should be declared external:
- HAPPY_VALENTINE_2022.approve(address,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#999-1006)
transferFrom(address,address,uint256) should be declared external:
- HAPPY_VALENTINE_2022.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1008-1023)
increaseAllowance(address,uint256) should be declared external:
- HAPPY_VALENTINE_2022.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1025-1036)
decreaseAllowance(address,uint256) should be declared external:
- HAPPY_VALENTINE_2022.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1038-1052)
excludeFromFee(address) should be declared external:
- HAPPY_VALENTINE_2022.excludeFromFee(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1074-1076)
includeInFee(address) should be declared external:
- HAPPY_VALENTINE_2022.includeInFee(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1078-1080)
isExcludedFromFee(address) should be declared external:
- HAPPY_VALENTINE_2022.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0x2f79f945f25acfbecbd13c768e957501214983ef.bscscan.com-HAPPY_VALENTINE_2022.sol#1213-1215)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


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


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord 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 token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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

Additional information: link


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


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for HVALS