The first ecosystem where you will have all the Blockchain services unified on the same platform.
We combine the DeFi Blockchain technology ecosystem and community solutions to create the fastest, most scalable, and low gas DEX for Token transactions and NFT market.
GsysToken._writeCheckpoint(address,uint32,uint256,uint256) (#1070-1088) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#1080)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Address.isContract(address) (#410-421) uses assembly
- INLINE ASM (#417-419)
GsysToken.getChainId() (#1095-1099) uses assembly
- INLINE ASM (#1097)
Address._functionCallWithValue(address,bytes,uint256,string) (#518-544) uses assembly
- INLINE ASM (#536-539)
Do not use evm assembly.
Additional information: link
BEP20.allowance(address,address).owner (#659) shadows:
- Ownable.owner() (#63-65) (function)
BEP20.constructor(string,string).symbol (#595) shadows:
- BEP20.symbol() (#625-627) (function)
- IBEP20.symbol() (#120) (function)
BEP20._approve(address,address,uint256).owner (#831) shadows:
- Ownable.owner() (#63-65) (function)
BEP20.constructor(string,string).name (#595) shadows:
- BEP20.name() (#611-613) (function)
- IBEP20.name() (#125) (function)
Rename the local variables that shadow another component.
Additional information: link
Variable GsysToken._delegates (#878) is not in mixedCase
Parameter GsysToken.mint(address,uint256)._to (#861) is not in mixedCase
Parameter GsysToken.mint(address,uint256)._amount (#861) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
GsysToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#936-977) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,GSYS::delegateBySig: signature expired) (#975)
Avoid relying on block.timestamp.
Additional information: link
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#651-654)
symbol() should be declared external:
- BEP20.symbol() (#625-627)
burn(uint256) should be declared external:
- GsysToken.burn(uint256) (#866-869)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#82-85)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#670-673)
mint(address,uint256) should be declared external:
- GsysToken.mint(address,uint256) (#861-864)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#687-699)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#91-93)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#749-752)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#659-661)
totalSupply() should be declared external:
- BEP20.totalSupply() (#632-634)
decimals() should be declared external:
- BEP20.decimals() (#618-620)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#713-716)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#732-739)
Use the external attribute for functions never called from the contract.
Additional information: link
SafeMath.mul(uint256,uint256) (#278-290) is never used and should be removed
Address.sendValue(address,uint256) (#439-445) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#494-500) is never used and should be removed
SafeMath.sqrt(uint256) (#374-385) is never used and should be removed
BEP20._burnFrom(address,uint256) (#848-855) is never used and should be removed
SafeMath.min(uint256,uint256) (#369-371) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#360-367) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#508-516) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#320-330) is never used and should be removed
Context._msgData() (#27-30) is never used and should be removed
SafeMath.mod(uint256,uint256) (#344-346) is never used and should be removed
SafeMath.div(uint256,uint256) (#304-306) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#518-544) is never used and should be removed
Address.isContract(address) (#410-421) is never used and should be removed
Address.functionCall(address,bytes,string) (#475-481) is never used and should be removed
Address.functionCall(address,bytes) (#465-467) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#439-445):
- (success) = recipient.call{value: amount}() (#443)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#518-544):
- (success,returndata) = target.call{value: weiValue}(data) (#527)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Redundant expression "this (#28)" inContext (#18-31)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Average 30d PancakeSwap liquidity 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 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
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 no active CoinGecko listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
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
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account