{
    "Function": "getAmountsIn",
    "File": "src/interfaces/IJoeRouter01.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getAmountsIn(uint256 amountOut, address[] calldata path) external view returns (uint256[] memory amounts);"
}