#Question
Description
I am a developer and a verified World App user. I am seeking technical assistance to perform a cross-chain recovery of assets sent to my World App address on the BNB Smart Chain (BSC).
Technical Details
- World App Wallet Address:
0x316ee59c10de324d46ce01454238c7f3a320482e
- Owner EOA (Imported via Private Key):
0xB4B84e95c5943EC467eb5feF30718A634437c86e
- Verified Balance: I have verified via RPC (
eth_call) that the official USDT contract on BSC (0x55d398326f99059ff775485246999027b3197955) holds a balance of 250.95 USDT for my address.
Problem
As the World App wallet is a Smart Contract Wallet (Safe-based), it is not deployed on BNB Chain. To recover the funds, I need to perform a deterministic deployment using CREATE2. However, I lack the specific parameters used for my instance.
Request
Could the engineering team provide:
- The Creation Salt used for this specific wallet.
- The Factory Address (SafeProxyFactory) used for the deployment (referencing the factory ending in
...EA4A seen on Worldscan).
- Any specific Initialization Bytecode required.
I have full control over the owner EOA. I just need these parameters to replicate the deployment on BSC and move the assets.
I am aware that World App uses a customized Safe Singleton. Since the 250.95 USDT balance is confirmed on BSC via eth_call, I am looking for the specific proxyFactory and setup data used for the World Chain deployment to attempt a manual CREATE2 replication.
Thank you for your support.
#Question
Description
I am a developer and a verified World App user. I am seeking technical assistance to perform a cross-chain recovery of assets sent to my World App address on the BNB Smart Chain (BSC).
Technical Details
0x316ee59c10de324d46ce01454238c7f3a320482e0xB4B84e95c5943EC467eb5feF30718A634437c86eeth_call) that the official USDT contract on BSC (0x55d398326f99059ff775485246999027b3197955) holds a balance of 250.95 USDT for my address.Problem
As the World App wallet is a Smart Contract Wallet (Safe-based), it is not deployed on BNB Chain. To recover the funds, I need to perform a deterministic deployment using
CREATE2. However, I lack the specific parameters used for my instance.Request
Could the engineering team provide:
...EA4Aseen on Worldscan).I have full control over the owner EOA. I just need these parameters to replicate the deployment on BSC and move the assets.
I am aware that World App uses a customized Safe Singleton. Since the 250.95 USDT balance is confirmed on BSC via eth_call, I am looking for the specific proxyFactory and setup data used for the World Chain deployment to attempt a manual CREATE2 replication.
Thank you for your support.