NFT_Identity Token Logo

NFTID [NFT_Identity] Token

About NFTID

Listings

Token 18 months
white paper

NFTID - your Identity on the Blockchain.|😎 NFTidentity tokenizes your identity as individual, developer, company or project through an NFT that is programmable by the user, universally addressable and digitally secured. |🔥Progressive burns from NFTID App fees.💻 NFTID Beta App free access for the first 100 investors registered on nftidentity.eu. |🤝 Influencers onboarded and CEX listings already approved.|🤳 KYC ed, Audited and Whitepaper released.💻 Next-gen App for digital identity.🏬

Social

Laser Scorebeta Last Audit: 18 June 2022

report
Token has too many issues. Scam probability is high.


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

NFT_Identity.swapTokensForEth(uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#398-423) sends eth to arbitrary user
Dangerous calls:
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in NFT_Identity._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#346-396):
External calls:
- swapTokensForEth(numTokensSellToAddToLiquidity) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#386)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#408-414)
External calls sending eth:
- swapTokensForEth(numTokensSellToAddToLiquidity) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#386)
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
State variables written after the call(s):
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#460)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#461)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidityFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#443)
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- _rTotal = _rTotal.sub(rFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#450)
Apply the check-effects-interactions pattern.

Additional information: link

NFT_Identity.withdrawResidualErc20(IERC20,address) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#502-509) ignores return value by token.transfer(to,erc20balance) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#508)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


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.

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

Contract name (NFT_Identity) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

NFT_Identity._transferStandard(address,address,uint256,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#425-447) performs a multiplication on the result of a division:
-tFee = tAmount.mul(currentFee).mul(1).div(800) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#432)
-rFee = tFee.mul(currentRate) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#438)
NFT_Identity._transferStandard(address,address,uint256,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#425-447) performs a multiplication on the result of a division:
-tLiquidityFee = tAmount.mul(currentFee).mul(7).div(800) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#433)
-rLiquidityFee = tLiquidityFee.mul(currentRate) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#439)
Consider ordering multiplication before division.

Additional information: link

NFT_Identity.allowance(address,address).owner (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#268) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#113-115) (function)
NFT_Identity._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#336) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#113-115) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.constructor().msgSender (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#108) lacks a zero-check on :
- _owner = msgSender (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#109)
NFT_Identity.constructor(address,address,address,address).buyback (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#211) lacks a zero-check on :
- _buybackWallet = buyback (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#216)
NFT_Identity.constructor(address,address,address,address).marketing (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#212) lacks a zero-check on :
- _marketingWallet = marketing (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#217)
NFT_Identity.constructor(address,address,address,address).project (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#213) lacks a zero-check on :
- _projectWallet = project (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#218)
NFT_Identity.constructor(address,address,address,address).router (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#214) lacks a zero-check on :
- _routerAddress = router (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#220)
NFT_Identity.setBuybackWallet(address)._address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#310) lacks a zero-check on :
- _buybackWallet = _address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#311)
NFT_Identity.setMarketingWallet(address)._address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#314) lacks a zero-check on :
- _marketingWallet = _address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#315)
NFT_Identity.setProjectWallet(address)._address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#318) lacks a zero-check on :
- _projectWallet = _address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#319)
NFT_Identity.withdrawResidualBnb(address).newAddress (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#498) lacks a zero-check on :
- address(newAddress).transfer(address(this).balance) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#499)
Check that the address is not zero.

Additional information: link

Reentrancy in NFT_Identity._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#346-396):
External calls:
- swapTokensForEth(numTokensSellToAddToLiquidity) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#386)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#408-414)
External calls sending eth:
- swapTokensForEth(numTokensSellToAddToLiquidity) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#386)
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
State variables written after the call(s):
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- _tFeeTotal = _tFeeTotal.add(tFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#451)
Reentrancy in NFT_Identity.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#286-301):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#291)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#408-414)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#291)
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#292-299)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#342)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in NFT_Identity._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#346-396):
External calls:
- swapTokensForEth(numTokensSellToAddToLiquidity) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#386)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#408-414)
External calls sending eth:
- swapTokensForEth(numTokensSellToAddToLiquidity) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#386)
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
Event emitted after the call(s):
- DistributedFee(sender,Fee split between all holders!,tFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#445)
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#446)
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
Reentrancy in NFT_Identity.constructor(address,address,address,address) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#210-233):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#230-231)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#232)
Reentrancy in NFT_Identity.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#286-301):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#291)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#408-414)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#291)
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#343)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#292-299)
Apply the check-effects-interactions pattern.

Additional information: link

Function IUniswapV2Router02.WETH() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#154) is not in mixedCase
Contract NFT_Identity (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#173-511) is not in CapWords
Parameter NFT_Identity.setIsExcludedFromFee(address,bool)._address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#303) is not in mixedCase
Parameter NFT_Identity.setIsExcludedFromFee(address,bool)._isExcluded (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#303) is not in mixedCase
Parameter NFT_Identity.setBuybackWallet(address)._address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#310) is not in mixedCase
Parameter NFT_Identity.setMarketingWallet(address)._address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#314) is not in mixedCase
Parameter NFT_Identity.setProjectWallet(address)._address (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#318) is not in mixedCase
Parameter NFT_Identity.setSwapAndLiquifyEnabled(bool)._enabled (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#493) is not in mixedCase
Constant NFT_Identity._name (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#175) is not in UPPER_CASE_WITH_UNDERSCORES
Constant NFT_Identity._symbol (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#176) is not in UPPER_CASE_WITH_UNDERSCORES
Constant NFT_Identity._decimals (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#177) is not in UPPER_CASE_WITH_UNDERSCORES
Variable NFT_Identity._isExcludedFromFee (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#181) is not in mixedCase
Constant NFT_Identity._tTotal (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#185) is not in UPPER_CASE_WITH_UNDERSCORES
Variable NFT_Identity._buyFee (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#189) is not in mixedCase
Variable NFT_Identity._sellFee (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#190) is not in mixedCase
Variable NFT_Identity._buybackWallet (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#192) is not in mixedCase
Variable NFT_Identity._marketingWallet (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#193) is not in mixedCase
Variable NFT_Identity._projectWallet (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#194) is not in mixedCase
Variable NFT_Identity._routerAddress (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#196) is not in mixedCase
Variable NFT_Identity._maxTxAmount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#201) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in NFT_Identity._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#346-396):
External calls:
- swapTokensForEth(numTokensSellToAddToLiquidity) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#386)
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
State variables written after the call(s):
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#460)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#461)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidityFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#443)
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- _rTotal = _rTotal.sub(rFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#450)
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- _tFeeTotal = _tFeeTotal.add(tFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#451)
Event emitted after the call(s):
- DistributedFee(sender,Fee split between all holders!,tFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#445)
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#446)
- _transferStandard(from,to,amount,currentFee) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#395)
Reentrancy in NFT_Identity.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#286-301):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#291)
- _buybackWallet.transfer(buyback) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#420)
- _marketingWallet.transfer(marketing) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#421)
- _projectWallet.transfer(project) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#422)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#292-299)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#342)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#343)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#292-299)
Apply the check-effects-interactions pattern.

Additional information: link

Variable NFT_Identity._transferStandard(address,address,uint256,uint256).rLiquidityFee (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#439) is too similar to NFT_Identity._transferStandard(address,address,uint256,uint256).tLiquidityFee (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#433)
Variable NFT_Identity._transferStandard(address,address,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#440) is too similar to NFT_Identity._transferStandard(address,address,uint256,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#434)
Variable NFT_Identity._calculateReflectTransfer(address,address,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#458) is too similar to NFT_Identity._transferStandard(address,address,uint256,uint256).tTransferAmount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#434)
Prevent variables from having similar names.

Additional information: link

NFT_Identity.slitherConstructorConstantVariables() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#173-511) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#185)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#101) is never used in NFT_Identity (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#173-511)
NFT_Identity._tOwned (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#179) is never used in NFT_Identity (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#173-511)
Remove unused state variables.

Additional information: link

NFT_Identity._buyFee (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#189) should be constant
NFT_Identity._maxTxAmount (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#201) should be constant
NFT_Identity._sellFee (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#190) should be constant
Ownable._previousOwner (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#101) 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/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#122-125)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#127-134)
name() should be declared external:
- NFT_Identity.name() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#235-237)
symbol() should be declared external:
- NFT_Identity.symbol() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#239-241)
decimals() should be declared external:
- NFT_Identity.decimals() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#243-245)
totalSupply() should be declared external:
- NFT_Identity.totalSupply() (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#247-249)
humanBalanceOf(address) should be declared external:
- NFT_Identity.humanBalanceOf(address) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#255-257)
transfer(address,uint256) should be declared external:
- NFT_Identity.transfer(address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#259-266)
allowance(address,address) should be declared external:
- NFT_Identity.allowance(address,address) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#268-275)
approve(address,uint256) should be declared external:
- NFT_Identity.approve(address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#277-284)
transferFrom(address,address,uint256) should be declared external:
- NFT_Identity.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xf7029c77b6216708c6f210b2c63966cbdcb65a37.bscscan.com-NFT_Identity.sol#286-301)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 8% buy tax and 7% 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.


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


Token is deployed only at one blockchain


Token has only one trading pair


Telegram account has relatively few subscribers


Twitter account has relatively few followers


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


Token is not listed at Mobula.Finance

Additional information: link


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


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 NFTID

News for NFTID