Skip to content

Latest commit

 

History

History
230 lines (217 loc) · 8.23 KB

IConverterAMM.md

File metadata and controls

230 lines (217 loc) · 8.23 KB

IConverterAMM.sol

View Source: contracts/interfaces/IConverterAMM.sol

IConverterAMM contract

Functions


withdrawFees

function withdrawFees(address receiver) external nonpayable
returns(uint256)

Arguments

Name Type Description
receiver address
Source Code
function withdrawFees(address receiver) external returns (uint256);

Contracts