IUniswapV3PoolOwnerActions

Overview

License: GPL-2.0-or-later

interface IUniswapV3PoolOwnerActions

Contains pool methods that may only be called by the factory owner

Functions info

setFeeProtocol (0x8206a4d1)

function setFeeProtocol(uint8 feeProtocol0, uint8 feeProtocol1) external

Set the denominator of the protocol's % share of the fees

Parameters:

collectProtocol (0x85b66729)

function collectProtocol(
    address recipient,
    uint128 amount0Requested,
    uint128 amount1Requested
) external returns (uint128 amount0, uint128 amount1)

Collect the protocol fee accrued to the pool

Parameters:

Return values:

Last updated