Litecoin is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world. Litecoin is an open source, global payment network that is fully decentralized without any central authorities. Mathematics secures the network and empowers individuals to control their own finances. Litecoin features faster transaction confirmation times and improved storage efficiency than the leading math-based currency. With substantial industry support, trade volume and liquidity, Litecoin is a proven medium of commerce complementary to Bitcoin.
BEP20BitcoinCash.allowance(address,address).owner (#423) shadows:
- Ownable.owner() (#301-303) (function)
BEP20BitcoinCash._approve(address,address,uint256).owner (#586) shadows:
- Ownable.owner() (#301-303) (function)
Rename the local variables that shadow another component.
Additional information: link
Variable BEP20BitcoinCash._decimals (#351) is not in mixedCase
Variable BEP20BitcoinCash._symbol (#352) is not in mixedCase
Variable BEP20BitcoinCash._name (#353) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#118)" inContext (#108-121)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SafeMath.mul(uint256,uint256) (#191-203) is never used and should be removed
BEP20BitcoinCash._burnFrom(address,uint256) (#600-603) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-269) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#231-238) is never used and should be removed
Context._msgData() (#117-120) is never used and should be removed
SafeMath.mod(uint256,uint256) (#251-253) is never used and should be removed
SafeMath.div(uint256,uint256) (#216-218) is never used and should be removed
Remove unused functions.
Additional information: link
increaseAllowance(address,uint256) should be declared external:
- BEP20BitcoinCash.increaseAllowance(address,uint256) (#469-472)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#320-323)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#329-331)
decreaseAllowance(address,uint256) should be declared external:
- BEP20BitcoinCash.decreaseAllowance(address,uint256) (#488-491)
burn(uint256) should be declared external:
- BEP20BitcoinCash.burn(uint256) (#509-512)
mint(uint256) should be declared external:
- BEP20BitcoinCash.mint(uint256) (#501-504)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find audit link on the website
Unable to find whitepaper link on the website
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account