> For the complete documentation index, see [llms.txt](https://docs.dragonswap.app/dragonswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dragonswap.app/dragonswap/resources/developer-resources/smart-contracts/dragonswapv2/periphery/v2migrator.md).

# V2Migrator

### Functions[​](https://docs.uniswap.org/contracts/v3/reference/periphery/V3Migrator#functions) <a href="#functions" id="functions"></a>

#### constructor[​](https://docs.uniswap.org/contracts/v3/reference/periphery/V3Migrator#constructor) <a href="#constructor" id="constructor"></a>

```solidity
  function constructor(
  ) public
```

#### receive[​](https://docs.uniswap.org/contracts/v3/reference/periphery/V3Migrator#receive) <a href="#receive" id="receive"></a>

```solidity
  function receive(
  ) external
```

#### migrate[​](https://docs.uniswap.org/contracts/v3/reference/periphery/V3Migrator#migrate) <a href="#migrate" id="migrate"></a>

```solidity
  function migrate(
  ) external

```
