{
  "contractName": "ERC721Enumerable",
  "abi": [
    {
      "constant": true,
      "inputs": [
        {
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "getApproved",
      "outputs": [
        {
          "name": "_operator",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_to",
          "type": "address"
        },
        {
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_from",
          "type": "address"
        },
        {
          "name": "_to",
          "type": "address"
        },
        {
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_from",
          "type": "address"
        },
        {
          "name": "_to",
          "type": "address"
        },
        {
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "safeTransferFrom",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "exists",
      "outputs": [
        {
          "name": "_exists",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "ownerOf",
      "outputs": [
        {
          "name": "_owner",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_owner",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "name": "_balance",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_operator",
          "type": "address"
        },
        {
          "name": "_approved",
          "type": "bool"
        }
      ],
      "name": "setApprovalForAll",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_from",
          "type": "address"
        },
        {
          "name": "_to",
          "type": "address"
        },
        {
          "name": "_tokenId",
          "type": "uint256"
        },
        {
          "name": "_data",
          "type": "bytes"
        }
      ],
      "name": "safeTransferFrom",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_owner",
          "type": "address"
        },
        {
          "name": "_operator",
          "type": "address"
        }
      ],
      "name": "isApprovedForAll",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "_from",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "_to",
          "type": "address"
        },
        {
          "indexed": false,
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "_owner",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "_approved",
          "type": "address"
        },
        {
          "indexed": false,
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "_owner",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "_operator",
          "type": "address"
        },
        {
          "indexed": false,
          "name": "_approved",
          "type": "bool"
        }
      ],
      "name": "ApprovalForAll",
      "type": "event"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_owner",
          "type": "address"
        },
        {
          "name": "_index",
          "type": "uint256"
        }
      ],
      "name": "tokenOfOwnerByIndex",
      "outputs": [
        {
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_index",
          "type": "uint256"
        }
      ],
      "name": "tokenByIndex",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.23;\n\nimport \"./ERC721Basic.sol\";\n\n\n/**\n * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension\n * @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md\n */\ncontract ERC721Enumerable is ERC721Basic {\n  function totalSupply() public view returns (uint256);\n  function tokenOfOwnerByIndex(\n    address _owner,\n    uint256 _index\n  )\n    public\n    view\n    returns (uint256 _tokenId);\n\n  function tokenByIndex(uint256 _index) public view returns (uint256);\n}\n\n\n/**\n * @title ERC-721 Non-Fungible Token Standard, optional metadata extension\n * @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md\n */\ncontract ERC721Metadata is ERC721Basic {\n  function name() public view returns (string _name);\n  function symbol() public view returns (string _symbol);\n  function tokenURI(uint256 _tokenId) public view returns (string);\n}\n\n\n/**\n * @title ERC-721 Non-Fungible Token Standard, full implementation interface\n * @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md\n */\ncontract ERC721 is ERC721Basic, ERC721Enumerable, ERC721Metadata {\n}\n",
  "sourcePath": "openzeppelin-solidity/contracts/token/ERC721/ERC721.sol",
  "ast": {
    "absolutePath": "openzeppelin-solidity/contracts/token/ERC721/ERC721.sol",
    "exportedSymbols": {
      "ERC721": [
        5016
      ],
      "ERC721Enumerable": [
        4989
      ],
      "ERC721Metadata": [
        5009
      ]
    },
    "id": 5017,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 4964,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".23"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:37"
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/token/ERC721/ERC721Basic.sol",
        "file": "./ERC721Basic.sol",
        "id": 4965,
        "nodeType": "ImportDirective",
        "scope": 5017,
        "sourceUnit": 5124,
        "src": "26:27:37",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 4966,
              "name": "ERC721Basic",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5123,
              "src": "244:11:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Basic_$5123",
                "typeString": "contract ERC721Basic"
              }
            },
            "id": 4967,
            "nodeType": "InheritanceSpecifier",
            "src": "244:11:37"
          }
        ],
        "contractDependencies": [
          5123
        ],
        "contractKind": "contract",
        "documentation": "@title ERC-721 Non-Fungible Token Standard, optional enumeration extension\n@dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md",
        "fullyImplemented": false,
        "id": 4989,
        "linearizedBaseContracts": [
          4989,
          5123
        ],
        "name": "ERC721Enumerable",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 4972,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "totalSupply",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4968,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "280:2:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4971,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4970,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 4972,
                  "src": "304:7:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4969,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "304:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "303:9:37"
            },
            "scope": 4989,
            "src": "260:53:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 4981,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "tokenOfOwnerByIndex",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4977,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4974,
                  "name": "_owner",
                  "nodeType": "VariableDeclaration",
                  "scope": 4981,
                  "src": "350:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 4973,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "350:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 4976,
                  "name": "_index",
                  "nodeType": "VariableDeclaration",
                  "scope": 4981,
                  "src": "370:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4975,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "370:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "344:44:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4980,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4979,
                  "name": "_tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 4981,
                  "src": "422:16:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4978,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "422:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "421:18:37"
            },
            "scope": 4989,
            "src": "316:124:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 4988,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "tokenByIndex",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4984,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4983,
                  "name": "_index",
                  "nodeType": "VariableDeclaration",
                  "scope": 4988,
                  "src": "466:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4982,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "466:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "465:16:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4987,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4986,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 4988,
                  "src": "503:7:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4985,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "503:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "502:9:37"
            },
            "scope": 4989,
            "src": "444:68:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 5017,
        "src": "215:299:37"
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 4990,
              "name": "ERC721Basic",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5123,
              "src": "700:11:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Basic_$5123",
                "typeString": "contract ERC721Basic"
              }
            },
            "id": 4991,
            "nodeType": "InheritanceSpecifier",
            "src": "700:11:37"
          }
        ],
        "contractDependencies": [
          5123
        ],
        "contractKind": "contract",
        "documentation": "@title ERC-721 Non-Fungible Token Standard, optional metadata extension\n@dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md",
        "fullyImplemented": false,
        "id": 5009,
        "linearizedBaseContracts": [
          5009,
          5123
        ],
        "name": "ERC721Metadata",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 4996,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "name",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4992,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "729:2:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4995,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4994,
                  "name": "_name",
                  "nodeType": "VariableDeclaration",
                  "scope": 4996,
                  "src": "753:12:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 4993,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "753:6:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "752:14:37"
            },
            "scope": 5009,
            "src": "716:51:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 5001,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "symbol",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4997,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "785:2:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 5000,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4999,
                  "name": "_symbol",
                  "nodeType": "VariableDeclaration",
                  "scope": 5001,
                  "src": "809:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 4998,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "809:6:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "808:16:37"
            },
            "scope": 5009,
            "src": "770:55:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 5008,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "tokenURI",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 5004,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5003,
                  "name": "_tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 5008,
                  "src": "846:16:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5002,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "846:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "845:18:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 5007,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5006,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 5008,
                  "src": "885:6:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 5005,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "885:6:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "884:8:37"
            },
            "scope": 5009,
            "src": "828:65:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 5017,
        "src": "673:222:37"
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 5010,
              "name": "ERC721Basic",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5123,
              "src": "1075:11:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Basic_$5123",
                "typeString": "contract ERC721Basic"
              }
            },
            "id": 5011,
            "nodeType": "InheritanceSpecifier",
            "src": "1075:11:37"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 5012,
              "name": "ERC721Enumerable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 4989,
              "src": "1088:16:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Enumerable_$4989",
                "typeString": "contract ERC721Enumerable"
              }
            },
            "id": 5013,
            "nodeType": "InheritanceSpecifier",
            "src": "1088:16:37"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 5014,
              "name": "ERC721Metadata",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5009,
              "src": "1106:14:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Metadata_$5009",
                "typeString": "contract ERC721Metadata"
              }
            },
            "id": 5015,
            "nodeType": "InheritanceSpecifier",
            "src": "1106:14:37"
          }
        ],
        "contractDependencies": [
          4989,
          5009,
          5123
        ],
        "contractKind": "contract",
        "documentation": "@title ERC-721 Non-Fungible Token Standard, full implementation interface\n@dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md",
        "fullyImplemented": false,
        "id": 5016,
        "linearizedBaseContracts": [
          5016,
          5009,
          4989,
          5123
        ],
        "name": "ERC721",
        "nodeType": "ContractDefinition",
        "nodes": [],
        "scope": 5017,
        "src": "1056:68:37"
      }
    ],
    "src": "0:1125:37"
  },
  "legacyAST": {
    "absolutePath": "openzeppelin-solidity/contracts/token/ERC721/ERC721.sol",
    "exportedSymbols": {
      "ERC721": [
        5016
      ],
      "ERC721Enumerable": [
        4989
      ],
      "ERC721Metadata": [
        5009
      ]
    },
    "id": 5017,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 4964,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".23"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:37"
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/token/ERC721/ERC721Basic.sol",
        "file": "./ERC721Basic.sol",
        "id": 4965,
        "nodeType": "ImportDirective",
        "scope": 5017,
        "sourceUnit": 5124,
        "src": "26:27:37",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 4966,
              "name": "ERC721Basic",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5123,
              "src": "244:11:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Basic_$5123",
                "typeString": "contract ERC721Basic"
              }
            },
            "id": 4967,
            "nodeType": "InheritanceSpecifier",
            "src": "244:11:37"
          }
        ],
        "contractDependencies": [
          5123
        ],
        "contractKind": "contract",
        "documentation": "@title ERC-721 Non-Fungible Token Standard, optional enumeration extension\n@dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md",
        "fullyImplemented": false,
        "id": 4989,
        "linearizedBaseContracts": [
          4989,
          5123
        ],
        "name": "ERC721Enumerable",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 4972,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "totalSupply",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4968,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "280:2:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4971,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4970,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 4972,
                  "src": "304:7:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4969,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "304:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "303:9:37"
            },
            "scope": 4989,
            "src": "260:53:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 4981,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "tokenOfOwnerByIndex",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4977,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4974,
                  "name": "_owner",
                  "nodeType": "VariableDeclaration",
                  "scope": 4981,
                  "src": "350:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 4973,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "350:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 4976,
                  "name": "_index",
                  "nodeType": "VariableDeclaration",
                  "scope": 4981,
                  "src": "370:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4975,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "370:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "344:44:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4980,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4979,
                  "name": "_tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 4981,
                  "src": "422:16:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4978,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "422:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "421:18:37"
            },
            "scope": 4989,
            "src": "316:124:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 4988,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "tokenByIndex",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4984,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4983,
                  "name": "_index",
                  "nodeType": "VariableDeclaration",
                  "scope": 4988,
                  "src": "466:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4982,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "466:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "465:16:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4987,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4986,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 4988,
                  "src": "503:7:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 4985,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "503:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "502:9:37"
            },
            "scope": 4989,
            "src": "444:68:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 5017,
        "src": "215:299:37"
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 4990,
              "name": "ERC721Basic",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5123,
              "src": "700:11:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Basic_$5123",
                "typeString": "contract ERC721Basic"
              }
            },
            "id": 4991,
            "nodeType": "InheritanceSpecifier",
            "src": "700:11:37"
          }
        ],
        "contractDependencies": [
          5123
        ],
        "contractKind": "contract",
        "documentation": "@title ERC-721 Non-Fungible Token Standard, optional metadata extension\n@dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md",
        "fullyImplemented": false,
        "id": 5009,
        "linearizedBaseContracts": [
          5009,
          5123
        ],
        "name": "ERC721Metadata",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 4996,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "name",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4992,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "729:2:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 4995,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4994,
                  "name": "_name",
                  "nodeType": "VariableDeclaration",
                  "scope": 4996,
                  "src": "753:12:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 4993,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "753:6:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "752:14:37"
            },
            "scope": 5009,
            "src": "716:51:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 5001,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "symbol",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 4997,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "785:2:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 5000,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 4999,
                  "name": "_symbol",
                  "nodeType": "VariableDeclaration",
                  "scope": 5001,
                  "src": "809:14:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 4998,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "809:6:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "808:16:37"
            },
            "scope": 5009,
            "src": "770:55:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": null,
            "id": 5008,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "tokenURI",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 5004,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5003,
                  "name": "_tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 5008,
                  "src": "846:16:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 5002,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "846:7:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "845:18:37"
            },
            "payable": false,
            "returnParameters": {
              "id": 5007,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 5006,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 5008,
                  "src": "885:6:37",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 5005,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "885:6:37",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "884:8:37"
            },
            "scope": 5009,
            "src": "828:65:37",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 5017,
        "src": "673:222:37"
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 5010,
              "name": "ERC721Basic",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5123,
              "src": "1075:11:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Basic_$5123",
                "typeString": "contract ERC721Basic"
              }
            },
            "id": 5011,
            "nodeType": "InheritanceSpecifier",
            "src": "1075:11:37"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 5012,
              "name": "ERC721Enumerable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 4989,
              "src": "1088:16:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Enumerable_$4989",
                "typeString": "contract ERC721Enumerable"
              }
            },
            "id": 5013,
            "nodeType": "InheritanceSpecifier",
            "src": "1088:16:37"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 5014,
              "name": "ERC721Metadata",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5009,
              "src": "1106:14:37",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Metadata_$5009",
                "typeString": "contract ERC721Metadata"
              }
            },
            "id": 5015,
            "nodeType": "InheritanceSpecifier",
            "src": "1106:14:37"
          }
        ],
        "contractDependencies": [
          4989,
          5009,
          5123
        ],
        "contractKind": "contract",
        "documentation": "@title ERC-721 Non-Fungible Token Standard, full implementation interface\n@dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md",
        "fullyImplemented": false,
        "id": 5016,
        "linearizedBaseContracts": [
          5016,
          5009,
          4989,
          5123
        ],
        "name": "ERC721",
        "nodeType": "ContractDefinition",
        "nodes": [],
        "scope": 5017,
        "src": "1056:68:37"
      }
    ],
    "src": "0:1125:37"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.25+commit.59dbf8f1.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.0.0-beta.1",
  "updatedAt": "2018-11-01T18:10:50.814Z"
}