> For the complete documentation index, see [llms.txt](https://docs.essencefinance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.essencefinance.io/development/smart-contracts/pcv/ipcvdepositbalances.md).

# IPCVDepositBalances

## Functions

### balance

```solidity
function balance() external returns (uint256)
```

gets the effective balance of "balanceReportedIn" token if the deposit were fully withdrawn

### balanceReportedIn

```solidity
function balanceReportedIn() external returns (address)
```

gets the token address in which this deposit returns its balance

### resistantBalanceAndChi

```solidity
function resistantBalanceAndChi() external returns (uint256, uint256)
```

gets the resistant token balance and protocol owned chi of this deposit
