📓VLib
Library which defined the main data structured used by the protocol.
Last updated
Library which defined the main data structured used by the protocol.
Last updated
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
vaultName
string
name of the vault
description
string
description of the vault
shareName
string
name of vault's share
shareSymbol
string
symbol of the share
strategist
address
address of the strategist
factory
address
factory's address
createdAt
uint256
block timestamp at vault creation
share
address
address of vault's share
highWaterMark
uint256
highest price peak of Vault share
prevRebalanceSignals
uint256[]
last signal send by the strategist
prevSwap
uint256
last timestamp at which the Vault was rebalanced
prevMngHarvest
uint256
last timestamp at which management fees were collected
beneficiary
address
strategist address
exitFees
uint256
fees in Basis Point : [0, 10000]
managementFeesRate
uint256
from 0 to 1 000 000
managementFeesToStrategist
uint256
fees to strategist in basis point - [0, 5000]
performanceFeesRate
uint256
performance fees rate in basis point - [0, 7500]
performanceFeesToStrategist
uint256
performance fees to strategist in basis point - [0, 5000]
paused
bool
indicates if the vault is paused
verified
uint8
indicates if the vault is verified
name
string
name of the vault
description
string
description of the vault
maxAUM
uint256
maximum amount the vault can handle
maxLossSwap
uint256
price Impact and Slippage
minAmountDeposit
uint256
minimum amount a user can deposit to the vault
maxAmountDeposit
uint256
maximum amount a user can deposit to the vault
minFrequencySwap
uint256
minimum period during which the operator can not rebalance the vault
minSecurityTime
uint256
minimum time between two deposit/redeem
minHarvestThreshold
uint256
minimum worth of share to mint from harvesting fees
tokenAddress
address
address of a token
priceFeedAddress
address
address of the token's oracle
priceFeedPrecision
uint8
denominator
uint256
decimal of the token
decimal of the response from the price feed. Usually