For the complete documentation index, see llms.txt. This page is also available as Markdown.

IPCVDepositBalances

Functions

balance

function balance() external returns (uint256)

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

balanceReportedIn

function balanceReportedIn() external returns (address)

gets the token address in which this deposit returns its balance

resistantBalanceAndChi

function resistantBalanceAndChi() external returns (uint256, uint256)

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

Last updated