Skip to content
Alchemy Logo

getMultiOwnerModularAccountV1AddressFromFactoryData

function getMultiOwnerModularAccountV1AddressFromFactoryData(
  params,
): Promise<`0x${string}`>;

Defined in: packages/smart-accounts/src/ma-v1/predictAddress.ts:111

Gets the multi-owner modular account v1 address from factory data. If the factory is a known default, decodes the args and predicts without RPC. Otherwise falls back to calling the entry point's getSenderAddress.

ParameterTypeDescription

params

GetMultiOwnerModularAccountV1AddressFromFactoryDataParams

The parameters

Promise<`0x${string}`>

The account address

Was this page helpful?