Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
GovToken._writeCheckpoint(address,uint32,uint256,uint256) (#1019-1030) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#1022)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
BEP20.constructor(string,string).name (#594) shadows:
- BEP20.name() (#610-612) (function)
- IBEP20.name() (#124) (function)
BEP20.constructor(string,string).symbol (#594) shadows:
- BEP20.symbol() (#624-626) (function)
- IBEP20.symbol() (#119) (function)
BEP20.allowance(address,address).owner (#658) shadows:
- Ownable.owner() (#62-64) (function)
BEP20._approve(address,address,uint256).owner (#830) shadows:
- Ownable.owner() (#62-64) (function)
Rename the local variables that shadow another component.
Additional information: link
GovToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#920-936) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,SWAPX::delegateBySig: signature expired) (#934)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#409-420) uses assembly
- INLINE ASM (#416-418)
Address._functionCallWithValue(address,bytes,uint256,string) (#517-543) uses assembly
- INLINE ASM (#535-538)
GovToken.getChainId() (#1037-1041) uses assembly
- INLINE ASM (#1039)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#517-543) is never used and should be removed
Address.functionCall(address,bytes) (#464-466) is never used and should be removed
Address.functionCall(address,bytes,string) (#474-480) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#493-499) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#507-515) is never used and should be removed
Address.isContract(address) (#409-420) is never used and should be removed
Address.sendValue(address,uint256) (#438-444) is never used and should be removed
BEP20._burn(address,uint256) (#808-814) is never used and should be removed
BEP20._burnFrom(address,uint256) (#847-854) is never used and should be removed
Context._msgData() (#26-29) is never used and should be removed
SafeMath.div(uint256,uint256) (#303-305) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#319-329) is never used and should be removed
SafeMath.min(uint256,uint256) (#368-370) is never used and should be removed
SafeMath.mod(uint256,uint256) (#343-345) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#359-366) is never used and should be removed
SafeMath.mul(uint256,uint256) (#277-289) is never used and should be removed
SafeMath.sqrt(uint256) (#373-384) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#438-444):
- (success) = recipient.call{value: amount}() (#442)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#517-543):
- (success,returndata) = target.call{value: weiValue}(data) (#526)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter GovToken.mint(address,uint256)._to (#860) is not in mixedCase
Parameter GovToken.mint(address,uint256)._amount (#860) is not in mixedCase
Variable GovToken._delegates (#866) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#27)" inContext (#17-30)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#81-84)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#90-92)
decimals() should be declared external:
- BEP20.decimals() (#617-619)
symbol() should be declared external:
- BEP20.symbol() (#624-626)
totalSupply() should be declared external:
- BEP20.totalSupply() (#631-633)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#650-653)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#658-660)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#669-672)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#686-698)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#712-715)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#731-738)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#748-751)
mint(address,uint256) should be declared external:
- GovToken.mint(address,uint256) (#860-863)
Use the external attribute for functions never called from the contract.
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
Young tokens have high risks of 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
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account