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

# IFarmingCenterVault

## Functions

### claimTokens

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

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

### setFarmingCenter

`setFarmingCenter(address)` external

| Name    | Type    | Description |
| ------- | ------- | ----------- |
| farming | address |             |

### lockTokens

`lockTokens(uint256,bytes32,uint256)` external

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

### balances

`balances(uint256,bytes32)` view external

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

**Returns:**

| Name    | Type    | Description |
| ------- | ------- | ----------- |
| balance | uint256 |             |

***
