Description
Storage reads should be avoided whenever possible to save gas, which can be achieved by caching the variables in memory.
Recommendation
For example, in _withdrawRequest(), the variables totalWithdrawRequests and userWithdrawRequestCount can be cached.
Status
Currently being reviewed by the team.