Swap tokens, earn yield by adding liquidity in the AMM, use our auto-compound strategies or earn exclusive NFTs for governance and further utility.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
NativeToken._writeCheckpoint(address,uint32,uint256,uint256) (contracts/Tokens/NativeToken.sol#315-333) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (contracts/Tokens/NativeToken.sol#325)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious
BEP20._approve(address,address,uint256).owner (contracts/Tokens/BEP20.sol#295) shadows:
- Ownable.owner() (contracts/Modifiers/Ownable.sol#38-40) (function)
Rename the local variables that shadow another component.
Additional information: link
NativeToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (contracts/Tokens/NativeToken.sol#181-222) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,GLOBAL::delegateBySig: signature expired) (contracts/Tokens/NativeToken.sol#220)
Avoid relying on block.timestamp.
Additional information: link
console._sendLogPayload(bytes) (hardhat/console.sol#7-14) uses assembly
- INLINE ASM (hardhat/console.sol#10-13)
Do not use evm assembly.
Additional information: link
NativeToken.antiWhale(address,address,uint256) (contracts/Tokens/NativeToken.sol#72-84) compares to a boolean constant:
-_antiWhaleWhiteList[origen] == false && _antiWhaleWhiteList[destinataria] == false (contracts/Tokens/NativeToken.sol#78)
Remove the equality to the boolean constant.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.22<0.9.0', '>=0.6.12']
- 0.6.12 (contracts/Helpers/Context.sol#2)
- 0.6.12 (contracts/Libraries/Address.sol#2)
- 0.6.12 (contracts/Libraries/SafeMath.sol#2)
- 0.6.12 (contracts/Modifiers/DevPower.sol#4)
- 0.6.12 (contracts/Modifiers/Ownable.sol#2)
- 0.6.12 (contracts/Tokens/BEP20.sol#10)
- >=0.6.12 (contracts/Tokens/IBEP20.sol#2)
- 0.6.12 (contracts/Tokens/NativeToken.sol#2)
- >=0.4.22<0.9.0 (hardhat/console.sol#2)
Use one Solidity version.
Additional information: link
console.logUint(uint256) (hardhat/console.sol#24-26) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.4.22<0.9.0 (hardhat/console.sol#2) is too complex
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) (contracts/Libraries/Address.sol#162-168):
- (success,returndata) = target.delegatecall(data) (contracts/Libraries/Address.sol#166)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Contract console (hardhat/console.sol#4-1532) is not in CapWords
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (contracts/Helpers/Context.sol#25)" inContext (contracts/Helpers/Context.sol#15-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
console.slitherConstructorConstantVariables() (hardhat/console.sol#4-1532) uses literals with too many digits:
- CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67) (hardhat/console.sol#5)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
NativeToken._mainDevWallet (contracts/Tokens/NativeToken.sol#34) is never used in NativeToken (contracts/Tokens/NativeToken.sol#12-349)
Remove unused state variables.
Additional information: link
NativeToken._mainDevWallet (contracts/Tokens/NativeToken.sol#34) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
isBlacklisted(address) should be declared external:
- NativeToken.isBlacklisted(address) (contracts/Tokens/NativeToken.sol#335-337)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
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 price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account