{
    "Function": "reentrancyAttackForDestroy",
    "File": "contracts/mocks/DummyRouter.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"
    ],
    "High-Level Calls": [
        "NestedFactory"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function reentrancyAttackForDestroy(uint256 nftId) external {\n        NestedFactory(factory).destroy(nftId, IERC20(address(weth)), attackOrders);\n    }"
}