{
    "Function": "mint",
    "File": "contracts/discovery/ISubgraphNFT.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC721/IERC721.sol",
        "node_modules/@openzeppelin/contracts/introspection/IERC165.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function mint(address _to, uint256 _tokenId) external;"
}