{
    "Function": "constructor",
    "File": "contracts/lib/solmate/src/test/utils/mocks/MockERC721.sol",
    "Parent Contracts": [
        "contracts/lib/solmate/src/tokens/ERC721.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(string memory _name, string memory _symbol) ERC721(_name, _symbol) {}"
}