What is PornVerse Token?
The PornVerse Token (PORN) is a BEP20 cryptocurrency token based on the Binance Smart Chain Blockchain. It will be used as currency on the PornVerse Network. An adult’s only marketplace focusing on adult content in the Metaverse.
According to Juniper Research (2021), The global value of the VR (Virtual Reality) adult content market will increase significantly, from $716 million in 2021 to $19 billion in 2026, this represents 22% of the global digital adult content market value by 2026. We aim to be the first and best creator and marketplace in this space.
PornVerse Tokenomics:
Token Name: PornVerse.
Token Symbol: PORN.
Token Network: Binance Smart Chain BEP20
30% company treasury
25% team
5% foundation
40% Public Sale
100 billion total tokens – Capped
5% tax
1% burn
2% liquidity pool
2% Treasury
ROADMAP
February 14th public ICO
Q2 Building the marketplace
Q3. Marketing
Q4 Plot sales begin
Q4/Q1 2023 Interactive Experience development begins
Marketing Strategy
We know that marketing is the key to the success of our ecosystem. If users don’t know about the token and network, they ultimately won’t purchase the product. Our marketing activities include
Traditional ad buys
Cryptocurrency Influencers
Token Airdrops
Bounty Campaigns
BSC contract address: 0x33D752E21e3F66A4A400aFCa94a4D61647020018
Available by PancakeSwap:
https://pancakeswap.finance/swap?outputCurrency=0x33D752E21e3F66A4A400aFCa94a4D61647020018
Telegram:
www.t.me/PronVerseCrypto
Twitter:
https://twitter.com/pornversecrypto
White Paper:
https://pornversecrypto.com/whitepaper.pdf
Denial of Responsibility: All Rights Reserved. PornVerse Token is not an investment. PornVerse Token makes no promises and is not responsible for any losses or errors use at your own risk
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
PornVerseContract.addLiquidity(uint256,uint256) (#568-581) sends eth to arbitrary user
Dangerous calls:
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in PornVerseContract._transfer(address,address,uint256) (#472-501):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#497)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#592-598)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#497)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- _rOwned[address(this)] += rMarketing (#384)
- _rOwned[address(this)] += rDev (#374)
- _rOwned[deadAddress] += rBurn (#404)
- _rOwned[address(this)] += rLiquidity (#364)
- _rOwned[address(this)] += rTreasury (#394)
- _rOwned[sender] = _rOwned[sender] - s.rAmount (#516)
- _rOwned[recipient] = _rOwned[recipient] + s.rTransferAmount (#517)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- _rTotal -= rRfi (#353)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- _tOwned[address(this)] += tDev (#372)
- _tOwned[deadAddress] += tBurn (#402)
- _tOwned[address(this)] += tLiquidity (#362)
- _tOwned[address(this)] += tTreasury (#392)
- _tOwned[address(this)] += tMarketing (#382)
- _tOwned[sender] = _tOwned[sender] - tAmount (#510)
- _tOwned[recipient] = _tOwned[recipient] + s.tTransferAmount (#513)
Apply the check-effects-interactions pattern.
Additional information: link
PornVerseContract.rescueAnyERC20Tokens(address,address,uint256) (#665-667) ignores return value by IERC20(_tokenAddr).transfer(_to,_amount) (#666)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Combination 1: Reentrancy vulnerabilities + 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.
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.
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract ownership is not renounced (belongs to a wallet)
Reentrancy in PornVerseContract._transfer(address,address,uint256) (#472-501):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#497)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#592-598)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#497)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
Event emitted after the call(s):
- Transfer(sender,deadAddress,s.tBurn) (#526)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- Transfer(sender,recipient,s.tTransferAmount) (#527)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- Transfer(sender,address(this),s.tLiquidity + s.tTreasury + s.tDev + s.tMarketing) (#528)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
Reentrancy in PornVerseContract.constructor() (#199-222):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#201-202)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#221)
Reentrancy in PornVerseContract.swapAndLiquify(uint256) (#532-566):
External calls:
- swapTokensForETH(toSwap) (#540)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#592-598)
- addLiquidity(tokensToAddLiquidityWith,ethToAddLiquidityWith) (#548)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,ethToAddLiquidityWith) (#548)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#468)
- addLiquidity(tokensToAddLiquidityWith,ethToAddLiquidityWith) (#548)
Reentrancy in PornVerseContract.transferFrom(address,address,uint256) (#262-270):
External calls:
- _transfer(sender,recipient,amount) (#263)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#592-598)
External calls sending eth:
- _transfer(sender,recipient,amount) (#263)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#468)
- _approve(sender,_msgSender(),currentAllowance - amount) (#267)
Apply the check-effects-interactions pattern.
Additional information: link
PornVerseContract._transfer(address,address,uint256) (#472-501) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(timePassed > coolDownTime,You must wait coolDownTime) (#485)
- require(bool,string)(timePassed2 > coolDownTime,You must wait coolDownTime) (#490)
Avoid relying on block.timestamp.
Additional information: link
PornVerseContract.transfer(address,uint256) (#243-247) compares to a boolean constant:
-require(bool,string)(_isTradingState == true,Trading is currently disabled.) (#244)
Remove the equality to the boolean constant.
Additional information: link
PornVerseContract.includeInReward(address) (#315-326) has costly operations inside a loop:
- _excluded.pop() (#322)
Use a local variable to hold the loop computation result.
Additional information: link
Context._msgData() (#43-46) is never used and should be removed
Remove unused functions.
Additional information: link
PornVerseContract._rTotal (#128) 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 version^0.8.9 (#14) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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
PornVerseContract.swapAndLiquify(uint256) (#532-566) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - taxes.liquidity) (#543)
-ethToAddLiquidityWith = unitBalance * taxes.liquidity (#544)
PornVerseContract.swapAndLiquify(uint256) (#532-566) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - taxes.liquidity) (#543)
-devAmt = unitBalance * 2 * taxes.treasury (#551)
PornVerseContract.swapAndLiquify(uint256) (#532-566) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - taxes.liquidity) (#543)
-treasuryAmt = unitBalance * 2 * taxes.dev (#556)
PornVerseContract.swapAndLiquify(uint256) (#532-566) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - taxes.liquidity) (#543)
-marketingAmt = unitBalance * 2 * taxes.marketing (#561)
Consider ordering multiplication before division.
Additional information: link
PornVerseContract.addLiquidity(uint256,uint256) (#568-581) ignores return value by router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
Ensure that all the return values of the function calls are used.
Additional information: link
PornVerseContract.allowance(address,address).owner (#249) shadows:
- Ownable.owner() (#58-60) (function)
PornVerseContract._approve(address,address,uint256).owner (#464) shadows:
- Ownable.owner() (#58-60) (function)
Rename the local variables that shadow another component.
Additional information: link
PornVerseContract.updatMaxTxAmt(uint256) (#619-621) should emit an event for:
- maxTxAmount = amount * 10 ** _decimals (#620)
PornVerseContract.updateSwapTokensAtAmount(uint256) (#623-625) should emit an event for:
- swapTokensAtAmount = amount * 10 ** _decimals (#624)
PornVerseContract.updateCoolDownSettings(bool,uint256) (#631-634) should emit an event for:
- coolDownTime = _timeInSeconds * 1 (#633)
Emit an event for critical parameter changes.
Additional information: link
PornVerseContract.updateRouterAndPair(address,address).newPair (#647) lacks a zero-check on :
- pair = newPair (#649)
Check that the address is not zero.
Additional information: link
Reentrancy in PornVerseContract._transfer(address,address,uint256) (#472-501):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#497)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#592-598)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#497)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- totFeesPaid.liquidity += tLiquidity (#358)
- totFeesPaid.treasury += tTreasury (#388)
- totFeesPaid.marketing += tMarketing (#378)
- totFeesPaid.burn += tBurn (#398)
- totFeesPaid.dev += tDev (#368)
- totFeesPaid.rfi += tRfi (#354)
Reentrancy in PornVerseContract.constructor() (#199-222):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#201-202)
State variables written after the call(s):
- excludeFromReward(pair) (#207)
- _excluded.push(account) (#312)
- excludeFromReward(deadAddress) (#208)
- _excluded.push(account) (#312)
- excludeFromReward(pair) (#207)
- _isExcluded[account] = true (#311)
- excludeFromReward(deadAddress) (#208)
- _isExcluded[account] = true (#311)
- _isExcludedFromFee[owner()] = true (#211)
- _isExcludedFromFee[address(this)] = true (#212)
- _isExcludedFromFee[treasuryAddress] = true (#213)
- _isExcludedFromFee[devAddress] = true (#214)
- _isExcludedFromFee[marketingAddress] = true (#215)
- _isExcludedFromFee[deadAddress] = true (#216)
- _isTradingState = true (#218)
- _rOwned[owner()] = _rTotal (#210)
- excludeFromReward(pair) (#207)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#309)
- excludeFromReward(deadAddress) (#208)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#309)
- pair = _pair (#205)
- router = _router (#204)
- swapEnabled = true (#219)
Reentrancy in PornVerseContract.swapAndLiquify(uint256) (#532-566):
External calls:
- swapTokensForETH(toSwap) (#540)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#592-598)
- addLiquidity(tokensToAddLiquidityWith,ethToAddLiquidityWith) (#548)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,ethToAddLiquidityWith) (#548)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
State variables written after the call(s):
- addLiquidity(tokensToAddLiquidityWith,ethToAddLiquidityWith) (#548)
- _allowances[owner][spender] = amount (#467)
Reentrancy in PornVerseContract.transferFrom(address,address,uint256) (#262-270):
External calls:
- _transfer(sender,recipient,amount) (#263)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#592-598)
External calls sending eth:
- _transfer(sender,recipient,amount) (#263)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (#267)
- _allowances[owner][spender] = amount (#467)
Apply the check-effects-interactions pattern.
Additional information: link
Function IRouter.WETH() (#89) is not in mixedCase
Struct PornVerseContract.valuesFromGetValues (#172-188) is not in CapWords
Parameter PornVerseContract.setTaxes(uint256,uint256,uint256,uint256,uint256,uint256)._rfi (#341) is not in mixedCase
Parameter PornVerseContract.setTaxes(uint256,uint256,uint256,uint256,uint256,uint256)._treasury (#341) is not in mixedCase
Parameter PornVerseContract.setTaxes(uint256,uint256,uint256,uint256,uint256,uint256)._dev (#341) is not in mixedCase
Parameter PornVerseContract.setTaxes(uint256,uint256,uint256,uint256,uint256,uint256)._marketing (#341) is not in mixedCase
Parameter PornVerseContract.setTaxes(uint256,uint256,uint256,uint256,uint256,uint256)._liquidity (#341) is not in mixedCase
Parameter PornVerseContract.setTaxes(uint256,uint256,uint256,uint256,uint256,uint256)._burn (#341) is not in mixedCase
Parameter PornVerseContract.updateSwapEnabled(bool)._enabled (#627) is not in mixedCase
Parameter PornVerseContract.updateCoolDownSettings(bool,uint256)._enabled (#631) is not in mixedCase
Parameter PornVerseContract.updateCoolDownSettings(bool,uint256)._timeInSeconds (#631) is not in mixedCase
Parameter PornVerseContract.rescueAnyERC20Tokens(address,address,uint256)._tokenAddr (#665) is not in mixedCase
Parameter PornVerseContract.rescueAnyERC20Tokens(address,address,uint256)._to (#665) is not in mixedCase
Parameter PornVerseContract.rescueAnyERC20Tokens(address,address,uint256)._amount (#665) is not in mixedCase
Parameter PornVerseContract.setTradingState(bool)._state (#669) is not in mixedCase
Constant PornVerseContract._decimals (#124) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PornVerseContract._lastTrade (#136) is not in mixedCase
Constant PornVerseContract.deadAddress (#140) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PornVerseContract._name (#147) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PornVerseContract._symbol (#148) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#44)" inContext (#38-47)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in PornVerseContract._transfer(address,address,uint256) (#472-501):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#497)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#497)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- _rOwned[address(this)] += rMarketing (#384)
- _rOwned[address(this)] += rDev (#374)
- _rOwned[deadAddress] += rBurn (#404)
- _rOwned[address(this)] += rLiquidity (#364)
- _rOwned[address(this)] += rTreasury (#394)
- _rOwned[sender] = _rOwned[sender] - s.rAmount (#516)
- _rOwned[recipient] = _rOwned[recipient] + s.rTransferAmount (#517)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- _rTotal -= rRfi (#353)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- _tOwned[address(this)] += tDev (#372)
- _tOwned[deadAddress] += tBurn (#402)
- _tOwned[address(this)] += tLiquidity (#362)
- _tOwned[address(this)] += tTreasury (#392)
- _tOwned[address(this)] += tMarketing (#382)
- _tOwned[sender] = _tOwned[sender] - tAmount (#510)
- _tOwned[recipient] = _tOwned[recipient] + s.tTransferAmount (#513)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- totFeesPaid.liquidity += tLiquidity (#358)
- totFeesPaid.treasury += tTreasury (#388)
- totFeesPaid.marketing += tMarketing (#378)
- totFeesPaid.burn += tBurn (#398)
- totFeesPaid.dev += tDev (#368)
- totFeesPaid.rfi += tRfi (#354)
Event emitted after the call(s):
- Transfer(sender,deadAddress,s.tBurn) (#526)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- Transfer(sender,recipient,s.tTransferAmount) (#527)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
- Transfer(sender,address(this),s.tLiquidity + s.tTreasury + s.tDev + s.tMarketing) (#528)
- _tokenTransfer(from,to,amount,! (_isExcludedFromFee[from] || _isExcludedFromFee[to])) (#500)
Reentrancy in PornVerseContract.transferFrom(address,address,uint256) (#262-270):
External calls:
- _transfer(sender,recipient,amount) (#263)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
External calls sending eth:
- _transfer(sender,recipient,amount) (#263)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#573-580)
- address(devAddress).transfer(devAmt) (#553)
- address(treasuryAddress).transfer(treasuryAmt) (#558)
- address(marketingAddress).transfer(marketingAmt) (#563)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (#267)
- _allowances[owner][spender] = amount (#467)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#468)
- _approve(sender,_msgSender(),currentAllowance - amount) (#267)
Apply the check-effects-interactions pattern.
Additional information: link
PornVerseContract.slitherConstructorVariables() (#107-676) uses literals with too many digits:
- swapTokensAtAmount = 1000000 * 10 ** _decimals (#130)
PornVerseContract.slitherConstructorConstantVariables() (#107-676) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#140)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
PornVerseContract._tTotal (#127) should be constant
PornVerseContract.routerAddress (#145) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#67-69)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#71-74)
name() should be declared external:
- PornVerseContract.name() (#224-226)
symbol() should be declared external:
- PornVerseContract.symbol() (#227-229)
decimals() should be declared external:
- PornVerseContract.decimals() (#230-232)
totalSupply() should be declared external:
- PornVerseContract.totalSupply() (#234-236)
transfer(address,uint256) should be declared external:
- PornVerseContract.transfer(address,uint256) (#243-247)
allowance(address,address) should be declared external:
- PornVerseContract.allowance(address,address) (#249-251)
tradingEnabled() should be declared external:
- PornVerseContract.tradingEnabled() (#253-255)
approve(address,uint256) should be declared external:
- PornVerseContract.approve(address,uint256) (#257-260)
transferFrom(address,address,uint256) should be declared external:
- PornVerseContract.transferFrom(address,address,uint256) (#262-270)
increaseAllowance(address,uint256) should be declared external:
- PornVerseContract.increaseAllowance(address,uint256) (#272-275)
decreaseAllowance(address,uint256) should be declared external:
- PornVerseContract.decreaseAllowance(address,uint256) (#277-283)
isExcludedFromReward(address) should be declared external:
- PornVerseContract.isExcludedFromReward(address) (#285-287)
reflectionFromToken(uint256,bool) should be declared external:
- PornVerseContract.reflectionFromToken(uint256,bool) (#289-298)
excludeFromFee(address) should be declared external:
- PornVerseContract.excludeFromFee(address) (#329-331)
includeInFee(address) should be declared external:
- PornVerseContract.includeInFee(address) (#333-335)
isExcludedFromFee(address) should be declared external:
- PornVerseContract.isExcludedFromFee(address) (#337-339)
setTaxes(uint256,uint256,uint256,uint256,uint256,uint256) should be declared external:
- PornVerseContract.setTaxes(uint256,uint256,uint256,uint256,uint256,uint256) (#341-349)
isBot(address) should be declared external:
- PornVerseContract.isBot(address) (#652-654)
rescueAnyERC20Tokens(address,address,uint256) should be declared external:
- PornVerseContract.rescueAnyERC20Tokens(address,address,uint256) (#665-667)
Use the external attribute for functions never called from the contract.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 4% buy tax and 5% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Average 30d PancakeSwap liquidity is low.
Average 30d PancakeSwap volume is low.
Average 30d number of PancakeSwap swaps is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Alexa traffic rank is very low
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
Twitter account has less than 100 followers
Telegram account has relatively few subscribers
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts