Skip to main content

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

NameTypeDescription
_0uint256undefined

balanceReportedIn

function balanceReportedIn() external view returns (address)

gets the token address in which this deposit returns its balance

Returns

NameTypeDescription
_0addressundefined

resistantBalanceAndVolt

function resistantBalanceAndVolt() external view returns (uint256, uint256)

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

Returns

NameTypeDescription
_0uint256undefined
_1uint256undefined