{
  "contractName": "IERC1155Upgradeable",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "operator",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "approved",
          "type": "bool"
        }
      ],
      "name": "ApprovalForAll",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "operator",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256[]",
          "name": "ids",
          "type": "uint256[]"
        },
        {
          "indexed": false,
          "internalType": "uint256[]",
          "name": "values",
          "type": "uint256[]"
        }
      ],
      "name": "TransferBatch",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "operator",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "TransferSingle",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "string",
          "name": "value",
          "type": "string"
        },
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        }
      ],
      "name": "URI",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "interfaceId",
          "type": "bytes4"
        }
      ],
      "name": "supportsInterface",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address[]",
          "name": "accounts",
          "type": "address[]"
        },
        {
          "internalType": "uint256[]",
          "name": "ids",
          "type": "uint256[]"
        }
      ],
      "name": "balanceOfBatch",
      "outputs": [
        {
          "internalType": "uint256[]",
          "name": "",
          "type": "uint256[]"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "operator",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "approved",
          "type": "bool"
        }
      ],
      "name": "setApprovalForAll",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "operator",
          "type": "address"
        }
      ],
      "name": "isApprovedForAll",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        },
        {
          "internalType": "bytes",
          "name": "data",
          "type": "bytes"
        }
      ],
      "name": "safeTransferFrom",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256[]",
          "name": "ids",
          "type": "uint256[]"
        },
        {
          "internalType": "uint256[]",
          "name": "amounts",
          "type": "uint256[]"
        },
        {
          "internalType": "bytes",
          "name": "data",
          "type": "bytes"
        }
      ],
      "name": "safeBatchTransferFrom",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"TransferBatch\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"TransferSingle\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"value\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"URI\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"accounts\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"}],\"name\":\"balanceOfBatch\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeBatchTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Required interface of an ERC1155 compliant contract, as defined in the https://eips.ethereum.org/EIPS/eip-1155[EIP]. _Available since v3.1._\",\"events\":{\"ApprovalForAll(address,address,bool)\":{\"details\":\"Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to `approved`.\"},\"TransferBatch(address,address,address,uint256[],uint256[])\":{\"details\":\"Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all transfers.\"},\"TransferSingle(address,address,address,uint256,uint256)\":{\"details\":\"Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`.\"},\"URI(string,uint256)\":{\"details\":\"Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. If an {URI} event was emitted for `id`, the standard https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value returned by {IERC1155MetadataURI-uri}.\"}},\"kind\":\"dev\",\"methods\":{\"balanceOf(address,uint256)\":{\"details\":\"Returns the amount of tokens of token type `id` owned by `account`. Requirements: - `account` cannot be the zero address.\"},\"balanceOfBatch(address[],uint256[])\":{\"details\":\"xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. Requirements: - `accounts` and `ids` must have the same length.\"},\"isApprovedForAll(address,address)\":{\"details\":\"Returns true if `operator` is approved to transfer ``account``'s tokens. See {setApprovalForAll}.\"},\"safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)\":{\"details\":\"xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. Emits a {TransferBatch} event. Requirements: - `ids` and `amounts` must have the same length. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the acceptance magic value.\"},\"safeTransferFrom(address,address,uint256,uint256,bytes)\":{\"details\":\"Transfers `amount` tokens of token type `id` from `from` to `to`. Emits a {TransferSingle} event. Requirements: - `to` cannot be the zero address. - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}. - `from` must have a balance of tokens of type `id` of at least `amount`. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the acceptance magic value.\"},\"setApprovalForAll(address,bool)\":{\"details\":\"Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, Emits an {ApprovalForAll} event. Requirements: - `operator` cannot be the caller.\"},\"supportsInterface(bytes4)\":{\"details\":\"Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created. This function call must use less than 30 000 gas.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/token/ERC1155/IERC1155Upgradeable.sol\":\"IERC1155Upgradeable\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":100},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/token/ERC1155/IERC1155Upgradeable.sol\":{\"keccak256\":\"0x091a49ef99a2be002680781a10cc9dd74c0f348301ede5482c4ea625f79a8ffe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e037192cadfd20ad0f1b0c54a0c770a1ba551e7d0fcb6d3708e5ba352f88ded2\",\"dweb:/ipfs/QmTXwY6odV1ToDZAYxbbLKThe9M5PUWTmWBjwT776hH4qm\"]},\"@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol\":{\"keccak256\":\"0xc6cef87559d0aeffdf0a99803de655938a7779ec0a3cd5d4383483ad85565a09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://92ad7e572cf44e6b4b37631b44b62f9eb9fb1cf14d9ce51c1504d5dc7ccaf758\",\"dweb:/ipfs/QmcnbqX85tsWnUXPmtuPLE4SczME2sJaTfmqEFkuAJvWhy\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "generatedSources": [],
  "deployedGeneratedSources": [],
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../../utils/introspection/IERC165Upgradeable.sol\";\n\n/**\n * @dev Required interface of an ERC1155 compliant contract, as defined in the\n * https://eips.ethereum.org/EIPS/eip-1155[EIP].\n *\n * _Available since v3.1._\n */\ninterface IERC1155Upgradeable is IERC165Upgradeable {\n    /**\n     * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`.\n     */\n    event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value);\n\n    /**\n     * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all\n     * transfers.\n     */\n    event TransferBatch(\n        address indexed operator,\n        address indexed from,\n        address indexed to,\n        uint256[] ids,\n        uint256[] values\n    );\n\n    /**\n     * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to\n     * `approved`.\n     */\n    event ApprovalForAll(address indexed account, address indexed operator, bool approved);\n\n    /**\n     * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.\n     *\n     * If an {URI} event was emitted for `id`, the standard\n     * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value\n     * returned by {IERC1155MetadataURI-uri}.\n     */\n    event URI(string value, uint256 indexed id);\n\n    /**\n     * @dev Returns the amount of tokens of token type `id` owned by `account`.\n     *\n     * Requirements:\n     *\n     * - `account` cannot be the zero address.\n     */\n    function balanceOf(address account, uint256 id) external view returns (uint256);\n\n    /**\n     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.\n     *\n     * Requirements:\n     *\n     * - `accounts` and `ids` must have the same length.\n     */\n    function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids)\n        external\n        view\n        returns (uint256[] memory);\n\n    /**\n     * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,\n     *\n     * Emits an {ApprovalForAll} event.\n     *\n     * Requirements:\n     *\n     * - `operator` cannot be the caller.\n     */\n    function setApprovalForAll(address operator, bool approved) external;\n\n    /**\n     * @dev Returns true if `operator` is approved to transfer ``account``'s tokens.\n     *\n     * See {setApprovalForAll}.\n     */\n    function isApprovedForAll(address account, address operator) external view returns (bool);\n\n    /**\n     * @dev Transfers `amount` tokens of token type `id` from `from` to `to`.\n     *\n     * Emits a {TransferSingle} event.\n     *\n     * Requirements:\n     *\n     * - `to` cannot be the zero address.\n     * - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}.\n     * - `from` must have a balance of tokens of type `id` of at least `amount`.\n     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the\n     * acceptance magic value.\n     */\n    function safeTransferFrom(\n        address from,\n        address to,\n        uint256 id,\n        uint256 amount,\n        bytes calldata data\n    ) external;\n\n    /**\n     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.\n     *\n     * Emits a {TransferBatch} event.\n     *\n     * Requirements:\n     *\n     * - `ids` and `amounts` must have the same length.\n     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the\n     * acceptance magic value.\n     */\n    function safeBatchTransferFrom(\n        address from,\n        address to,\n        uint256[] calldata ids,\n        uint256[] calldata amounts,\n        bytes calldata data\n    ) external;\n}\n",
  "sourcePath": "@openzeppelin/contracts-upgradeable/token/ERC1155/IERC1155Upgradeable.sol",
  "ast": {
    "absolutePath": "@openzeppelin/contracts-upgradeable/token/ERC1155/IERC1155Upgradeable.sol",
    "exportedSymbols": {
      "IERC1155Upgradeable": [
        15115
      ],
      "IERC165Upgradeable": [
        16750
      ]
    },
    "id": 15116,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 14995,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "110:23:52"
      },
      {
        "absolutePath": "@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol",
        "file": "../../utils/introspection/IERC165Upgradeable.sol",
        "id": 14996,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 15116,
        "sourceUnit": 16751,
        "src": "135:58:52",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 14998,
              "name": "IERC165Upgradeable",
              "nameLocations": [
                "394:18:52"
              ],
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 16750,
              "src": "394:18:52"
            },
            "id": 14999,
            "nodeType": "InheritanceSpecifier",
            "src": "394:18:52"
          }
        ],
        "canonicalName": "IERC1155Upgradeable",
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 14997,
          "nodeType": "StructuredDocumentation",
          "src": "195:165:52",
          "text": " @dev Required interface of an ERC1155 compliant contract, as defined in the\n https://eips.ethereum.org/EIPS/eip-1155[EIP].\n _Available since v3.1._"
        },
        "fullyImplemented": false,
        "id": 15115,
        "linearizedBaseContracts": [
          15115,
          16750
        ],
        "name": "IERC1155Upgradeable",
        "nameLocation": "371:19:52",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "anonymous": false,
            "documentation": {
              "id": 15000,
              "nodeType": "StructuredDocumentation",
              "src": "419:121:52",
              "text": " @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`."
            },
            "eventSelector": "c3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62",
            "id": 15012,
            "name": "TransferSingle",
            "nameLocation": "551:14:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15011,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15002,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "582:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "566:24:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15001,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "566:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15004,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "608:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "592:20:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15003,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "592:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15006,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "630:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "614:18:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15005,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "614:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15008,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "642:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "634:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15007,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "634:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15010,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "654:5:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "646:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15009,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "646:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "565:95:52"
            },
            "src": "545:116:52"
          },
          {
            "anonymous": false,
            "documentation": {
              "id": 15013,
              "nodeType": "StructuredDocumentation",
              "src": "667:144:52",
              "text": " @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all\n transfers."
            },
            "eventSelector": "4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb",
            "id": 15027,
            "name": "TransferBatch",
            "nameLocation": "822:13:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15026,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15015,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "861:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "845:24:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15014,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "845:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15017,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "895:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "879:20:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15016,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "879:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15019,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "925:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "909:18:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15018,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "909:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15022,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "ids",
                  "nameLocation": "947:3:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "937:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15020,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "937:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15021,
                    "nodeType": "ArrayTypeName",
                    "src": "937:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15025,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "values",
                  "nameLocation": "970:6:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "960:16:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15023,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "960:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15024,
                    "nodeType": "ArrayTypeName",
                    "src": "960:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "835:147:52"
            },
            "src": "816:167:52"
          },
          {
            "anonymous": false,
            "documentation": {
              "id": 15028,
              "nodeType": "StructuredDocumentation",
              "src": "989:147:52",
              "text": " @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to\n `approved`."
            },
            "eventSelector": "17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31",
            "id": 15036,
            "name": "ApprovalForAll",
            "nameLocation": "1147:14:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15035,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15030,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "account",
                  "nameLocation": "1178:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15036,
                  "src": "1162:23:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15029,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1162:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15032,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "1203:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15036,
                  "src": "1187:24:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15031,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1187:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15034,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "approved",
                  "nameLocation": "1218:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15036,
                  "src": "1213:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 15033,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1213:4:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1161:66:52"
            },
            "src": "1141:87:52"
          },
          {
            "anonymous": false,
            "documentation": {
              "id": 15037,
              "nodeType": "StructuredDocumentation",
              "src": "1234:343:52",
              "text": " @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.\n If an {URI} event was emitted for `id`, the standard\n https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value\n returned by {IERC1155MetadataURI-uri}."
            },
            "eventSelector": "6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b",
            "id": 15043,
            "name": "URI",
            "nameLocation": "1588:3:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15042,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15039,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "1599:5:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15043,
                  "src": "1592:12:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 15038,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1592:6:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15041,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "1622:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15043,
                  "src": "1606:18:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15040,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1606:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1591:34:52"
            },
            "src": "1582:44:52"
          },
          {
            "documentation": {
              "id": 15044,
              "nodeType": "StructuredDocumentation",
              "src": "1632:173:52",
              "text": " @dev Returns the amount of tokens of token type `id` owned by `account`.\n Requirements:\n - `account` cannot be the zero address."
            },
            "functionSelector": "00fdd58e",
            "id": 15053,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "balanceOf",
            "nameLocation": "1819:9:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15049,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15046,
                  "mutability": "mutable",
                  "name": "account",
                  "nameLocation": "1837:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15053,
                  "src": "1829:15:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15045,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1829:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15048,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "1854:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15053,
                  "src": "1846:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15047,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1846:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1828:29:52"
            },
            "returnParameters": {
              "id": 15052,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15051,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 15053,
                  "src": "1881:7:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15050,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1881:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1880:9:52"
            },
            "scope": 15115,
            "src": "1810:80:52",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15054,
              "nodeType": "StructuredDocumentation",
              "src": "1896:188:52",
              "text": " @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.\n Requirements:\n - `accounts` and `ids` must have the same length."
            },
            "functionSelector": "4e1273f4",
            "id": 15066,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "balanceOfBatch",
            "nameLocation": "2098:14:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15061,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15057,
                  "mutability": "mutable",
                  "name": "accounts",
                  "nameLocation": "2132:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15066,
                  "src": "2113:27:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15055,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "2113:7:52",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 15056,
                    "nodeType": "ArrayTypeName",
                    "src": "2113:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15060,
                  "mutability": "mutable",
                  "name": "ids",
                  "nameLocation": "2161:3:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15066,
                  "src": "2142:22:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15058,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "2142:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15059,
                    "nodeType": "ArrayTypeName",
                    "src": "2142:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2112:53:52"
            },
            "returnParameters": {
              "id": 15065,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15064,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 15066,
                  "src": "2213:16:52",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15062,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "2213:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15063,
                    "nodeType": "ArrayTypeName",
                    "src": "2213:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2212:18:52"
            },
            "scope": 15115,
            "src": "2089:142:52",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15067,
              "nodeType": "StructuredDocumentation",
              "src": "2237:248:52",
              "text": " @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,\n Emits an {ApprovalForAll} event.\n Requirements:\n - `operator` cannot be the caller."
            },
            "functionSelector": "a22cb465",
            "id": 15074,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "setApprovalForAll",
            "nameLocation": "2499:17:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15072,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15069,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "2525:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15074,
                  "src": "2517:16:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15068,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2517:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15071,
                  "mutability": "mutable",
                  "name": "approved",
                  "nameLocation": "2540:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15074,
                  "src": "2535:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 15070,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2535:4:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2516:33:52"
            },
            "returnParameters": {
              "id": 15073,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2558:0:52"
            },
            "scope": 15115,
            "src": "2490:69:52",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15075,
              "nodeType": "StructuredDocumentation",
              "src": "2565:135:52",
              "text": " @dev Returns true if `operator` is approved to transfer ``account``'s tokens.\n See {setApprovalForAll}."
            },
            "functionSelector": "e985e9c5",
            "id": 15084,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isApprovedForAll",
            "nameLocation": "2714:16:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15080,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15077,
                  "mutability": "mutable",
                  "name": "account",
                  "nameLocation": "2739:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15084,
                  "src": "2731:15:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15076,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2731:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15079,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "2756:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15084,
                  "src": "2748:16:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15078,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2748:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2730:35:52"
            },
            "returnParameters": {
              "id": 15083,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15082,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 15084,
                  "src": "2789:4:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 15081,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2789:4:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2788:6:52"
            },
            "scope": 15115,
            "src": "2705:90:52",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15085,
              "nodeType": "StructuredDocumentation",
              "src": "2801:556:52",
              "text": " @dev Transfers `amount` tokens of token type `id` from `from` to `to`.\n Emits a {TransferSingle} event.\n Requirements:\n - `to` cannot be the zero address.\n - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}.\n - `from` must have a balance of tokens of type `id` of at least `amount`.\n - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the\n acceptance magic value."
            },
            "functionSelector": "f242432a",
            "id": 15098,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "safeTransferFrom",
            "nameLocation": "3371:16:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15096,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15087,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "3405:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3397:12:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15086,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3397:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15089,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "3427:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3419:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15088,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3419:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15091,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "3447:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3439:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15090,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3439:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15093,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "3467:6:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3459:14:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15092,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3459:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15095,
                  "mutability": "mutable",
                  "name": "data",
                  "nameLocation": "3498:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3483:19:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 15094,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "3483:5:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3387:121:52"
            },
            "returnParameters": {
              "id": 15097,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3517:0:52"
            },
            "scope": 15115,
            "src": "3362:156:52",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15099,
              "nodeType": "StructuredDocumentation",
              "src": "3524:390:52",
              "text": " @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.\n Emits a {TransferBatch} event.\n Requirements:\n - `ids` and `amounts` must have the same length.\n - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the\n acceptance magic value."
            },
            "functionSelector": "2eb2c2d6",
            "id": 15114,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "safeBatchTransferFrom",
            "nameLocation": "3928:21:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15112,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15101,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "3967:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "3959:12:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15100,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3959:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15103,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "3989:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "3981:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15102,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3981:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15106,
                  "mutability": "mutable",
                  "name": "ids",
                  "nameLocation": "4020:3:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "4001:22:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15104,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "4001:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15105,
                    "nodeType": "ArrayTypeName",
                    "src": "4001:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15109,
                  "mutability": "mutable",
                  "name": "amounts",
                  "nameLocation": "4052:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "4033:26:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15107,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "4033:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15108,
                    "nodeType": "ArrayTypeName",
                    "src": "4033:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15111,
                  "mutability": "mutable",
                  "name": "data",
                  "nameLocation": "4084:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "4069:19:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 15110,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "4069:5:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3949:145:52"
            },
            "returnParameters": {
              "id": 15113,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4103:0:52"
            },
            "scope": 15115,
            "src": "3919:185:52",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 15116,
        "src": "361:3745:52",
        "usedErrors": []
      }
    ],
    "src": "110:3997:52"
  },
  "legacyAST": {
    "absolutePath": "@openzeppelin/contracts-upgradeable/token/ERC1155/IERC1155Upgradeable.sol",
    "exportedSymbols": {
      "IERC1155Upgradeable": [
        15115
      ],
      "IERC165Upgradeable": [
        16750
      ]
    },
    "id": 15116,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 14995,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "110:23:52"
      },
      {
        "absolutePath": "@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol",
        "file": "../../utils/introspection/IERC165Upgradeable.sol",
        "id": 14996,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 15116,
        "sourceUnit": 16751,
        "src": "135:58:52",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 14998,
              "name": "IERC165Upgradeable",
              "nameLocations": [
                "394:18:52"
              ],
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 16750,
              "src": "394:18:52"
            },
            "id": 14999,
            "nodeType": "InheritanceSpecifier",
            "src": "394:18:52"
          }
        ],
        "canonicalName": "IERC1155Upgradeable",
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 14997,
          "nodeType": "StructuredDocumentation",
          "src": "195:165:52",
          "text": " @dev Required interface of an ERC1155 compliant contract, as defined in the\n https://eips.ethereum.org/EIPS/eip-1155[EIP].\n _Available since v3.1._"
        },
        "fullyImplemented": false,
        "id": 15115,
        "linearizedBaseContracts": [
          15115,
          16750
        ],
        "name": "IERC1155Upgradeable",
        "nameLocation": "371:19:52",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "anonymous": false,
            "documentation": {
              "id": 15000,
              "nodeType": "StructuredDocumentation",
              "src": "419:121:52",
              "text": " @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`."
            },
            "eventSelector": "c3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62",
            "id": 15012,
            "name": "TransferSingle",
            "nameLocation": "551:14:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15011,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15002,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "582:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "566:24:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15001,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "566:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15004,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "608:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "592:20:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15003,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "592:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15006,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "630:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "614:18:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15005,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "614:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15008,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "642:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "634:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15007,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "634:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15010,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "654:5:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15012,
                  "src": "646:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15009,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "646:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "565:95:52"
            },
            "src": "545:116:52"
          },
          {
            "anonymous": false,
            "documentation": {
              "id": 15013,
              "nodeType": "StructuredDocumentation",
              "src": "667:144:52",
              "text": " @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all\n transfers."
            },
            "eventSelector": "4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb",
            "id": 15027,
            "name": "TransferBatch",
            "nameLocation": "822:13:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15026,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15015,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "861:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "845:24:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15014,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "845:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15017,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "895:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "879:20:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15016,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "879:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15019,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "925:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "909:18:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15018,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "909:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15022,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "ids",
                  "nameLocation": "947:3:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "937:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15020,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "937:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15021,
                    "nodeType": "ArrayTypeName",
                    "src": "937:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15025,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "values",
                  "nameLocation": "970:6:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15027,
                  "src": "960:16:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15023,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "960:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15024,
                    "nodeType": "ArrayTypeName",
                    "src": "960:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "835:147:52"
            },
            "src": "816:167:52"
          },
          {
            "anonymous": false,
            "documentation": {
              "id": 15028,
              "nodeType": "StructuredDocumentation",
              "src": "989:147:52",
              "text": " @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to\n `approved`."
            },
            "eventSelector": "17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31",
            "id": 15036,
            "name": "ApprovalForAll",
            "nameLocation": "1147:14:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15035,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15030,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "account",
                  "nameLocation": "1178:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15036,
                  "src": "1162:23:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15029,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1162:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15032,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "1203:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15036,
                  "src": "1187:24:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15031,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1187:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15034,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "approved",
                  "nameLocation": "1218:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15036,
                  "src": "1213:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 15033,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1213:4:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1161:66:52"
            },
            "src": "1141:87:52"
          },
          {
            "anonymous": false,
            "documentation": {
              "id": 15037,
              "nodeType": "StructuredDocumentation",
              "src": "1234:343:52",
              "text": " @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.\n If an {URI} event was emitted for `id`, the standard\n https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value\n returned by {IERC1155MetadataURI-uri}."
            },
            "eventSelector": "6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b",
            "id": 15043,
            "name": "URI",
            "nameLocation": "1588:3:52",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 15042,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15039,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "1599:5:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15043,
                  "src": "1592:12:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 15038,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1592:6:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15041,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "1622:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15043,
                  "src": "1606:18:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15040,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1606:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1591:34:52"
            },
            "src": "1582:44:52"
          },
          {
            "documentation": {
              "id": 15044,
              "nodeType": "StructuredDocumentation",
              "src": "1632:173:52",
              "text": " @dev Returns the amount of tokens of token type `id` owned by `account`.\n Requirements:\n - `account` cannot be the zero address."
            },
            "functionSelector": "00fdd58e",
            "id": 15053,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "balanceOf",
            "nameLocation": "1819:9:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15049,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15046,
                  "mutability": "mutable",
                  "name": "account",
                  "nameLocation": "1837:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15053,
                  "src": "1829:15:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15045,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1829:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15048,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "1854:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15053,
                  "src": "1846:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15047,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1846:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1828:29:52"
            },
            "returnParameters": {
              "id": 15052,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15051,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 15053,
                  "src": "1881:7:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15050,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1881:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1880:9:52"
            },
            "scope": 15115,
            "src": "1810:80:52",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15054,
              "nodeType": "StructuredDocumentation",
              "src": "1896:188:52",
              "text": " @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.\n Requirements:\n - `accounts` and `ids` must have the same length."
            },
            "functionSelector": "4e1273f4",
            "id": 15066,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "balanceOfBatch",
            "nameLocation": "2098:14:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15061,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15057,
                  "mutability": "mutable",
                  "name": "accounts",
                  "nameLocation": "2132:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15066,
                  "src": "2113:27:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15055,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "2113:7:52",
                      "stateMutability": "nonpayable",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 15056,
                    "nodeType": "ArrayTypeName",
                    "src": "2113:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15060,
                  "mutability": "mutable",
                  "name": "ids",
                  "nameLocation": "2161:3:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15066,
                  "src": "2142:22:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15058,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "2142:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15059,
                    "nodeType": "ArrayTypeName",
                    "src": "2142:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2112:53:52"
            },
            "returnParameters": {
              "id": 15065,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15064,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 15066,
                  "src": "2213:16:52",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15062,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "2213:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15063,
                    "nodeType": "ArrayTypeName",
                    "src": "2213:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2212:18:52"
            },
            "scope": 15115,
            "src": "2089:142:52",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15067,
              "nodeType": "StructuredDocumentation",
              "src": "2237:248:52",
              "text": " @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,\n Emits an {ApprovalForAll} event.\n Requirements:\n - `operator` cannot be the caller."
            },
            "functionSelector": "a22cb465",
            "id": 15074,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "setApprovalForAll",
            "nameLocation": "2499:17:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15072,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15069,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "2525:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15074,
                  "src": "2517:16:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15068,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2517:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15071,
                  "mutability": "mutable",
                  "name": "approved",
                  "nameLocation": "2540:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15074,
                  "src": "2535:13:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 15070,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2535:4:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2516:33:52"
            },
            "returnParameters": {
              "id": 15073,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2558:0:52"
            },
            "scope": 15115,
            "src": "2490:69:52",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15075,
              "nodeType": "StructuredDocumentation",
              "src": "2565:135:52",
              "text": " @dev Returns true if `operator` is approved to transfer ``account``'s tokens.\n See {setApprovalForAll}."
            },
            "functionSelector": "e985e9c5",
            "id": 15084,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isApprovedForAll",
            "nameLocation": "2714:16:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15080,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15077,
                  "mutability": "mutable",
                  "name": "account",
                  "nameLocation": "2739:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15084,
                  "src": "2731:15:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15076,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2731:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15079,
                  "mutability": "mutable",
                  "name": "operator",
                  "nameLocation": "2756:8:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15084,
                  "src": "2748:16:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15078,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2748:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2730:35:52"
            },
            "returnParameters": {
              "id": 15083,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15082,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 15084,
                  "src": "2789:4:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 15081,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2789:4:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2788:6:52"
            },
            "scope": 15115,
            "src": "2705:90:52",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15085,
              "nodeType": "StructuredDocumentation",
              "src": "2801:556:52",
              "text": " @dev Transfers `amount` tokens of token type `id` from `from` to `to`.\n Emits a {TransferSingle} event.\n Requirements:\n - `to` cannot be the zero address.\n - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}.\n - `from` must have a balance of tokens of type `id` of at least `amount`.\n - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the\n acceptance magic value."
            },
            "functionSelector": "f242432a",
            "id": 15098,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "safeTransferFrom",
            "nameLocation": "3371:16:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15096,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15087,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "3405:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3397:12:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15086,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3397:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15089,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "3427:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3419:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15088,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3419:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15091,
                  "mutability": "mutable",
                  "name": "id",
                  "nameLocation": "3447:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3439:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15090,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3439:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15093,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "3467:6:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3459:14:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 15092,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3459:7:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15095,
                  "mutability": "mutable",
                  "name": "data",
                  "nameLocation": "3498:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15098,
                  "src": "3483:19:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 15094,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "3483:5:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3387:121:52"
            },
            "returnParameters": {
              "id": 15097,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3517:0:52"
            },
            "scope": 15115,
            "src": "3362:156:52",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "documentation": {
              "id": 15099,
              "nodeType": "StructuredDocumentation",
              "src": "3524:390:52",
              "text": " @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.\n Emits a {TransferBatch} event.\n Requirements:\n - `ids` and `amounts` must have the same length.\n - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the\n acceptance magic value."
            },
            "functionSelector": "2eb2c2d6",
            "id": 15114,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "safeBatchTransferFrom",
            "nameLocation": "3928:21:52",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 15112,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 15101,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "3967:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "3959:12:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15100,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3959:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15103,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "3989:2:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "3981:10:52",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 15102,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "3981:7:52",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15106,
                  "mutability": "mutable",
                  "name": "ids",
                  "nameLocation": "4020:3:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "4001:22:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15104,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "4001:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15105,
                    "nodeType": "ArrayTypeName",
                    "src": "4001:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15109,
                  "mutability": "mutable",
                  "name": "amounts",
                  "nameLocation": "4052:7:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "4033:26:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 15107,
                      "name": "uint256",
                      "nodeType": "ElementaryTypeName",
                      "src": "4033:7:52",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 15108,
                    "nodeType": "ArrayTypeName",
                    "src": "4033:9:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 15111,
                  "mutability": "mutable",
                  "name": "data",
                  "nameLocation": "4084:4:52",
                  "nodeType": "VariableDeclaration",
                  "scope": 15114,
                  "src": "4069:19:52",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 15110,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "4069:5:52",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3949:145:52"
            },
            "returnParameters": {
              "id": 15113,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4103:0:52"
            },
            "scope": 15115,
            "src": "3919:185:52",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 15116,
        "src": "361:3745:52",
        "usedErrors": []
      }
    ],
    "src": "110:3997:52"
  },
  "compiler": {
    "name": "solc",
    "version": "0.8.17+commit.8df45f5f.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.3.4",
  "updatedAt": "2023-02-10T04:50:49.653Z",
  "devdoc": {
    "details": "Required interface of an ERC1155 compliant contract, as defined in the https://eips.ethereum.org/EIPS/eip-1155[EIP]. _Available since v3.1._",
    "events": {
      "ApprovalForAll(address,address,bool)": {
        "details": "Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to `approved`."
      },
      "TransferBatch(address,address,address,uint256[],uint256[])": {
        "details": "Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all transfers."
      },
      "TransferSingle(address,address,address,uint256,uint256)": {
        "details": "Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`."
      },
      "URI(string,uint256)": {
        "details": "Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. If an {URI} event was emitted for `id`, the standard https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value returned by {IERC1155MetadataURI-uri}."
      }
    },
    "kind": "dev",
    "methods": {
      "balanceOf(address,uint256)": {
        "details": "Returns the amount of tokens of token type `id` owned by `account`. Requirements: - `account` cannot be the zero address."
      },
      "balanceOfBatch(address[],uint256[])": {
        "details": "xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. Requirements: - `accounts` and `ids` must have the same length."
      },
      "isApprovedForAll(address,address)": {
        "details": "Returns true if `operator` is approved to transfer ``account``'s tokens. See {setApprovalForAll}."
      },
      "safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)": {
        "details": "xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. Emits a {TransferBatch} event. Requirements: - `ids` and `amounts` must have the same length. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the acceptance magic value."
      },
      "safeTransferFrom(address,address,uint256,uint256,bytes)": {
        "details": "Transfers `amount` tokens of token type `id` from `from` to `to`. Emits a {TransferSingle} event. Requirements: - `to` cannot be the zero address. - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}. - `from` must have a balance of tokens of type `id` of at least `amount`. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the acceptance magic value."
      },
      "setApprovalForAll(address,bool)": {
        "details": "Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, Emits an {ApprovalForAll} event. Requirements: - `operator` cannot be the caller."
      },
      "supportsInterface(bytes4)": {
        "details": "Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created. This function call must use less than 30 000 gas."
      }
    },
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}