> 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-tokenomics/farmingcentervault.md).

# FarmingCenterVault

## Variables

### address farmingCenter

### address owner immutable

### mapping(uint256 => mapping(bytes32 => uint256)) balances

## Functions

### constructor

`constructor()` public

### lockTokens

`lockTokens(uint256,bytes32,uint256)` external

| Name        | Type    | Description |
| ----------- | ------- | ----------- |
| tokenId     | uint256 |             |
| incentiveId | bytes32 |             |
| tokenAmount | uint256 |             |

### setFarmingCenter

`setFarmingCenter(address)` external

| Name            | Type    | Description |
| --------------- | ------- | ----------- |
| \_farmingCenter | address |             |

### claimTokens

`claimTokens(address,address,uint256,bytes32)` external

| Name            | Type    | Description |
| --------------- | ------- | ----------- |
| multiplierToken | address |             |
| to              | address |             |
| tokenId         | uint256 |             |
| incentiveId     | bytes32 |             |

***
