🧵+12M in "stuck" crypto might be recoverable. As long as the deployer nonce on another chain is not burnt and the private key is still around. The recovery mechanism is based on CREATE opcode in the EVM. Special thanks to @pcaversaccio for help validating this finding. 1/9
While browsing Etherscan, I noticed many token contract addresses hold significant funds that appear permanently locked. Thanks to the multichain feature, these same addresses also contain funds on other chains, and it clicked: these funds might actually be recoverable! 2/9
@codeislight @pcaversaccio github.com/backseats/Crea… wrote something that might help here
@codeislight @pcaversaccio This is neat, hope it reaches whoever was affected
@codeislight @pcaversaccio "Funds on ZkSync are unrecoverable due to their unique contract address derivation algorithm" Is this the same reason you can deploy a multisig to the same address with the original data on most chains but not zksync?
@codeislight @pcaversaccio Huge finding... Thanks & congrats.