Venom Network Token Logo

VENOM [Venom Network] Token

About VENOM

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 21 June 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.

Reentrancy in VenomNetwork._transfer(address,address,uint256) (#553-589):
External calls:
- swapAndSendToFee(sellTokens) (#575)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#623-629)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#575)
- address(_marketingWallet).transfer(ethToSend) (#596)
State variables written after the call(s):
- _tOwned[from] -= amount (#579)
- transferAmount = _getValues(amount,from) (#584)
- _tOwned[address(this)] += marketingFee + liquidityFee (#535)
- _tOwned[to] += transferAmount (#587)
- swapping = false (#576)
Apply the check-effects-interactions pattern.

Additional information: link


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

VenomNetwork.allowance(address,address).owner (#494) shadows:
- Ownable.owner() (#173-175) (function)
VenomNetwork._approve(address,address,uint256).owner (#545) shadows:
- Ownable.owner() (#173-175) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in VenomNetwork.constructor() (#451-467):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#456)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#462)
- _isExcludedFromFee[address(this)] = true (#463)
- _isExcludedFromFee[_marketingWallet] = true (#464)
- uniswapV2Pair = _uniswapV2Pair (#459)
- uniswapV2Router = _uniswapV2Router (#458)
Reentrancy in VenomNetwork.swapAndLiquify() (#599-611):
External calls:
- newBalance = swapTokensForEth(half) (#604)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#623-629)
- addLiquidity(otherHalf,newBalance) (#608)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#638-645)
- (success) = recipient.call{value: amount}() (#111)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#648)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#608)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#638-645)
- (success) = recipient.call{value: amount}() (#111)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#608)
- _allowances[owner][spender] = amount (#549)
Reentrancy in VenomNetwork.transferFrom(address,address,uint256) (#503-507):
External calls:
- _transfer(sender,recipient,amount) (#504)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#623-629)
External calls sending eth:
- _transfer(sender,recipient,amount) (#504)
- address(_marketingWallet).transfer(ethToSend) (#596)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#505)
- _allowances[owner][spender] = amount (#549)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in VenomNetwork._transfer(address,address,uint256) (#553-589):
External calls:
- swapAndSendToFee(sellTokens) (#575)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#623-629)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#575)
- address(_marketingWallet).transfer(ethToSend) (#596)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#536)
- transferAmount = _getValues(amount,from) (#584)
- Transfer(from,to,transferAmount) (#588)
Reentrancy in VenomNetwork.constructor() (#451-467):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#456)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#466)
Reentrancy in VenomNetwork.swapAndLiquify() (#599-611):
External calls:
- newBalance = swapTokensForEth(half) (#604)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#623-629)
- addLiquidity(otherHalf,newBalance) (#608)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#638-645)
- (success) = recipient.call{value: amount}() (#111)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#648)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#608)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#638-645)
- (success) = recipient.call{value: amount}() (#111)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#550)
- addLiquidity(otherHalf,newBalance) (#608)
- SwapAndLiquify(half,newBalance,otherHalf) (#609)
Reentrancy in VenomNetwork.transferFrom(address,address,uint256) (#503-507):
External calls:
- _transfer(sender,recipient,amount) (#504)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#623-629)
External calls sending eth:
- _transfer(sender,recipient,amount) (#504)
- address(_marketingWallet).transfer(ethToSend) (#596)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#550)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#505)
Apply the check-effects-interactions pattern.

Additional information: link

VenomNetwork._transfer(address,address,uint256) (#553-589) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_lastBuy[to] + _buyCooldown < block.timestamp,Must wait til after coooldown to buy) (#567)
VenomNetwork.addLiquidity(uint256,uint256) (#633-649) uses timestamp for comparisons
Dangerous comparisons:
- ethAmount - ethFromLiquidity > 0 (#647)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#96-105) uses assembly
- INLINE ASM (#103)
Address._functionCallWithValue(address,bytes,uint256,string) (#132-153) uses assembly
- INLINE ASM (#145-148)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#132-153) is never used and should be removed
Address.functionCall(address,bytes) (#115-117) is never used and should be removed
Address.functionCall(address,bytes,string) (#119-121) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#123-125) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#127-130) is never used and should be removed
Address.isContract(address) (#96-105) is never used and should be removed
Address.sendValue(address,uint256) (#107-113) is never used and should be removed
Context._msgData() (#84-87) is never used and should be removed
SafeMath.add(uint256,uint256) (#25-30) is never used and should be removed
SafeMath.div(uint256,uint256) (#57-59) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#61-67) is never used and should be removed
SafeMath.mod(uint256,uint256) (#69-71) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#73-76) is never used and should be removed
SafeMath.mul(uint256,uint256) (#43-55) is never used and should be removed
SafeMath.sub(uint256,uint256) (#32-34) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#36-41) is never used and should be removed
VenomNetwork.addLiquidity(uint256,uint256) (#633-649) is never used and should be removed
VenomNetwork.swapAndLiquify() (#599-611) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#107-113):
- (success) = recipient.call{value: amount}() (#111)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#132-153):
- (success,returndata) = target.call{value: weiValue}(data) (#136)
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() (#244) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#245) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#262) is not in mixedCase
Function IUniswapV2Router01.WETH() (#284) is not in mixedCase
Variable VenomNetwork._maxTxAmount (#434) is not in mixedCase
Constant VenomNetwork._name (#436) is not in UPPER_CASE_WITH_UNDERSCORES
Constant VenomNetwork._symbol (#437) is not in UPPER_CASE_WITH_UNDERSCORES
Constant VenomNetwork._decimals (#438) is not in UPPER_CASE_WITH_UNDERSCORES
Variable VenomNetwork._marketingFee (#440) is not in mixedCase
Variable VenomNetwork._liquidityFee (#441) is not in mixedCase
Variable VenomNetwork._marketingWallet (#442) is not in mixedCase
Variable VenomNetwork._buyCooldown (#444) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#85)" inContext (#79-88)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in VenomNetwork._transfer(address,address,uint256) (#553-589):
External calls:
- swapAndSendToFee(sellTokens) (#575)
- address(_marketingWallet).transfer(ethToSend) (#596)
State variables written after the call(s):
- _tOwned[from] -= amount (#579)
- transferAmount = _getValues(amount,from) (#584)
- _tOwned[address(this)] += marketingFee + liquidityFee (#535)
- _tOwned[to] += transferAmount (#587)
- swapping = false (#576)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#536)
- transferAmount = _getValues(amount,from) (#584)
- Transfer(from,to,transferAmount) (#588)
Reentrancy in VenomNetwork.transferFrom(address,address,uint256) (#503-507):
External calls:
- _transfer(sender,recipient,amount) (#504)
- address(_marketingWallet).transfer(ethToSend) (#596)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#505)
- _allowances[owner][spender] = amount (#549)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#550)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#505)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.sendValue(address,uint256) (#107-113) uses literals with too many digits:
- recipient = address(0x000000000000000000000000000000000000dEaD) (#109)
VenomNetwork.slitherConstructorVariables() (#421-651) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (#433)
VenomNetwork.slitherConstructorVariables() (#421-651) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 9 (#434)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

VenomNetwork._buyCooldown (#444) should be constant
VenomNetwork._liquidityFee (#441) should be constant
VenomNetwork._marketingFee (#440) should be constant
VenomNetwork._marketingWallet (#442) should be constant
VenomNetwork._maxTxAmount (#434) should be constant
VenomNetwork._tTotal (#433) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#192-195)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#201-205)
name() should be declared external:
- VenomNetwork.name() (#469-471)
symbol() should be declared external:
- VenomNetwork.symbol() (#473-475)
decimals() should be declared external:
- VenomNetwork.decimals() (#477-479)
totalSupply() should be declared external:
- VenomNetwork.totalSupply() (#481-483)
transfer(address,uint256) should be declared external:
- VenomNetwork.transfer(address,uint256) (#489-492)
allowance(address,address) should be declared external:
- VenomNetwork.allowance(address,address) (#494-496)
approve(address,uint256) should be declared external:
- VenomNetwork.approve(address,uint256) (#498-501)
transferFrom(address,address,uint256) should be declared external:
- VenomNetwork.transferFrom(address,address,uint256) (#503-507)
increaseAllowance(address,uint256) should be declared external:
- VenomNetwork.increaseAllowance(address,uint256) (#509-512)
decreaseAllowance(address,uint256) should be declared external:
- VenomNetwork.decreaseAllowance(address,uint256) (#514-517)
excludeFromFee(address) should be declared external:
- VenomNetwork.excludeFromFee(address) (#519-521)
includeInFee(address) should be declared external:
- VenomNetwork.includeInFee(address) (#523-525)
isExcludedFromFee(address) should be declared external:
- VenomNetwork.isExcludedFromFee(address) (#541-543)
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.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Token has only one trading pair

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


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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 VENOM