> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymath/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymath/api/cappedstostorage.md).

# Contract used to store layout for the CappedSTO storage (CappedSTOStorage.sol)

View Source: [contracts/modules/STO/Capped/CappedSTOStorage.sol](https://github.com/PolymathNetwork/polymath-core/tree/096ba240a927c98e1f1a182d2efee7c4c4c1dfc5/contracts/modules/STO/Capped/CappedSTOStorage.sol)

**↘ Derived Contracts:** [**CappedSTO**](https://github.com/PolymathNetwork/polymath-core/tree/096ba240a927c98e1f1a182d2efee7c4c4c1dfc5/docs/api/CappedSTO.md)**,** [**CappedSTOProxy**](https://github.com/PolymathNetwork/polymath-core/tree/096ba240a927c98e1f1a182d2efee7c4c4c1dfc5/docs/api/CappedSTOProxy.md)

**CappedSTOStorage**

## Contract Members

**Constants & Variables**

```javascript
bool public allowBeneficialInvestments;
uint256 public rate;
uint256 public cap;
mapping(address => uint256) public investors;
```

## Functions
