ForTube is the leading global DeFi lending platform launched by The Force Protocol. It is committed to providing decentralized lending services for cryptoasset enthusiasts around the world, supporting most of the world's popular assets. ForTube is based on smart contracts and automated algorithm technology. Users can deposit tokens to earn interest, pledge to borrow tokens and pay interests. ForTube's interest rate is determined by market supply and demand. Assets are controlled by users. ForTube allows users to deposit and withdraw anytime, borrow and repay anytime globally.
BEP20FOR._approve(address,address,uint256).owner (#586) shadows:
- Ownable.owner() (#301-303) (function)
BEP20FOR.allowance(address,address).owner (#423) shadows:
- Ownable.owner() (#301-303) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20FOR.constructor() (#355-363) uses literals with too many digits:
- _totalSupply = 100000000000000000000000000 (#359)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
SafeMath.mul(uint256,uint256) (#191-203) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-269) is never used and should be removed
BEP20FOR._burnFrom(address,uint256) (#600-603) 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
Variable BEP20FOR._name (#353) is not in mixedCase
Variable BEP20FOR._symbol (#352) is not in mixedCase
Variable BEP20FOR._decimals (#351) 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
increaseAllowance(address,uint256) should be declared external:
- BEP20FOR.increaseAllowance(address,uint256) (#469-472)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#320-323)
mint(uint256) should be declared external:
- BEP20FOR.mint(uint256) (#501-504)
burn(uint256) should be declared external:
- BEP20FOR.burn(uint256) (#509-512)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#329-331)
decreaseAllowance(address,uint256) should be declared external:
- BEP20FOR.decreaseAllowance(address,uint256) (#488-491)
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
Token is not listed at Mobula.Finance
Additional information: link
Twitter account link seems to be invalid
Unable to find Youtube account