Search
⌃K

IYVault

Methods

availableDepositLimit

function availableDepositLimit() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

balanceOf

function balanceOf(address user) external view returns (uint256)

Parameters

Name
Type
Description
user
address
undefined

Returns

Name
Type
Description
_0
uint256
undefined

deposit

function deposit(uint256 amount) external nonpayable returns (uint256)

Parameters

Name
Type
Description
amount
uint256
undefined

Returns

Name
Type
Description
_0
uint256
undefined

pricePerShare

function pricePerShare() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

token

function token() external view returns (address)

Returns

Name
Type
Description
_0
address
undefined

withdraw

function withdraw(uint256 maxShares) external nonpayable returns (uint256)

Parameters

Name
Type
Description
maxShares
uint256
undefined

Returns

Name
Type
Description
_0
uint256
undefined
Last modified 2d ago