ISovereignPool

Git Source

Functions

setPoolManagerFeeBips

function setPoolManagerFeeBips(uint256 poolManagerFeeBips_)
    external;

setPoolManager

function setPoolManager(address manager_) external;

claimPoolManagerFees

function claimPoolManagerFees(
    uint256 feeProtocol0Bips_,
    uint256 feeProtocol1Bips_
)
    external
    returns (
        uint256 feePoolManager0Received,
        uint256 feePoolManager1Received
    );

getPoolManagerFees

function getPoolManagerFees()
    external
    view
    returns (uint256 poolManagerFee0, uint256 poolManagerFee1);

poolManagerFeeBips

function poolManagerFeeBips() external view returns (uint256);

getReserves

function getReserves() external view returns (uint256, uint256);