Hello, thank you so much for putting this together! Would there be any chance you could review, what I think is the "latest updated version", sort of speak, of this code?
I mean, it's using the same sort of narrative but the code that I was trying to break down (as a non-programmer) doesn't have any of the same lines of code that you reference. So if I had gone off your review alone, I wouldn't be able to tell how it's going to rob me.
It does have a `function action() public payable` line in the code with a `transfer(address(this).balance);` line but it seems to be obfuscating matters in some other way using what I'd guess is mempool to hide the attacker's address if actually illegitimate.
IF you're able to take a look, the suspecting code was provided here: https://ghostbin.com/Qi4iW/raw
thank you in advance of your consideration!