PoolStorage
The current version of PoolStorage inherits from its predecessor which in turn inherits from its predecessor going back to the original implementation, PoolStorageV1.
contract IERC20 token
Collateral token address
address poolAccountant
PoolAccountant address
address poolRewards
PoolRewards contract address
uint256 universalFee
Universal fee of this pool. Default to 2%
uint256 maxProfitAsFee
Maximum percentage of profit that can be counted as universal fee. Default to 50%
uint256 minDepositLimit
Minimum deposit limit.
Do not set it to 0 as deposit() is checking if amount >= limit
Last modified 6mo ago