PoolManagerInitializer

Functions

active

Returns whether or not a pool is active.

    function active()
        view
        returns (
            bool
        );

Return Values:

Index
Name
Type
Internal Type
Description

0

bool

bool

asset

Gets the address of the funds asset.

    function asset()
        view
        returns (
            address
        );

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

configured

Returns whether or not a pool is configured.

Return Values:

Index
Name
Type
Internal Type
Description

0

bool

bool

decodeArguments

Parameters:

Index
Name
Type
Internal Type
Description

0

encodedArguments_

bytes

bytes

Return Values:

Index
Name
Type
Internal Type
Description

0

poolDelegate_

address

address

1

asset_

address

address

2

initialSupply_

uint256

uint256

3

name_

string

string

4

symbol_

string

string

delegateManagementFeeRate

Gets the delegate management fee rate.

Return Values:

Index
Name
Type
Internal Type
Description

0

uint256

uint256

encodeArguments

Parameters:

Index
Name
Type
Internal Type
Description

0

poolDelegate_

address

address

1

asset_

address

address

2

initialSupply_

uint256

uint256

3

name_

string

string

4

symbol_

string

string

Return Values:

Index
Name
Type
Internal Type
Description

0

encodedArguments_

bytes

bytes

liquidityCap

Gets the liquidity cap for the pool.

Return Values:

Index
Name
Type
Internal Type
Description

0

uint256

uint256

strategyList

Gets the address of the strategy in the list.

Parameters:

Index
Name
Type
Internal Type
Description

0

``

uint256

uint256

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

pendingPoolDelegate

Gets the address of the pending pool delegate.

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

pool

Gets the address of the pool.

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

poolDelegate

Gets the address of the pool delegate.

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

poolDelegateCover

Gets the address of the pool delegate cover.

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

withdrawalManager

Gets the address of the withdrawal manager.

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

Events

Initialized

Parameters:

Index
Name
Type
Internal Type
Description

0

owner_

address

address

1

asset_

address

address

2

pool_

address

address

Last updated