IPCVDepositBalances
Volt Protocol
a PCV Deposit interface for only balance getters
Methods
balance
function balance() external view returns (uint256)
gets the effective balance of "balanceReportedIn" token if the deposit were fully withdrawn
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
balanceReportedIn
function balanceReportedIn() external view returns (address)
gets the token address in which this deposit returns its balance
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
resistantBalanceAndVolt
function resistantBalanceAndVolt() external view returns (uint256, uint256)
gets the resistant token balance and protocol owned fei of this deposit
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
_1 | uint256 | undefined |