IFeeTokenLike

Git Source

This is the minimal interface needed by contracts within this subdirectory.

Functions

deposit

function deposit(uint256 amount_) external;

withdrawTo

function withdrawTo(address recipient_, uint256 amount_) external returns (bool success_);

underlying

function underlying() external view returns (address underlying_);