{
    "Function": "supplySharesOf",
    "File": "contracts/interfaces/ILendingPair.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function supplySharesOf(address _token, address _account) external view returns(uint);"
}