VaultFeeController


Functions:

Events:

Graphs:


Function Definitions:

constructor()

constructor(struct VaultFeeController.FeeStructure _feeStructure, contract IContractRegistry _contractRegistry) public 

getDepositFee()

getDepositFee() external  returns (uint256)

getWithdrawalFee()

getWithdrawalFee() external  returns (uint256)

getManagementFee()

getManagementFee() external  returns (uint256)

getPerformanceFee()

getPerformanceFee() external  returns (uint256)

setFees()

setFees(struct VaultFeeController.FeeStructure _newFees) external 

Value is in basis points, i.e. 100 BPS = 1%

Parameter NameTypeDescription

_newFees

struct VaultFeeController.FeeStructure

New feeStructure.

setFeeRecipient()

setFeeRecipient(address _feeRecipient) external 
Parameter NameTypeDescription

_feeRecipient

address

New feeRecipient.

Events

FeesChanged

FeesChanged(struct VaultFeeController.FeeStructure previousFees, struct VaultFeeController.FeeStructure newFees)

FeeRecipientChanged

FeeRecipientChanged(address previousFeeRecipient, address newFeeRecipient)

Graphs

Dependency Graph

Inheritance Graph

Last updated