> For the complete documentation index, see [llms.txt](https://docs.fringe.fi/v2-smart-contract-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fringe.fi/v2-smart-contract-documentation/bondtroller/bondtrollerv5storage.md).

# BondtrollerV5Storage

## Overview

#### License: MIT

```solidity
contract BondtrollerV5Storage is BondtrollerV4Storage
```

## State variables info

### compContributorSpeeds (0x986ab838)

```solidity
mapping(address => uint256) compContributorSpeeds
```

The portion of COMP that each contributor receives per block

### lastContributorBlock (0xbea6b8b8)

```solidity
mapping(address => uint256) lastContributorBlock
```

Last block at which a contributor's COMP rewards have been allocated
