{
    "Function": "fromAddressHexFixed",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/StringsMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Strings"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "toHexString"
    ],
    "Low-Level Calls": [],
    "Code": "function fromAddressHexFixed(address addr) public pure returns (string memory) {\n        return Strings.toHexString(addr);\n    }"
}