The other day @nikete reminded me of this wild moment last year where Justin Sun had a $1b ETH position on @LiquityProtocol which could have been liquidated during market turmoil, but wasn't
Sharing in case some folks missed it the first time.
Some details in case you're curious. I believe the conclusion was he could've been liquidated but wasn't by chance and a bunch of bot misfires. medium.com/liquity/how-li…
I need to make a compendium with little its of MEV history like this. Lots of fascinating moments that otherwise might be lost in the wind. Maybe after the merge.
Random interesting thing I noticed on-chain this morning: someone sent money to an address and THEN another account deployed a contract which rescued that money
Without the contract later deployed the 0.6 ETH would've been unrecoverable
If we dig into the rescuer's transaction history we can see them rapidly making a lot of transactions to themself, then deploying the rescue transaction
That's because contract addresses on Ethereum are deterministic! They're a function of the account address, nonce, and code.
So this fellow knew what they were doing. They deliberately incremented their nonce to the precise value whereby they could deploy a rescue contract to get the ETH.
If they accidentally made 1 more tx before deploying their contract I think the money would have been lost.