IYVault
function availableDepositLimit() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function balanceOf(address user) external view returns (uint256)
Name | Type | Description |
---|---|---|
user | address | undefined |
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function deposit(uint256 amount) external nonpayable returns (uint256)
Name | Type | Description |
---|---|---|
amount | uint256 | undefined |
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function pricePerShare() external view returns (uint256)
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
function token() external view returns (address)
Name | Type | Description |
---|---|---|
_0 | address | undefined |
function withdraw(uint256 maxShares) external nonpayable returns (uint256)
Name | Type | Description |
---|---|---|
maxShares | uint256 | undefined |
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
Last modified 2d ago