linkedTransfer

This method transfers the pool's ERC20 pool token (not LP token). Only the latest core contract can call it.

Function

function linkedTransfer(
    address _token, 
    address _to, 
    uint256 _value
) external;

Parameters

ParameterDescription

_token

The pool's ERC20 token address.

_to

The recipient of the tokens.

_value

The amount of tokens.

Last updated