ERC4626FeesMock
Inherits: ERC4626Fees
State Variables
_entryFeeBasisPointValue
uint256 private immutable _entryFeeBasisPointValue;
_entryFeeRecipientValue
address private immutable _entryFeeRecipientValue;
_exitFeeBasisPointValue
uint256 private immutable _exitFeeBasisPointValue;
_exitFeeRecipientValue
address private immutable _exitFeeRecipientValue;
Functions
constructor
constructor(
uint256 entryFeeBasisPoints,
address entryFeeRecipient,
uint256 exitFeeBasisPoints,
address exitFeeRecipient
);
_entryFeeBasisPoints
function _entryFeeBasisPoints() internal view virtual override returns (uint256);
_entryFeeRecipient
function _entryFeeRecipient() internal view virtual override returns (address);
_exitFeeBasisPoints
function _exitFeeBasisPoints() internal view virtual override returns (uint256);
_exitFeeRecipient
function _exitFeeRecipient() internal view virtual override returns (address);