{
    "Function": "toUint32",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/SafeCastMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "SafeCast"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "toUint32"
    ],
    "Low-Level Calls": [],
    "Code": "function toUint32(uint256 a) public pure returns (uint32) {\n        return a.toUint32();\n    }"
}