withdraw()
function using .transfer()
.transfer()
method with fixed 2300 gas
Lacks SafeERC20 transfer mechanism
However, using .transfer() enforces a 2300 gas which will not work for addresses that consume a large amount of gas upon receiving tokens.
```solidity
```
Transactions if failed, may cause a lock of funds or unexpectedly revert.
Compromises fund withdrawal reliability
.transfer()
with safeTransfer()
Import and use OpenZeppelin's SafeERC20
library for safer implementation
LightChaser Low-60
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.