ERC4626Library
underlyingAsset
function underlyingAsset(struct ERC4626Schema schema) internal view returns (contract IERC20)
setUnderlyingAsset
function setUnderlyingAsset(struct ERC4626Schema schema, contract IERC20 value) internal
setUnderlyingDecimals
function setUnderlyingDecimals(struct ERC4626Schema schema, uint8 value) internal
underlyingDecimals
function underlyingDecimals(struct ERC4626Schema schema) internal view returns (uint8)