IWeightedPool
Functions
getSwapEnabled
function getSwapEnabled() external returns (bool)
getNormalizedWeights
function getNormalizedWeights() external returns (uint256[])
getGradualWeightUpdateParams
function getGradualWeightUpdateParams() external returns (uint256 startTime, uint256 endTime, uint256[] endWeights)
setSwapEnabled
function setSwapEnabled(
bool swapEnabled
) external
Parameters
Name | Type | Description |
---|---|---|
swapEnabled | bool |
updateWeightsGradually
function updateWeightsGradually(
uint256 startTime,
uint256 endTime,
uint256[] endWeights
) external
Parameters
Name | Type | Description |
---|---|---|
startTime | uint256 | |
endTime | uint256 | |
endWeights | uint256[] |
withdrawCollectedManagementFees
function withdrawCollectedManagementFees(
address recipient
) external
Parameters
Name | Type | Description |
---|---|---|
recipient | address |