ResolverHelpers ​
State Variables ​
WEETH ​
solidity
address private constant WEETH = 0xCd5fE23C85820F7B72D0926FC9b05b43E359b7eeWEETHS ​
solidity
address private constant WEETHS = 0x917ceE801a67f933F2e6b33fC0cD1ED2d5909D88ZIRCUIT ​
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
| Name | Type | Description |
|---|---|---|
token_ | address | The address of the token to check. |
liquidity_ | address | The address of the Liquidity layer. |
Returns
| Name | Type | Description |
|---|---|---|
balanceOf_ | uint256 | The total balance of the contract re-hypothecated assets. |

