Skip to main content

IWeightedBalancerPoolManager

Functions

setSwapEnabled

function setSwapEnabled(
contract IWeightedPool pool,
bool swapEnabled
) external

Parameters

NameTypeDescription
poolcontract IWeightedPool
swapEnabledbool

updateWeightsGradually

function updateWeightsGradually(
contract IWeightedPool pool,
uint256 startTime,
uint256 endTime,
uint256[] endWeights
) external

Parameters

NameTypeDescription
poolcontract IWeightedPool
startTimeuint256
endTimeuint256
endWeightsuint256[]

withdrawCollectedManagementFees

function withdrawCollectedManagementFees(
contract IWeightedPool pool,
address recipient
) external

Parameters

NameTypeDescription
poolcontract IWeightedPool
recipientaddress