Brief Vinyl Rat
medium
Add funds reciever, while interaction with blacklistable tokens
Add funds receiver, as an input. Otherwise in will be not possible to recover fund from a contract in case Owner
will get blacklisted
Manual Review
function recoverERC20(
address tokenAddress,
+ address receiver,
uint256 tokenAmount
) external onlyOwner {...