✅Operation magic redemption
Objective
Writeup
PoC
Last updated
Last updated
uint256 currentAllowance = allowance(msg.sender, account);_approve(account, msg.sender, currentAllowance - amount);_approve(exploiter, whitehat, type(uint256).max);