Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
TokenERC20._writeCheckpoint(address,uint32,uint256,uint256) (#1076-1094) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#1086)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Contract name (www.omelete.finance) 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.
BEP20.constructor(string,string).name (#595) shadows:
- BEP20.name() (#615-617) (function)
- IBEP20.name() (#121) (function)
BEP20.constructor(string,string).symbol (#595) shadows:
- BEP20.symbol() (#629-631) (function)
- IBEP20.symbol() (#116) (function)
BEP20.allowance(address,address).owner (#664) shadows:
- Ownable.owner() (#59-61) (function)
BEP20._approve(address,address,uint256).owner (#841) shadows:
- Ownable.owner() (#59-61) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20._transfer(address,address,uint256) (#773-789) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_lastOperation[sender].add(secondsBlocktoSell) <= block.timestamp,wait for the secondsBlocktoSell to sell) (#781)
TokenERC20.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#942-983) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,CAKE::delegateBySig: signature expired) (#981)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#406-417) uses assembly
- INLINE ASM (#413-415)
Address._functionCallWithValue(address,bytes,uint256,string) (#514-540) uses assembly
- INLINE ASM (#532-535)
TokenERC20.getChainId() (#1101-1105) uses assembly
- INLINE ASM (#1103)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#514-540) is never used and should be removed
Address.functionCall(address,bytes) (#461-463) is never used and should be removed
Address.functionCall(address,bytes,string) (#471-477) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#490-496) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#504-512) is never used and should be removed
Address.isContract(address) (#406-417) is never used and should be removed
Address.sendValue(address,uint256) (#435-441) is never used and should be removed
BEP20._burn(address,uint256) (#819-825) is never used and should be removed
BEP20._burnFrom(address,uint256) (#858-865) is never used and should be removed
Context._msgData() (#23-26) is never used and should be removed
SafeMath.div(uint256,uint256) (#300-302) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#316-326) is never used and should be removed
SafeMath.min(uint256,uint256) (#365-367) is never used and should be removed
SafeMath.mod(uint256,uint256) (#340-342) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#356-363) is never used and should be removed
SafeMath.mul(uint256,uint256) (#274-286) is never used and should be removed
SafeMath.sqrt(uint256) (#370-381) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#435-441):
- (success) = recipient.call{value: amount}() (#439)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#514-540):
- (success,returndata) = target.call{value: weiValue}(data) (#523)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter BEP20.setSecondsToSell(uint256)._seconds (#608) is not in mixedCase
Variable BEP20._lastOperation (#576) is not in mixedCase
Parameter TokenERC20.mint(address,uint256)._to (#871) is not in mixedCase
Parameter TokenERC20.mint(address,uint256)._amount (#871) is not in mixedCase
Variable TokenERC20._delegates (#884) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#24)" inContext (#14-27)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#78-81)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#87-89)
decimals() should be declared external:
- BEP20.decimals() (#622-624)
symbol() should be declared external:
- BEP20.symbol() (#629-631)
totalSupply() should be declared external:
- BEP20.totalSupply() (#636-638)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#656-659)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#664-666)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#675-678)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#692-704)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#718-721)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#737-744)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#754-757)
mint(address,uint256) should be declared external:
- TokenERC20.mint(address,uint256) (#871-874)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts