Holoride: DeFi Token
The contract uses ^0.8.18 version which has inbuilt arithmetic overflow and underflow protection at compiler level. Thus, usage of SafeMath library is not required since any arithmetic underflow or overflow due to addition, substraction or multiplication will lead to error.
Remove the redundant SafeMath library.
Holoride: DeFi Token