# 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 |             |

***
