ChristmasDinner::_refundETH uses transfer() function to send ethers from contract to the user. However, it is not recommened to use it.
The transfer function is not recommended for sending native token due to its, 2300 gas unit limit. Instead, call can be used to circumvent the gas limit.
transfer() uses a fixed amount of gas, which can result in revert.
Manual, VSCode
Use call() instead of transfer()
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.