PoolManagerInitializer
\
Functions
active
active
Returns whether or not a pool is active.
Return Values:
0
bool
bool
\
asset
asset
Gets the address of the funds asset.
Return Values:
0
address
address
\
configured
configured
Returns whether or not a pool is configured.
Return Values:
0
bool
bool
\
decodeArguments
decodeArguments
Parameters:
0
encodedArguments_
bytes
bytes
Return Values:
0
poolDelegate_
address
address
1
asset_
address
address
2
initialSupply_
uint256
uint256
3
name_
string
string
4
symbol_
string
string
\
delegateManagementFeeRate
delegateManagementFeeRate
Gets the delegate management fee rate.
Return Values:
0
uint256
uint256
\
encodeArguments
encodeArguments
Parameters:
0
poolDelegate_
address
address
1
asset_
address
address
2
initialSupply_
uint256
uint256
3
name_
string
string
4
symbol_
string
string
Return Values:
0
encodedArguments_
bytes
bytes
\
isLoanManager
isLoanManager
Returns whether or not the given address is a loan manager.
Parameters:
0
``
address
address
Return Values:
0
bool
bool
\
isValidLender
isValidLender
Returns whether or not the given address is a valid lender.
Parameters:
0
``
address
address
Return Values:
0
bool
bool
\
liquidityCap
liquidityCap
Gets the liquidity cap for the pool.
Return Values:
0
uint256
uint256
\
loanManagerList
loanManagerList
Gets the address of the loan manager in the list.
Parameters:
0
``
uint256
uint256
Return Values:
0
address
address
\
openToPublic
openToPublic
Returns whether or not a pool is open to public deposits.
Return Values:
0
bool
bool
\
pendingPoolDelegate
pendingPoolDelegate
Gets the address of the pending pool delegate.
Return Values:
0
address
address
\
pool
pool
Gets the address of the pool.
Return Values:
0
address
address
\
poolDelegate
poolDelegate
Gets the address of the pool delegate.
Return Values:
0
address
address
\
poolDelegateCover
poolDelegateCover
Gets the address of the pool delegate cover.
Return Values:
0
address
address
\
withdrawalManager
withdrawalManager
Gets the address of the withdrawal manager.
Return Values:
0
address
address
\
Events
Initialized
Initialized
Parameters:
0
owner_
address
address
1
asset_
address
address
2
pool_
address
address
\
Last updated