Fastest Swapping Experience
Earn, win, buy and sell your favorite tokens at the best rate. Excellent rewards for liquidity providers and NFT marketplace on Ethereum and BNB Chain
Contract ownership is not renounced (belongs to a wallet)
Redundant expression "this (#118)" inContext (#108-121)
Remove redundant statements if they congest code but offer no value.
Additional information: link
FastSwapToken.constructor() (#357-367) uses literals with too many digits:
- _maxSupply = 500000000 * 10 ** 18 (#361)
FastSwapToken.constructor() (#357-367) uses literals with too many digits:
- _initialSupply = 100000000 * 10 ** 18 (#362)
FastSwapToken.constructor() (#357-367) uses literals with too many digits:
- _totalSupply = 100000000 * 10 ** 18 (#363)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
FastSwapToken.allowance(address,address).owner (#441) shadows:
- Ownable.owner() (#301-303) (function)
FastSwapToken._approve(address,address,uint256).owner (#605) shadows:
- Ownable.owner() (#301-303) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#117-120) is never used and should be removed
FastSwapToken._burnFrom(address,uint256) (#619-622) is never used and should be removed
SafeMath.div(uint256,uint256) (#216-218) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#231-238) is never used and should be removed
SafeMath.mod(uint256,uint256) (#251-253) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-269) is never used and should be removed
SafeMath.mul(uint256,uint256) (#191-203) is never used and should be removed
Remove unused functions.
Additional information: link
Variable FastSwapToken._decimals (#353) is not in mixedCase
Variable FastSwapToken._symbol (#354) is not in mixedCase
Variable FastSwapToken._name (#355) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#320-323)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#329-331)
increaseAllowance(address,uint256) should be declared external:
- FastSwapToken.increaseAllowance(address,uint256) (#487-490)
decreaseAllowance(address,uint256) should be declared external:
- FastSwapToken.decreaseAllowance(address,uint256) (#506-509)
mint(uint256) should be declared external:
- FastSwapToken.mint(uint256) (#519-522)
burn(uint256) should be declared external:
- FastSwapToken.burn(uint256) (#527-530)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to verify token contract address 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
Unable to find Youtube account
Unable to find Discord account