ILPWhitelist
This is an optional component. If present it controls which Liquidity Providers can deposit or transfer their eTokens.
Each eToken has a whitelist
parameter that if not null, points to a contract following this interface. Several eTokens can share the same whitelist contract or they can different ones.
External Methods
acceptsDeposit
Indicates whether or not a liquidity provider can do a deposit in an eToken.
acceptsTransfer
Indicates whether or not the eTokens can be transferred from providerFrom
to providerTo
Last updated