Use of transfer() instead of call() to transfer eth.
The TokenManager::withdraw
function uses transfer() instead of call() to send Eth.
The payment of Ether to the intended parties may fail in the following cases:
The smart contract receiving funds fails to implement the payable fallback function
The fallback function receiving funds uses more than 2300 gas units
Manual Analysis
Use call() to send ether.
Invalid, known issues [Medium-2](https://github.com/Cyfrin/2024-08-tadle/issues/1)
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.