BEUROP Token Logo

BEPR [BEUROP] Token

About BEPR

Listings

Token 2 years

Website

white paper

Blockchain Euro Project (BEUROP) is a legal IT company whose members have more than five years of experience developing smart contracts and blockchain solutions. It aims is to create a unique and genuine ecosystem of digital products, including P2E NFT game, DEX, NFT Marketplace, and CEX. Recently, the company has launched its Crypto DeFi trading & marketing platform and its Educational Platform.

BEPR is BEUROP's hyper deflationary token and is connected to all products in the ecosystem. Being a BEPR token owner means having shares in the company; the holders get a percentage as passive income for each buying and selling. Also, have early and free access to each product.
Moreover, the token's price fully corresponds to the value of the project - the more demanded products the company launches, the higher the cost of the token.

YouCrypto is the DeFi trading & marketing platform powered by BEUROP. It is a complete, secure, and practical tool that promotes tokens, cryptocurrencies, and blockchain projects through a complete advertising package. In addition, it provides traders and daily users with trading tools and detailed reports on new digital assets that may pose a risk of scams.

BeSmart is the e-learning platform launched by BEUROP. For BEPR holders, the inscription in this academy is free of charge. The students will acquire digital skills to start their own business or improve their careers with each class.
At the same time, it will help young developers gain knowledge about blockchain and improve their skills as programmers. Additionally, the best graduates will get a place on the company's team to continue creating value for Beurop's businesses and customers.

Laser Scorebeta Last Audit: 8 January 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

BEUROP.addLiquidity(uint256,uint256) (#872-885) sends eth to arbitrary user
Dangerous calls:
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in BEUROP._transfer(address,address,uint256) (#776-821):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#786)
- swapAndLiquify(contractTokenBalance) (#811)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#811)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _rOwned[to] = _rOwned[to].add(rAmount) (#754)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#951)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#923)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#966)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#937)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#924)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#967)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#953)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#939)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _rTotal = _rTotal.sub(rFee) (#712)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _tOwned[to] = _tOwned[to].add(tAmount) (#756)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#936)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#965)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#952)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#938)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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.

Different versions of Solidity is used:
- Version used: ['>=0.5.0', '^0.8.4']
- ^0.8.4 (#15)
- >=0.5.0 (#29)
Use one Solidity version.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#318) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#319)
Variable BEUROP._transferFromExcluded(address,address,uint256).rTransferAmount (#963) is too similar to BEUROP._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable BEUROP._transferToExcluded(address,address,uint256).rTransferAmount (#949) is too similar to BEUROP._transferStandard(address,address,uint256).tTransferAmount (#919)
Variable BEUROP._transferFromExcluded(address,address,uint256).rTransferAmount (#963) is too similar to BEUROP._transferToExcluded(address,address,uint256).tTransferAmount (#947)
Variable BEUROP._transferFromExcluded(address,address,uint256).rTransferAmount (#963) is too similar to BEUROP._transferStandard(address,address,uint256).tTransferAmount (#919)
Variable BEUROP._transferFromExcluded(address,address,uint256).rTransferAmount (#963) is too similar to BEUROP._getTValues(uint256).tTransferAmount (#719)
Variable BEUROP._transferBothExcluded(address,address,uint256).rTransferAmount (#934) is too similar to BEUROP._transferStandard(address,address,uint256).tTransferAmount (#919)
Variable BEUROP.reflectionFromToken(uint256,bool).rTransferAmount (#626) is too similar to BEUROP._transferStandard(address,address,uint256).tTransferAmount (#919)
Variable BEUROP._transferStandard(address,address,uint256).rTransferAmount (#921) is too similar to BEUROP._transferStandard(address,address,uint256).tTransferAmount (#919)
Variable BEUROP._transferToExcluded(address,address,uint256).rTransferAmount (#949) is too similar to BEUROP._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable BEUROP.reflectionFromToken(uint256,bool).rTransferAmount (#626) is too similar to BEUROP._transferFromExcluded(address,address,uint256).tTransferAmount (#961)
Variable BEUROP._transferBothExcluded(address,address,uint256).rTransferAmount (#934) is too similar to BEUROP._getTValues(uint256).tTransferAmount (#719)
Variable BEUROP._transferStandard(address,address,uint256).rTransferAmount (#921) is too similar to BEUROP._getTValues(uint256).tTransferAmount (#719)
Variable BEUROP._transferToExcluded(address,address,uint256).rTransferAmount (#949) is too similar to BEUROP._transferToExcluded(address,address,uint256).tTransferAmount (#947)
Variable BEUROP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to BEUROP._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable BEUROP.reflectionFromToken(uint256,bool).rTransferAmount (#626) is too similar to BEUROP._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable BEUROP._transferStandard(address,address,uint256).rTransferAmount (#921) is too similar to BEUROP._transferToExcluded(address,address,uint256).tTransferAmount (#947)
Variable BEUROP._transferBothExcluded(address,address,uint256).rTransferAmount (#934) is too similar to BEUROP._transferToExcluded(address,address,uint256).tTransferAmount (#947)
Variable BEUROP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to BEUROP._getTValues(uint256).tTransferAmount (#719)
Variable BEUROP.reflectionFromToken(uint256,bool).rTransferAmount (#626) is too similar to BEUROP._getTValues(uint256).tTransferAmount (#719)
Variable BEUROP._transferToExcluded(address,address,uint256).rTransferAmount (#949) is too similar to BEUROP._transferFromExcluded(address,address,uint256).tTransferAmount (#961)
Variable BEUROP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to BEUROP._transferStandard(address,address,uint256).tTransferAmount (#919)
Variable BEUROP._transferStandard(address,address,uint256).rTransferAmount (#921) is too similar to BEUROP._transferFromExcluded(address,address,uint256).tTransferAmount (#961)
Variable BEUROP._transferBothExcluded(address,address,uint256).rTransferAmount (#934) is too similar to BEUROP._transferFromExcluded(address,address,uint256).tTransferAmount (#961)
Variable BEUROP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to BEUROP._transferToExcluded(address,address,uint256).tTransferAmount (#947)
Variable BEUROP.reflectionFromToken(uint256,bool).rTransferAmount (#626) is too similar to BEUROP._transferToExcluded(address,address,uint256).tTransferAmount (#947)
Variable BEUROP._transferBothExcluded(address,address,uint256).rTransferAmount (#934) is too similar to BEUROP._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable BEUROP._transferStandard(address,address,uint256).rTransferAmount (#921) is too similar to BEUROP._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable BEUROP._transferFromExcluded(address,address,uint256).rTransferAmount (#963) is too similar to BEUROP._transferFromExcluded(address,address,uint256).tTransferAmount (#961)
Variable BEUROP._transferToExcluded(address,address,uint256).rTransferAmount (#949) is too similar to BEUROP._getTValues(uint256).tTransferAmount (#719)
Variable BEUROP._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to BEUROP._transferFromExcluded(address,address,uint256).tTransferAmount (#961)
Prevent variables from having similar names.

Additional information: link

BEUROP.slitherConstructorVariables() (#449-977) uses literals with too many digits:
- _tTotal = 30000000 * 10 ** 9 (#469)
BEUROP.slitherConstructorVariables() (#449-977) uses literals with too many digits:
- _maxTxAmount = 100000000 * 10 ** 9 (#484)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BEUROP.includeInReward(address) (#648-660) has costly operations inside a loop:
- _excluded.pop() (#656)
Use a local variable to hold the loop computation result.

Additional information: link

Reentrancy in BEUROP._transfer(address,address,uint256) (#776-821):
External calls:
- swapAndLiquify(contractTokenBalance) (#811)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#811)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _liquidityFee = 0 (#893)
- _liquidityFee = previousLiquidityFee (#914)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _rOwned[to] = _rOwned[to].add(rAmount) (#754)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#951)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#923)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#966)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#937)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#924)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#967)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#953)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#939)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _rTotal = _rTotal.sub(rFee) (#712)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _tFeeTotal = _tFeeTotal.add(tFee) (#713)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _tOwned[to] = _tOwned[to].add(tAmount) (#756)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#936)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#965)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#952)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#938)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _taxFee = 0 (#892)
- _taxFee = previousTaxFee (#913)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#928)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- Transfer(sender,recipient,tTransferAmount) (#957)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- Transfer(sender,recipient,tTransferAmount) (#971)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- Transfer(sender,recipient,tTransferAmount) (#943)
- _tokenTransfer(from,to,amount,takeFee) (#819)
Reentrancy in BEUROP.swapAndLiquify(uint256) (#823-854):
External calls:
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
Event emitted after the call(s):
- MarketingFeeSent(0x4478D372B53F4F4B17a583145b859093faAE60AE,marketingFee) (#847)
Reentrancy in BEUROP.swapAndLiquify(uint256) (#823-854):
External calls:
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
External calls sending eth:
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
State variables written after the call(s):
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- _allowances[owner][spender] = amount (#772)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#773)
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- SwapAndLiquify(half,bnbForLiquidity,otherHalf) (#853)
Reentrancy in BEUROP.transferFrom(address,address,uint256) (#579-583):
External calls:
- _transfer(sender,recipient,amount) (#580)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
External calls sending eth:
- _transfer(sender,recipient,amount) (#580)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#581)
- _allowances[owner][spender] = amount (#772)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#773)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#581)
Apply the check-effects-interactions pattern.

Additional information: link

BEUROP._decimals (#475) should be constant
BEUROP._minTokenBalance (#485) should be constant
BEUROP._name (#473) should be constant
BEUROP._symbol (#474) should be constant
BEUROP._tTotal (#469) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

BEUROP.addLiquidity(uint256,uint256) (#872-885) ignores return value by _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
Ensure that all the return values of the function calls are used.

Additional information: link

BEUROP.allowance(address,address).owner (#570) shadows:
- Ownable.owner() (#202-204) (function)
BEUROP._approve(address,address,uint256).owner (#768) shadows:
- Ownable.owner() (#202-204) (function)
Rename the local variables that shadow another component.

Additional information: link

BEUROP.setTaxFeePercent(uint256) (#670-672) should emit an event for:
- _taxFee = taxFee (#671)
BEUROP.setLiquidityFeePercent(uint256) (#674-676) should emit an event for:
- _liquidityFee = liquidityFee (#675)
BEUROP.setPercentageOfLiquidityFormarketing(uint256) (#678-680) should emit an event for:
- _percentageOfLiquidityForMarketing = marketingFee (#679)
BEUROP.setMaxTxAmount(uint256) (#682-684) should emit an event for:
- _maxTxAmount = maxTxAmount (#683)
Emit an event for critical parameter changes.

Additional information: link

Ownable.constructor(address).initialOwner (#197) lacks a zero-check on :
- _owner = initialOwner (#198)
BEUROP.constructor(address,address,address).marketingWallet (#511) lacks a zero-check on :
- _marketingWallet = marketingWallet (#512)
BEUROP.setmarketingWallet(address).marketingWallet (#662) lacks a zero-check on :
- _marketingWallet = marketingWallet (#663)
BEUROP.setUniswapPair(address).p (#703) lacks a zero-check on :
- _uniswapV2Pair = p (#704)
Check that the address is not zero.

Additional information: link

Reentrancy in BEUROP._transfer(address,address,uint256) (#776-821):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#786)
- swapAndLiquify(contractTokenBalance) (#811)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#811)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
State variables written after the call(s):
- swapAndLiquify(contractTokenBalance) (#811)
- _allowances[owner][spender] = amount (#772)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _liquidityFee = 0 (#893)
- _liquidityFee = previousLiquidityFee (#914)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _tFeeTotal = _tFeeTotal.add(tFee) (#713)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- _taxFee = 0 (#892)
- _taxFee = previousTaxFee (#913)
Reentrancy in BEUROP.constructor(address,address,address) (#511-538):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#520-521)
State variables written after the call(s):
- _isExcludedFromAutoLiquidity[_uniswapV2Pair] = true (#528)
- _isExcludedFromAutoLiquidity[address(_uniswapV2Router)] = true (#529)
- _isExcludedFromFee[owner()] = true (#524)
- _isExcludedFromFee[address(this)] = true (#525)
- _isExcludedFromFee[_marketingWallet] = true (#526)
- isTxLimitExempt[owner()] = true (#527)
- pinkAntiBot = IPinkAntiBot(pinkAntiBot_) (#531)
Reentrancy in BEUROP.constructor(address,address,address) (#511-538):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#520-521)
- pinkAntiBot.setTokenOwner(msg.sender) (#533)
State variables written after the call(s):
- antiBotEnabled = true (#535)
Reentrancy in BEUROP.swapAndLiquify(uint256) (#823-854):
External calls:
- swapTokensForBnb(half) (#837)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
External calls sending eth:
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
State variables written after the call(s):
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- _allowances[owner][spender] = amount (#772)
Reentrancy in BEUROP.transferFrom(address,address,uint256) (#579-583):
External calls:
- _transfer(sender,recipient,amount) (#580)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#786)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
External calls sending eth:
- _transfer(sender,recipient,amount) (#580)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#581)
- _allowances[owner][spender] = amount (#772)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BEUROP._transfer(address,address,uint256) (#776-821):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#786)
- swapAndLiquify(contractTokenBalance) (#811)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#811)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#773)
- swapAndLiquify(contractTokenBalance) (#811)
- MarketingFeeSent(0x4478D372B53F4F4B17a583145b859093faAE60AE,marketingFee) (#847)
- swapAndLiquify(contractTokenBalance) (#811)
- SwapAndLiquify(half,bnbForLiquidity,otherHalf) (#853)
- swapAndLiquify(contractTokenBalance) (#811)
- Transfer(sender,recipient,tTransferAmount) (#928)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- Transfer(sender,recipient,tTransferAmount) (#971)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- Transfer(sender,recipient,tTransferAmount) (#957)
- _tokenTransfer(from,to,amount,takeFee) (#819)
- Transfer(sender,recipient,tTransferAmount) (#943)
- _tokenTransfer(from,to,amount,takeFee) (#819)
Reentrancy in BEUROP.constructor(address,address,address) (#511-538):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#520-521)
- pinkAntiBot.setTokenOwner(msg.sender) (#533)
Event emitted after the call(s):
- Transfer(address(0),cOwner,_tTotal) (#537)
Reentrancy in BEUROP.swapAndLiquify(uint256) (#823-854):
External calls:
- swapTokensForBnb(half) (#837)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
External calls sending eth:
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
Event emitted after the call(s):
- MarketingFeeSent(0x4478D372B53F4F4B17a583145b859093faAE60AE,marketingFee) (#847)
Reentrancy in BEUROP.swapAndLiquify(uint256) (#823-854):
External calls:
- swapTokensForBnb(half) (#837)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
External calls sending eth:
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#773)
- addLiquidity(otherHalf,bnbForLiquidity) (#851)
- SwapAndLiquify(half,bnbForLiquidity,otherHalf) (#853)
Reentrancy in BEUROP.transferFrom(address,address,uint256) (#579-583):
External calls:
- _transfer(sender,recipient,amount) (#580)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#786)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#864-870)
External calls sending eth:
- _transfer(sender,recipient,amount) (#580)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#877-884)
- address(0x4478D372B53F4F4B17a583145b859093faAE60AE).transfer(marketingFee) (#846)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#773)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#581)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#233-238) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is still locked) (#235)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (#23-26) is never used and should be removed
SafeMath.mod(uint256,uint256) (#167-169) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#183-186) is never used and should be removed
Remove unused functions.

Additional information: link

BEUROP._rTotal (#470) 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.5.0 (#29) allows old versions
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

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#274) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#275) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#293) is not in mixedCase
Function IUniswapV2Router01.WETH() (#313) is not in mixedCase
Variable BEUROP._isExcludedFromAutoLiquidity (#460) is not in mixedCase
Variable BEUROP._marketingWallet (#465) is not in mixedCase
Variable BEUROP._taxFee (#480) is not in mixedCase
Variable BEUROP._liquidityFee (#481) is not in mixedCase
Variable BEUROP._percentageOfLiquidityForMarketing (#482) is not in mixedCase
Variable BEUROP._maxTxAmount (#484) is not in mixedCase
Variable BEUROP._swapAndLiquifyEnabled (#488) is not in mixedCase
Variable BEUROP._inSwapAndLiquify (#489) is not in mixedCase
Variable BEUROP._uniswapV2Router (#490) is not in mixedCase
Variable BEUROP._uniswapV2Pair (#491) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#24)" inContext (#18-27)
Remove redundant statements if they congest code but offer no value.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#211-214)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#216-220)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#222-224)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#226-231)
unlock() should be declared external:
- Ownable.unlock() (#233-238)
name() should be declared external:
- BEUROP.name() (#544-546)
symbol() should be declared external:
- BEUROP.symbol() (#548-550)
decimals() should be declared external:
- BEUROP.decimals() (#552-554)
totalSupply() should be declared external:
- BEUROP.totalSupply() (#556-558)
transfer(address,uint256) should be declared external:
- BEUROP.transfer(address,uint256) (#565-568)
allowance(address,address) should be declared external:
- BEUROP.allowance(address,address) (#570-572)
approve(address,uint256) should be declared external:
- BEUROP.approve(address,uint256) (#574-577)
transferFrom(address,address,uint256) should be declared external:
- BEUROP.transferFrom(address,address,uint256) (#579-583)
increaseAllowance(address,uint256) should be declared external:
- BEUROP.increaseAllowance(address,uint256) (#585-588)
decreaseAllowance(address,uint256) should be declared external:
- BEUROP.decreaseAllowance(address,uint256) (#590-593)
isExcludedFromReward(address) should be declared external:
- BEUROP.isExcludedFromReward(address) (#595-597)
totalFees() should be declared external:
- BEUROP.totalFees() (#599-601)
deliver(uint256) should be declared external:
- BEUROP.deliver(uint256) (#603-614)
reflectionFromToken(uint256,bool) should be declared external:
- BEUROP.reflectionFromToken(uint256,bool) (#616-629)
excludeFromReward(address) should be declared external:
- BEUROP.excludeFromReward(address) (#638-646)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BEUROP.setSwapAndLiquifyEnabled(bool) (#691-694)
isExcludedFromFee(address) should be declared external:
- BEUROP.isExcludedFromFee(address) (#764-766)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


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


Last post in Twitter was more than 30 days ago


Unable to find code repository for the project


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for BEPR

News for BEPR