Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ICurveGauge

Git Source

Functions

lp_token

function lp_token() external view returns (address);

deposit

function deposit(
    uint256 amount
) external;

withdraw

function withdraw(
    uint256 amount
) external;

claim_rewards

function claim_rewards() external;

balanceOf

function balanceOf(
    address
) external view returns (uint256);