> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/algebra-v1-technical-reference/contracts/api-reference-v1.0/v1.0-periphery/v3migrator.md).

# V3Migrator

Algebra Migrator

## Variables

### address nonfungiblePositionManager immutable

## Functions

### constructor

PeripheryImmutableState

`constructor(address,address,address,address)` public

| Name                         | Type    | Description |
| ---------------------------- | ------- | ----------- |
| \_factory                    | address |             |
| \_WNativeToken               | address |             |
| \_nonfungiblePositionManager | address |             |
| \_poolDeployer               | address |             |

### receive

`receive()` payable external

### migrate

`migrate(struct IV3Migrator.MigrateParams)` external

| Name   | Type                             | Description |
| ------ | -------------------------------- | ----------- |
| params | struct IV3Migrator.MigrateParams |             |

***
