# getMultiOwnerModularAccountV1AddressFromFactoryData

> Overview of the getMultiOwnerModularAccountV1AddressFromFactoryData function

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

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

Defined in: [packages/smart-accounts/src/ma-v1/predictAddress.ts:111](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v1/predictAddress.ts#L111)

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.

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
      <th align="left">Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `params`
      </td>

      <td>
        [`GetMultiOwnerModularAccountV1AddressFromFactoryDataParams`](../type-aliases/GetMultiOwnerModularAccountV1AddressFromFactoryDataParams)
      </td>

      <td>
        The parameters
      </td>
    </tr>

  </tbody>
</table>

## Returns

`Promise`\<`` `0x${string}` ``>

The account address