{
    "Function": "sharesOf",
    "File": "contracts/lybra/token/EUSD.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/utils/Context.sol",
        "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_sharesOf"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function sharesOf(address _account) public view returns (uint256) {\n        return _sharesOf(_account);\n    }"
}