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

# Contract used to store layout for the DummySTO storage (DummySTOStorage.sol)

View Source: [contracts/mocks/Dummy/DummySTOStorage.sol](https://github.com/PolymathNetwork/polymath-core/tree/096ba240a927c98e1f1a182d2efee7c4c4c1dfc5/contracts/mocks/Dummy/DummySTOStorage.sol)

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

**DummySTOStorage**

## Contract Members

**Constants & Variables**

```javascript
uint256 public investorCount;
uint256 public cap;
string public someString;
mapping(address => uint256) public investors;
```

## Functions
