BEPIS is a deflationary static earning token with an automatic liquidity pool, represented as a chubby dog. The token works by taking 11% fees: 4% for rewards, 4% for the liquidity pool, 1% for marketing, and 2% automatic burn. The team and community are working on future decentralized BEPIS ecosystem.
Liquifier.withdrawLockedEth(address) (#941-949) sends eth to arbitrary user
Dangerous calls:
- recipient.transfer(amount) (#948)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Tokenomics._getFeeStruct(uint256) (#319-322) contains a tautology or contradiction:
- require(bool,string)(index >= 0 && index < fees.length,FeesSettings._getFeeStruct: Fee index out of bounds) (#320)
Fix the incorrect comparison by changing the value type or the comparison.
Additional information: link
BEPISTOKEN._takeFee(uint256,uint256,uint256,address,uint256) (#1038-1048) performs a multiplication on the result of a division:
-tAmount = amount.mul(fee).div(FEES_DIVISOR) (#1040)
-rAmount = tAmount.mul(currentRate) (#1041)
Consider ordering multiplication before division.
Additional information: link
BEPISTOKEN._approveDelegate(address,address,uint256).owner (#1050) shadows:
- Ownable.owner() (#144-146) (function)
Rename the local variables that shadow another component.
Additional information: link
Manageable.transferManagement(address).newManager (#189) lacks a zero-check on :
- _manager = newManager (#191)
Check that the address is not zero.
Additional information: link
Reentrancy in BaseRfiToken.transferFrom(address,address,uint256) (#418-422):
External calls:
- _transfer(sender,recipient,amount) (#419)
- pinkAntiBot.onPreTransferCheck(sender,recipient,amount) (#596)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#420)
- _allowances[owner][spender] = amount (#570)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in BaseRfiToken.transferFrom(address,address,uint256) (#418-422):
External calls:
- _transfer(sender,recipient,amount) (#419)
- pinkAntiBot.onPreTransferCheck(sender,recipient,amount) (#596)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#571)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#420)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#169-174) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,The contract is still locked) (#171)
Avoid relying on block.timestamp.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#123-132) uses assembly
- INLINE ASM (#126-129)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.5.0', '^0.8.4', '^0.8.7']
- >=0.5.0 (#48)
- ^0.8.4 (#61)
- ^0.8.7 (#218)
Use one Solidity version.
Additional information: link
Tokenomics.getCollectedFeeTotal(uint256) (#333-336) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.7 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
Low level call in Address.functionDelegateCall(address,bytes,string) (#118-122):
- (success,returndata) = target.delegatecall(data) (#120)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable Liquifier._pair (#768) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#80)" inContext (#78-81)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable Liquifier._mainnetRouterV1Address (#759) is too similar to Liquifier._mainnetRouterV2Address (#761)
Prevent variables from having similar names.
Additional information: link
BEPIS.slitherConstructorConstantVariables() (#1056-1063) uses literals with too many digits:
- TOTAL_SUPPLY = 500000000 * ZEROES (#237)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Tokenomics.marketingAddress (#280) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
isExcludedFromMaxTx(address) should be declared external:
- BaseRfiToken.isExcludedFromMaxTx(address) (#562-564)
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.
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
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to crawl data from the website
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of 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
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account