{
    "Function": "tokenDataOf",
    "File": "contracts/core/base/IERC721Time.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC721/IERC721.sol",
        "node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function tokenDataOf(uint256 tokenId) external view returns (TokenData memory);"
}