Skip to content

StETHQueueCore ​

Git Source

Inherits:Variables, Events, Error

Functions ​

validAddress ​

validates that an address is not the zero address

solidity
modifier validAddress(address value_);

_getLiquidityExchangePrice ​

reads the current, updated borrow exchange price for Native ETH at Liquidity

solidity
function _getLiquidityExchangePrice() internal view returns (uint256 borrowExchangePrice_);