Vesper Documentation
Search…
Introduction
Vesper Features
Vesper Participants
Vesper Pools and Strategies
Vesper's Modular Pool Architecture
Multi-Chain and Cross-Chain Deployments
Overview of Vesper Pools
Overview of Vesper Strategies
Discussion of Risk
VSP Economics
VSP Token: Supply, Issuance, & Rewards
Revenue Model
Community Participation & Governance
Decentralization Plan
The Voting Process
Governance Principles
Vesper Developers
Developer Incentives
Vesper Improvement Proposal Template
Vesper Developer's Guide
Vesper API Reference
Pool Contracts
PoolAccountant
PoolAccountantStorage
PoolERC20
PoolERC20Permit
PoolRewardsStorage
PoolStorage
VETH
VPOOL
VesperEarnDrip
Strategy Contracts
JavaScript Library
Contracts Data
Marketing
Brand Guidelines & Assets
Reports
Quarterly Reports
Smart Contract Audits
FAQ
Glossary of Terms
Powered By
GitBook
PoolStorage
PoolStorageV1
token
1
contract
IERC20
token
Copied!
Collateral token address
poolAccountant
1
address
poolAccountant
Copied!
PoolAccountant address
poolRewards
1
address
poolRewards
Copied!
PoolRewards contract address
feeWhitelistObsolete
1
address
feeWhitelistObsolete
Copied!
keepersObsolete
1
address
keepersObsolete
Copied!
maintainersObsolete
1
address
maintainersObsolete
Copied!
feeCollectorObsolete
1
address
feeCollectorObsolete
Copied!
withdrawFeeObsolete
1
uint256
withdrawFeeObsolete
Copied!
decimalConversionFactorObsolete
1
uint256
decimalConversionFactorObsolete
Copied!
PoolStorageV2
_feeWhitelistObsolete
1
struct
EnumerableSet
.
AddressSet _feeWhitelistObsolete
Copied!
PoolStorageV3
universalFee
1
uint256
universalFee
Copied!
Universal fee of this pool. Default to 2%
maxProfitAsFee
1
uint256
maxProfitAsFee
Copied!
Maximum percentage of profit that can be counted as universal fee. Default to 50%
minDepositLimit
1
uint256
minDepositLimit
Copied!
Minimum deposit limit.
Do not set it to 0 as deposit() is checking if amount >= limit
Previous
PoolRewardsStorage
Next
VETH
Last modified
18d ago
Export as PDF
Copy link
Contents
PoolStorageV1
token
poolAccountant
poolRewards
feeWhitelistObsolete
keepersObsolete
maintainersObsolete
feeCollectorObsolete
withdrawFeeObsolete
decimalConversionFactorObsolete
PoolStorageV2
_feeWhitelistObsolete
PoolStorageV3
universalFee
maxProfitAsFee
minDepositLimit