Skip to content

ResolverHelpers ​

Git Source

State Variables ​

WEETH ​

solidity
address private constant WEETH = 0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee

WEETHS ​

solidity
address private constant WEETHS = 0x917ceE801a67f933F2e6b33fC0cD1ED2d5909D88

ZIRCUIT ​

solidity
IZtakingPool private constant ZIRCUIT = IZtakingPool(0xF047ab4c75cebf0eB9ed34Ae2c186f3611aEAfa6)

Functions ​

_getLiquidityExternalBalances ​

Returns the Liquidity Layers balance of the given token currently re-hypothecated or otherwise sitting externally.

solidity
function _getLiquidityExternalBalances(address token_, address liquidity_)
    internal
    view
    returns (uint256 balanceOf_);

Parameters

NameTypeDescription
token_addressThe address of the token to check.
liquidity_addressThe address of the Liquidity layer.

Returns

NameTypeDescription
balanceOf_uint256The total balance of the contract re-hypothecated assets.