{
    "Function": "batchMint",
    "File": "contracts/lib/solmate/src/test/utils/mocks/MockERC1155.sol",
    "Parent Contracts": [
        "contracts/lib/solmate/src/tokens/ERC1155.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_batchMint"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function batchMint(\n        address to,\n        uint256[] memory ids,\n        uint256[] memory amounts,\n        bytes memory data\n    ) public virtual {\n        _batchMint(to, ids, amounts, data);\n    }"
}