skim

This method forces the token balance of a pool to match its reserves.

Function

function skim(
    address _token, 
    address _to
) external;

Parameters

ParameterDescription

_token

An ERC20 token address. Token must have already a pool.

_to

The recipient of the skim.

Last updated