Bililhon Token Logo

BION [Bililhon] Token

About BION

Listings

Not Found
Token 4 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 13 October 2022

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


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

Reentrancy in Bililhon._transfer(address,address,uint256) (#1026-1073):
External calls:
- swapAndLiquify(contractTokenBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1107-1113)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _rOwned[_marketingWallet] = _rOwned[_marketingWallet].add(rMarketing) (#968)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#952)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1164)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1154)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1187)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1176)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1155)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1166)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1177)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1189)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _rTotal = _rTotal.sub(rFee) (#904)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#954)
- _tOwned[_marketingWallet] = _tOwned[_marketingWallet].add(tMarketing) (#970)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1186)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1175)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1165)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1188)
Apply the check-effects-interactions pattern.

Additional information: link

Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Remove unused functions.

Additional information: link

Bililhon._previousLiquidityFee (#707) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Bililhon._previousMarketingFee (#710) is set pre-construction with a non-constant function or state variable:
- _marketingFee
Bililhon._previousTaxFee (#704) is set pre-construction with a non-constant function or state variable:
- _taxFee
Bililhon._rTotal (#696) 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

Low level call in Address.sendValue(address,uint256) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable Bililhon._liquidityFee (#706) is not in mixedCase
Parameter Bililhon.calculateTaxFee(uint256)._amount (#973) is not in mixedCase
Variable Bililhon._maxTxAmount (#720) is not in mixedCase
Parameter Bililhon.calculateMarketingFee(uint256)._amount (#985) is not in mixedCase
Variable Bililhon._marketingFee (#709) is not in mixedCase
Parameter Bililhon.setSwapAndLiquifyEnabled(bool)._enabled (#889) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Variable Bililhon._taxFee (#703) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#503) is not in mixedCase
Variable Bililhon._marketingWallet (#712) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter Bililhon.calculateLiquidityFee(uint256)._amount (#979) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#237)" inContext (#231-240)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable Bililhon._getValues(uint256).rTransferAmount (#910) is too similar to Bililhon._transferStandard(address,address,uint256).tTransferAmount (#1153)
Variable Bililhon._getRValues(uint256,Bililhon.FeeData,uint256).rTransferAmount (#928) is too similar to Bililhon._getValues(uint256).tTransferAmount (#909)
Variable Bililhon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Bililhon._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Bililhon._transferBothExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to Bililhon._transferToExcluded(address,address,uint256).tTransferAmount (#1163)
Variable Bililhon._transferToExcluded(address,address,uint256).rTransferAmount (#1163) is too similar to Bililhon._transferBothExcluded(address,address,uint256).tTransferAmount (#1185)
Variable Bililhon._getValues(uint256).rTransferAmount (#910) is too similar to Bililhon._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Bililhon._getValues(uint256).rTransferAmount (#910) is too similar to Bililhon._getValues(uint256).tTransferAmount (#909)
Variable Bililhon._getValues(uint256).rTransferAmount (#910) is too similar to Bililhon._getTValues(uint256).tTransferAmount (#918)
Variable Bililhon._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Bililhon._transferToExcluded(address,address,uint256).tTransferAmount (#1163)
Variable Bililhon._getRValues(uint256,Bililhon.FeeData,uint256).rTransferAmount (#928) is too similar to Bililhon._transferToExcluded(address,address,uint256).tTransferAmount (#1163)
Variable Bililhon._transferBothExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to Bililhon._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Bililhon._transferToExcluded(address,address,uint256).rTransferAmount (#1163) is too similar to Bililhon._transferToExcluded(address,address,uint256).tTransferAmount (#1163)
Variable Bililhon._transferStandard(address,address,uint256).rTransferAmount (#1153) is too similar to Bililhon._transferStandard(address,address,uint256).tTransferAmount (#1153)
Variable Bililhon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Bililhon._getTValues(uint256).tTransferAmount (#918)
Variable Bililhon._transferStandard(address,address,uint256).rTransferAmount (#1153) is too similar to Bililhon._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Bililhon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Bililhon._transferBothExcluded(address,address,uint256).tTransferAmount (#1185)
Variable Bililhon._getValues(uint256).rTransferAmount (#910) is too similar to Bililhon._transferToExcluded(address,address,uint256).tTransferAmount (#1163)
Variable Bililhon._transferToExcluded(address,address,uint256).rTransferAmount (#1163) is too similar to Bililhon._transferStandard(address,address,uint256).tTransferAmount (#1153)
Variable Bililhon._getRValues(uint256,Bililhon.FeeData,uint256).rTransferAmount (#928) is too similar to Bililhon._transferBothExcluded(address,address,uint256).tTransferAmount (#1185)
Variable Bililhon._transferBothExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to Bililhon._transferStandard(address,address,uint256).tTransferAmount (#1153)
Variable Bililhon._getValues(uint256).rTransferAmount (#910) is too similar to Bililhon._transferBothExcluded(address,address,uint256).tTransferAmount (#1185)
Variable Bililhon._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Bililhon._getTValues(uint256).tTransferAmount (#918)
Variable Bililhon._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Bililhon._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Bililhon._getRValues(uint256,Bililhon.FeeData,uint256).rTransferAmount (#928) is too similar to Bililhon._getTValues(uint256).tTransferAmount (#918)
Variable Bililhon._transferStandard(address,address,uint256).rTransferAmount (#1153) is too similar to Bililhon._transferBothExcluded(address,address,uint256).tTransferAmount (#1185)
Variable Bililhon._getRValues(uint256,Bililhon.FeeData,uint256).rTransferAmount (#928) is too similar to Bililhon._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Bililhon._transferBothExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to Bililhon._transferBothExcluded(address,address,uint256).tTransferAmount (#1185)
Variable Bililhon._transferBothExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to Bililhon._getTValues(uint256).tTransferAmount (#918)
Variable Bililhon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Bililhon._transferToExcluded(address,address,uint256).tTransferAmount (#1163)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#549)
Variable Bililhon._transferToExcluded(address,address,uint256).rTransferAmount (#1163) is too similar to Bililhon._getValues(uint256).tTransferAmount (#909)
Variable Bililhon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Bililhon._transferStandard(address,address,uint256).tTransferAmount (#1153)
Variable Bililhon._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Bililhon._getValues(uint256).tTransferAmount (#909)
Variable Bililhon._transferStandard(address,address,uint256).rTransferAmount (#1153) is too similar to Bililhon._getTValues(uint256).tTransferAmount (#918)
Variable Bililhon._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Bililhon._transferBothExcluded(address,address,uint256).tTransferAmount (#1185)
Variable Bililhon._transferToExcluded(address,address,uint256).rTransferAmount (#1163) is too similar to Bililhon._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Bililhon._getRValues(uint256,Bililhon.FeeData,uint256).rTransferAmount (#928) is too similar to Bililhon._transferStandard(address,address,uint256).tTransferAmount (#1153)
Variable Bililhon._transferStandard(address,address,uint256).rTransferAmount (#1153) is too similar to Bililhon._getValues(uint256).tTransferAmount (#909)
Variable Bililhon._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Bililhon._transferStandard(address,address,uint256).tTransferAmount (#1153)
Variable Bililhon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Bililhon._getValues(uint256).tTransferAmount (#909)
Variable Bililhon._transferToExcluded(address,address,uint256).rTransferAmount (#1163) is too similar to Bililhon._getTValues(uint256).tTransferAmount (#918)
Variable Bililhon._transferBothExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to Bililhon._getValues(uint256).tTransferAmount (#909)
Variable Bililhon._transferStandard(address,address,uint256).rTransferAmount (#1153) is too similar to Bililhon._transferToExcluded(address,address,uint256).tTransferAmount (#1163)
Prevent variables from having similar names.

Additional information: link

Bililhon._name (#699) should be constant
Bililhon._marketingWallet (#712) should be constant
Bililhon.numTokensSellToAddToLiquidity (#721) should be constant
Bililhon._tTotal (#695) should be constant
Bililhon._symbol (#700) should be constant
Bililhon._decimals (#701) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

excludeFromBlacklist(address) should be declared external:
- Bililhon.excludeFromBlacklist(address) (#871-873)
totalFees() should be declared external:
- Bililhon.totalFees() (#810-812)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Bililhon.setSwapAndLiquifyEnabled(bool) (#889-892)
totalSupply() should be declared external:
- Bililhon.totalSupply() (#767-769)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transfer(address,uint256) should be declared external:
- Bililhon.transfer(address,uint256) (#776-779)
name() should be declared external:
- Bililhon.name() (#755-757)
isExcludedFromReward(address) should be declared external:
- Bililhon.isExcludedFromReward(address) (#806-808)
excludeFromFee(address) should be declared external:
- Bililhon.excludeFromFee(address) (#863-865)
decimals() should be declared external:
- Bililhon.decimals() (#763-765)
isExcludedFromFee(address) should be declared external:
- Bililhon.isExcludedFromFee(address) (#1010-1012)
includeInFee(address) should be declared external:
- Bililhon.includeInFee(address) (#867-869)
reflectionFromToken(uint256,bool) should be declared external:
- Bililhon.reflectionFromToken(uint256,bool) (#823-832)
symbol() should be declared external:
- Bililhon.symbol() (#759-761)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
decreaseAllowance(address,uint256) should be declared external:
- Bililhon.decreaseAllowance(address,uint256) (#801-804)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
excludeFromReward(address) should be declared external:
- Bililhon.excludeFromReward(address) (#840-848)
increaseAllowance(address,uint256) should be declared external:
- Bililhon.increaseAllowance(address,uint256) (#796-799)
approve(address,uint256) should be declared external:
- Bililhon.approve(address,uint256) (#785-788)
deliver(uint256) should be declared external:
- Bililhon.deliver(uint256) (#814-821)
includeInBlacklist(address) should be declared external:
- Bililhon.includeInBlacklist(address) (#875-877)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
burn(uint256) should be declared external:
- Bililhon.burn(uint256) (#1196-1203)
allowance(address,address) should be declared external:
- Bililhon.allowance(address,address) (#781-783)
transferFrom(address,address,uint256) should be declared external:
- Bililhon.transferFrom(address,address,uint256) (#790-794)
Use the external attribute for functions never called from the contract.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Do not use evm assembly.

Additional information: link

Bililhon.includeInReward(address) (#850-861) has costly operations inside a loop:
- _excluded.pop() (#857)
Use a local variable to hold the loop computation result.

Additional information: link

Bililhon.addLiquidity(uint256,uint256) (#1116-1129) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
Ensure that all the return values of the function calls are used.

Additional information: link

Bililhon.allowance(address,address).owner (#781) shadows:
- Ownable.owner() (#412-414) (function)
Bililhon._approve(address,address,uint256).owner (#1018) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

Bililhon.setMaxTxPercent(uint256) (#883-887) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#884-886)
Bililhon.setTaxFeePercent(uint256) (#879-881) should emit an event for:
- _taxFee = taxFee (#880)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Bililhon.swapAndLiquify(uint256) (#1075-1096):
External calls:
- swapTokensForEth(half) (#1087)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1107-1113)
- addLiquidity(otherHalf,newBalance) (#1093)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1093)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1093)
- _allowances[owner][spender] = amount (#1022)
Reentrancy in Bililhon.transferFrom(address,address,uint256) (#790-794):
External calls:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1107-1113)
External calls sending eth:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#792)
- _allowances[owner][spender] = amount (#1022)
Reentrancy in Bililhon._transfer(address,address,uint256) (#1026-1073):
External calls:
- swapAndLiquify(contractTokenBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1107-1113)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _liquidityFee = _previousLiquidityFee (#1006)
- _liquidityFee = 0 (#1000)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _marketingFee = _previousMarketingFee (#1007)
- _marketingFee = 0 (#1001)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _previousLiquidityFee = _liquidityFee (#996)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _previousMarketingFee = _marketingFee (#997)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _previousTaxFee = _taxFee (#995)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _tFeeTotal = _tFeeTotal.add(tFee) (#905)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- _taxFee = _previousTaxFee (#1005)
- _taxFee = 0 (#999)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Bililhon.transferFrom(address,address,uint256) (#790-794):
External calls:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1107-1113)
External calls sending eth:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1023)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#792)
Reentrancy in Bililhon.swapAndLiquify(uint256) (#1075-1096):
External calls:
- swapTokensForEth(half) (#1087)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1107-1113)
- addLiquidity(otherHalf,newBalance) (#1093)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1093)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1023)
- addLiquidity(otherHalf,newBalance) (#1093)
- SwapAndLiquify(half,newBalance,otherHalf) (#1095)
Reentrancy in Bililhon._transfer(address,address,uint256) (#1026-1073):
External calls:
- swapAndLiquify(contractTokenBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1107-1113)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1121-1128)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1159)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- Transfer(sender,recipient,tTransferAmount) (#1181)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- Transfer(sender,recipient,tTransferAmount) (#1170)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
- Transfer(sender,recipient,tTransferAmount) (#1193)
- _tokenTransfer(from,to,amount,takeFee) (#1072)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#459-464) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#461)
Avoid relying on block.timestamp.

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.


Average 30d number of PancakeSwap swaps is less than 1. 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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 5% buy tax and 4% 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


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death

Price for BION