{
  "compiler": {
    "version": "0.8.27+commit.40a35a09"
  },
  "language": "Solidity",
  "output": {
    "abi": [
      {
        "inputs": [
          {
            "internalType": "address",
            "name": "paymentTokenAddress",
            "type": "address"
          },
          {
            "internalType": "address",
            "name": "assetTokenAddress",
            "type": "address"
          }
        ],
        "stateMutability": "nonpayable",
        "type": "constructor"
      },
      {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "tradeId",
            "type": "uint256",
            "indexed": true
          },
          {
            "internalType": "struct zkDvP.Trade",
            "name": "trade",
            "type": "tuple",
            "components": [
              {
                "internalType": "enum zkDvP.TradeStatus",
                "name": "status",
                "type": "uint8"
              },
              {
                "internalType": "address",
                "name": "paymentCounterparty",
                "type": "address"
              },
              {
                "internalType": "uint256[2]",
                "name": "paymentInputs",
                "type": "uint256[2]"
              },
              {
                "internalType": "uint256[2]",
                "name": "paymentOutputs",
                "type": "uint256[2]"
              },
              {
                "internalType": "bytes32",
                "name": "paymentProofHash",
                "type": "bytes32"
              },
              {
                "internalType": "struct Commonlib.Proof",
                "name": "paymentProof",
                "type": "tuple",
                "components": [
                  {
                    "internalType": "uint256[2]",
                    "name": "pA",
                    "type": "uint256[2]"
                  },
                  {
                    "internalType": "uint256[2][2]",
                    "name": "pB",
                    "type": "uint256[2][2]"
                  },
                  {
                    "internalType": "uint256[2]",
                    "name": "pC",
                    "type": "uint256[2]"
                  }
                ]
              },
              {
                "internalType": "address",
                "name": "assetCounterparty",
                "type": "address"
              },
              {
                "internalType": "uint256",
                "name": "assetInput",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "assetOutput",
                "type": "uint256"
              },
              {
                "internalType": "bytes32",
                "name": "assetProofHash",
                "type": "bytes32"
              },
              {
                "internalType": "struct Commonlib.Proof",
                "name": "assetProof",
                "type": "tuple",
                "components": [
                  {
                    "internalType": "uint256[2]",
                    "name": "pA",
                    "type": "uint256[2]"
                  },
                  {
                    "internalType": "uint256[2][2]",
                    "name": "pB",
                    "type": "uint256[2][2]"
                  },
                  {
                    "internalType": "uint256[2]",
                    "name": "pC",
                    "type": "uint256[2]"
                  }
                ]
              }
            ],
            "indexed": false
          }
        ],
        "type": "event",
        "name": "TradeAccepted",
        "anonymous": false
      },
      {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "tradeId",
            "type": "uint256",
            "indexed": true
          },
          {
            "internalType": "struct zkDvP.Trade",
            "name": "trade",
            "type": "tuple",
            "components": [
              {
                "internalType": "enum zkDvP.TradeStatus",
                "name": "status",
                "type": "uint8"
              },
              {
                "internalType": "address",
                "name": "paymentCounterparty",
                "type": "address"
              },
              {
                "internalType": "uint256[2]",
                "name": "paymentInputs",
                "type": "uint256[2]"
              },
              {
                "internalType": "uint256[2]",
                "name": "paymentOutputs",
                "type": "uint256[2]"
              },
              {
                "internalType": "bytes32",
                "name": "paymentProofHash",
                "type": "bytes32"
              },
              {
                "internalType": "struct Commonlib.Proof",
                "name": "paymentProof",
                "type": "tuple",
                "components": [
                  {
                    "internalType": "uint256[2]",
                    "name": "pA",
                    "type": "uint256[2]"
                  },
                  {
                    "internalType": "uint256[2][2]",
                    "name": "pB",
                    "type": "uint256[2][2]"
                  },
                  {
                    "internalType": "uint256[2]",
                    "name": "pC",
                    "type": "uint256[2]"
                  }
                ]
              },
              {
                "internalType": "address",
                "name": "assetCounterparty",
                "type": "address"
              },
              {
                "internalType": "uint256",
                "name": "assetInput",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "assetOutput",
                "type": "uint256"
              },
              {
                "internalType": "bytes32",
                "name": "assetProofHash",
                "type": "bytes32"
              },
              {
                "internalType": "struct Commonlib.Proof",
                "name": "assetProof",
                "type": "tuple",
                "components": [
                  {
                    "internalType": "uint256[2]",
                    "name": "pA",
                    "type": "uint256[2]"
                  },
                  {
                    "internalType": "uint256[2][2]",
                    "name": "pB",
                    "type": "uint256[2][2]"
                  },
                  {
                    "internalType": "uint256[2]",
                    "name": "pC",
                    "type": "uint256[2]"
                  }
                ]
              }
            ],
            "indexed": false
          }
        ],
        "type": "event",
        "name": "TradeCompleted",
        "anonymous": false
      },
      {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "tradeId",
            "type": "uint256",
            "indexed": true
          },
          {
            "internalType": "struct zkDvP.Trade",
            "name": "trade",
            "type": "tuple",
            "components": [
              {
                "internalType": "enum zkDvP.TradeStatus",
                "name": "status",
                "type": "uint8"
              },
              {
                "internalType": "address",
                "name": "paymentCounterparty",
                "type": "address"
              },
              {
                "internalType": "uint256[2]",
                "name": "paymentInputs",
                "type": "uint256[2]"
              },
              {
                "internalType": "uint256[2]",
                "name": "paymentOutputs",
                "type": "uint256[2]"
              },
              {
                "internalType": "bytes32",
                "name": "paymentProofHash",
                "type": "bytes32"
              },
              {
                "internalType": "struct Commonlib.Proof",
                "name": "paymentProof",
                "type": "tuple",
                "components": [
                  {
                    "internalType": "uint256[2]",
                    "name": "pA",
                    "type": "uint256[2]"
                  },
                  {
                    "internalType": "uint256[2][2]",
                    "name": "pB",
                    "type": "uint256[2][2]"
                  },
                  {
                    "internalType": "uint256[2]",
                    "name": "pC",
                    "type": "uint256[2]"
                  }
                ]
              },
              {
                "internalType": "address",
                "name": "assetCounterparty",
                "type": "address"
              },
              {
                "internalType": "uint256",
                "name": "assetInput",
                "type": "uint256"
              },
              {
                "internalType": "uint256",
                "name": "assetOutput",
                "type": "uint256"
              },
              {
                "internalType": "bytes32",
                "name": "assetProofHash",
                "type": "bytes32"
              },
              {
                "internalType": "struct Commonlib.Proof",
                "name": "assetProof",
                "type": "tuple",
                "components": [
                  {
                    "internalType": "uint256[2]",
                    "name": "pA",
                    "type": "uint256[2]"
                  },
                  {
                    "internalType": "uint256[2][2]",
                    "name": "pB",
                    "type": "uint256[2][2]"
                  },
                  {
                    "internalType": "uint256[2]",
                    "name": "pC",
                    "type": "uint256[2]"
                  }
                ]
              }
            ],
            "indexed": false
          }
        ],
        "type": "event",
        "name": "TradeInitiated",
        "anonymous": false
      },
      {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "tradeId",
            "type": "uint256"
          },
          {
            "internalType": "uint256[2]",
            "name": "paymentInputs",
            "type": "uint256[2]"
          },
          {
            "internalType": "uint256[2]",
            "name": "paymentOutputs",
            "type": "uint256[2]"
          },
          {
            "internalType": "bytes32",
            "name": "paymentProofHash",
            "type": "bytes32"
          },
          {
            "internalType": "uint256",
            "name": "assetInput",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "assetOutput",
            "type": "uint256"
          },
          {
            "internalType": "bytes32",
            "name": "assetProofHash",
            "type": "bytes32"
          }
        ],
        "stateMutability": "nonpayable",
        "type": "function",
        "name": "acceptTrade"
      },
      {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "tradeId",
            "type": "uint256"
          },
          {
            "internalType": "struct Commonlib.Proof",
            "name": "proof",
            "type": "tuple",
            "components": [
              {
                "internalType": "uint256[2]",
                "name": "pA",
                "type": "uint256[2]"
              },
              {
                "internalType": "uint256[2][2]",
                "name": "pB",
                "type": "uint256[2][2]"
              },
              {
                "internalType": "uint256[2]",
                "name": "pC",
                "type": "uint256[2]"
              }
            ]
          }
        ],
        "stateMutability": "nonpayable",
        "type": "function",
        "name": "completeTrade"
      },
      {
        "inputs": [
          {
            "internalType": "uint256[2]",
            "name": "paymentInputs",
            "type": "uint256[2]"
          },
          {
            "internalType": "uint256[2]",
            "name": "paymentOutputs",
            "type": "uint256[2]"
          },
          {
            "internalType": "bytes32",
            "name": "paymentProofHash",
            "type": "bytes32"
          },
          {
            "internalType": "uint256",
            "name": "assetInput",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "assetOutput",
            "type": "uint256"
          },
          {
            "internalType": "bytes32",
            "name": "assetProofHash",
            "type": "bytes32"
          }
        ],
        "stateMutability": "nonpayable",
        "type": "function",
        "name": "initiateTrade"
      }
    ],
    "devdoc": {
      "kind": "dev",
      "methods": {},
      "version": 1
    },
    "userdoc": {
      "kind": "user",
      "methods": {},
      "version": 1
    }
  },
  "settings": {
    "remappings": [
      "@iden3/=node_modules/@iden3/",
      "@openzeppelin/=node_modules/@openzeppelin/",
      "eth-gas-reporter/=node_modules/eth-gas-reporter/",
      "forge-std/=lib/forge-std/src/",
      "hardhat/=node_modules/hardhat/"
    ],
    "optimizer": {
      "enabled": true,
      "runs": 10000
    },
    "metadata": {
      "bytecodeHash": "ipfs"
    },
    "compilationTarget": {
      "contracts/zkDvP.sol": "zkDvP"
    },
    "evmVersion": "cancun",
    "libraries": {},
    "viaIR": true
  },
  "sources": {
    "contracts/lib/common.sol": {
      "keccak256": "0x41a6c108b95ddee950755303e6e59bceca9c55d518cc7e4ca6e8f5badfe490cb",
      "urls": [
        "bzz-raw://c6865168ec6355ee85c6ce11d17c7c1bc57baec729de7cdbb9d6e8d860f70957",
        "dweb:/ipfs/QmXysx5oVKrSzoAvhzQCQs5bx1p5T5LeuJW6DtvgT7pXnV"
      ],
      "license": "Apache-2.0"
    },
    "contracts/lib/interfaces/izeto.sol": {
      "keccak256": "0xeaec7f7b46d7b10febc04733f82917fa5a2e991ab7d4dd1df5aa5eef4f8ef5a5",
      "urls": [
        "bzz-raw://1dadf25079f120d3291a1c1ad0c6d07921228f85e2544a600c7644ce8e0ea5de",
        "dweb:/ipfs/Qmas9LQQLMqYD8F6wx4htyCBdGn2csXdtHk1iKboQLw81e"
      ],
      "license": "Apache-2.0"
    },
    "contracts/lib/interfaces/izeto_base.sol": {
      "keccak256": "0x6829d76623badc1a0acd73795c7cefbcacf786429cd0d12444d07a1e0c940cb9",
      "urls": [
        "bzz-raw://6af5c33bf1664f565ab34aadf603fc8c0713551e0413284f09069db2e12ad152",
        "dweb:/ipfs/QmfCHhUyz5B4uhEBLXkKFRLUz61Pn6PaX9Pfwjo27jFyVN"
      ],
      "license": "Apache-2.0"
    },
    "contracts/lib/registry.sol": {
      "keccak256": "0x040b7a4e1e0f7ca22e59e8be24548afd1ed1322a5acdd18193d4cf5e98d8c7de",
      "urls": [
        "bzz-raw://b0c617332af5e0a0fb92d8492b1472a59c735bb4d6f0d56be43a58e3bd36791c",
        "dweb:/ipfs/Qme1FSyTGwvrdAQ82m9SoPXWeLgnaQECBU9xfGSR5zkGS6"
      ],
      "license": "Apache-2.0"
    },
    "contracts/lib/verifier_anon.sol": {
      "keccak256": "0x7eb8c9179b20f6c88aca7505f0b2d395aabd08660347e5d6fee956580e588793",
      "urls": [
        "bzz-raw://5cd964f95a4ad14e728de3d0371f8aecec16cb5f80641de5f3817b18d85d8666",
        "dweb:/ipfs/QmehamXjdrdeCuem5xUjDakRvc3bpGjzpPQmtiTrUFPtNV"
      ],
      "license": "GPL-3.0"
    },
    "contracts/lib/verifier_anon_batch.sol": {
      "keccak256": "0xc94a57d08ee903d7beecf820f4a51b1a207968070b54578858d616170a866c7f",
      "urls": [
        "bzz-raw://dd58985d0781aa73f2e672086d4113e18a016bc01bd368640481111d9bdaa227",
        "dweb:/ipfs/QmaLKHmHE2oEAFdJn6F4cAXAyiS3yKTMijTsVVZeLChqe9"
      ],
      "license": "GPL-3.0"
    },
    "contracts/lib/verifier_check_hashes_value.sol": {
      "keccak256": "0x26fe5872592dd81fce74ba053455b6fc0d4d3f61eb49b089fea3977da5592520",
      "urls": [
        "bzz-raw://64b6b7225355b6d39b4daec59248ccbbdfd38cfdd47ed864f46ba85d6370d9ca",
        "dweb:/ipfs/QmdFGUMMeGKmHRBrvzHjm2xf4v7shmpsp91CsHXytLLVXz"
      ],
      "license": "GPL-3.0"
    },
    "contracts/lib/verifier_check_inputs_outputs_value.sol": {
      "keccak256": "0x1abdb4c8072d27cfec159adb4427fe5f1a3a4c70f044df2e6dba06f422f9c4af",
      "urls": [
        "bzz-raw://ebdbbf40048c4c356828a3bc68c54b1ce4e0fff8448929ccada9ebd87a625762",
        "dweb:/ipfs/QmU8vYXXQCGdKti4DXKA3FmRChUptMgdfQ2Qc1kEbjPWC2"
      ],
      "license": "GPL-3.0"
    },
    "contracts/lib/verifier_check_inputs_outputs_value_batch.sol": {
      "keccak256": "0x027b20dcdccd05a149e34d7a9b6ffb31f0c936835eca8d358ebe26d656d21e40",
      "urls": [
        "bzz-raw://d43a28950016eb7030f9089b785b8fbf3dabc4f7bc5ccdbacf411b09658ed375",
        "dweb:/ipfs/QmPgPbZ8eDM1xAqnSaquWvrA1YoLXm7kZQGn9soWhweyaL"
      ],
      "license": "GPL-3.0"
    },
    "contracts/lib/verifier_check_nullifier_value.sol": {
      "keccak256": "0x3c0a37c3b844cc95ff55441db084dc6c0d747537676d6327e6c8bddf538ad447",
      "urls": [
        "bzz-raw://ee1d06a4788a884448806882828fde9f448b64e8df5842ac35cd5a0e92cb6d04",
        "dweb:/ipfs/QmSTMaxtLJDrPBQJvbfr7n2iAKfXH1X2xEHUj8iH9omf1w"
      ],
      "license": "GPL-3.0"
    },
    "contracts/lib/verifier_nf_anon.sol": {
      "keccak256": "0x3a341d24f5375dc917de10801b85c7e1bddeb8b9e12cdf0326eef4c65d28a360",
      "urls": [
        "bzz-raw://eb3a21805bb62ef4463abf749b20d7068eb55afe83946991da34f97632fc83b9",
        "dweb:/ipfs/QmZA7vCWxxK2SzZ5gA6ULYx24Ce4BbdujSNLD6TNcLzmao"
      ],
      "license": "GPL-3.0"
    },
    "contracts/lib/zeto_base.sol": {
      "keccak256": "0x6fe6a825418f12be3c9f7840609224cc4f12d7231cecf7847754e932e06fd8dd",
      "urls": [
        "bzz-raw://b17069e63759396d940e6969d431fc3360cd718af67940fee1d04616f5d9e906",
        "dweb:/ipfs/QmNqz7Tj3VmcAxdWCNMKceHcJzi7dSv4QSCz8dXYo4WfhD"
      ],
      "license": "Apache-2.0"
    },
    "contracts/lib/zeto_common.sol": {
      "keccak256": "0xbf5b94d9177dc9b3d59a95b7424a20bb1869dfb7df948053b4b59d75495da6ae",
      "urls": [
        "bzz-raw://e845a92c277c61f4374f04333e31cac9dc1cba5e36913f78ecc72eb74ec7ddc8",
        "dweb:/ipfs/QmPyyEzEy4q9wcff9d65yD3pmZHCxXRTYEHHjcGCSwcztf"
      ],
      "license": "Apache-2.0"
    },
    "contracts/lib/zeto_fungible.sol": {
      "keccak256": "0xea8b1e381a2a71f93f502980a2d15f828c4e0577f5b55ccb19e5643368e613bc",
      "urls": [
        "bzz-raw://6fb967615097e25885cc44d22487b368f7435b5bd0f46417f8e4038bcd984ebd",
        "dweb:/ipfs/QmSdRLMf81HcyvTgU3cgw9nxvkjxVJGkYmAbdWQ2CDebYg"
      ],
      "license": "Apache-2.0"
    },
    "contracts/lib/zeto_fungible_withdraw.sol": {
      "keccak256": "0xf98eff66bad224899806f490220d78152df2dec6f24da528a53910a14de44571",
      "urls": [
        "bzz-raw://abecdfe278f8b02d727e51b54590a0ec3a659ff9a05271a2472e27ebd4148160",
        "dweb:/ipfs/QmdxXVvfHnh27fKVRfQU2tnSYhgs9RtL4JjUbrsLhQEk4a"
      ],
      "license": "Apache-2.0"
    },
    "contracts/zeto_anon.sol": {
      "keccak256": "0xaec8dbd6866ee07c979a4f4e39f212efd9024619ed64cf861af73ea10892048f",
      "urls": [
        "bzz-raw://205053138d2b103d200decd92876fa3321a66a4fa0eb1b65e80865090908a42b",
        "dweb:/ipfs/Qmdwi5nU91K5cv54vGDj73y3ZM5bw54aQg6NHswt3UpRNG"
      ],
      "license": "Apache-2.0"
    },
    "contracts/zeto_nf_anon.sol": {
      "keccak256": "0x4085d010d905030c18101b2c7207f7c0aa9adcf960a0e472adf3120893553791",
      "urls": [
        "bzz-raw://962757c371855e759b86b552ebfcd4adafa9cd2bef725158002d58a599019446",
        "dweb:/ipfs/QmcqE5WiUzZUx5E3wRqpvRBVgskgjTp4dpDZkUioPo5Hvz"
      ],
      "license": "Apache-2.0"
    },
    "contracts/zkDvP.sol": {
      "keccak256": "0xee22623dd896dd502d656806e3ed522afd5088db70d4cee93f254de9e818b74d",
      "urls": [
        "bzz-raw://3375c86d413f23172cfe42a852240141439e51e019131b54809d70db63b30d06",
        "dweb:/ipfs/QmbdyxRLDbyFejntsGTc9fSQNRf26vm7uX7aq8qm6rwENZ"
      ],
      "license": "Apache-2.0"
    },
    "node_modules/@iden3/contracts/lib/ArrayUtils.sol": {
      "keccak256": "0x7c5e3f9c56e8e80811db1f1336a1e37c657947f44687451e5a1d6bd12e9e6141",
      "urls": [
        "bzz-raw://c9497d8d8fe9fc2b2c9d61bbdfa5a4eb881ddf8948bbc099024e5026fadd6846",
        "dweb:/ipfs/Qmczkk8FLcxpM91ZAWpixowBEdq64YVLke3ZqVDt3NkYiT"
      ],
      "license": "GPL-3.0"
    },
    "node_modules/@iden3/contracts/lib/Poseidon.sol": {
      "keccak256": "0x1776fa64b19c5e2f42d1449537ea5e911d7f067ee5d0409ca7daf7319853381f",
      "urls": [
        "bzz-raw://516c8ae954d17c4c5e4366249b93e85660f5887640c8141c6912831a42b89539",
        "dweb:/ipfs/QmVMZW5sFUmb3Bgypmfn19z1cNUWhubYXWFthbFruopZNc"
      ],
      "license": "GPL-3.0"
    },
    "node_modules/@iden3/contracts/lib/SmtLib.sol": {
      "keccak256": "0x9c67be9b7d045ded48a63bd827a5bdc3f2255c68f9640bae41eef074640f1779",
      "urls": [
        "bzz-raw://1f2b2452120f5b2b2c5589fcf58183f7d800d3f8a2c202ebdc3b69815bcfb2aa",
        "dweb:/ipfs/QmbnvLnfJaKL3eqt1CfXofsiLJ7G3nYTawUEqGpCazWbrQ"
      ],
      "license": "GPL-3.0"
    },
    "node_modules/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol": {
      "keccak256": "0xc163fcf9bb10138631a9ba5564df1fa25db9adff73bd9ee868a8ae1858fe093a",
      "urls": [
        "bzz-raw://9706d43a0124053d9880f6e31a59f31bc0a6a3dc1acd66ce0a16e1111658c5f6",
        "dweb:/ipfs/QmUFmfowzkRwGtDu36cXV9SPTBHJ3n7dG9xQiK5B28jTf2"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol": {
      "keccak256": "0xdb4d24ee2c087c391d587cd17adfe5b3f9d93b3110b1388c2ab6c7c0ad1dcd05",
      "urls": [
        "bzz-raw://ab7b6d5b9e2b88176312967fe0f0e78f3d9a1422fa5e4b64e2440c35869b5d08",
        "dweb:/ipfs/QmXKYWWyzcLg1B2k7Sb1qkEXgLCYfXecR9wYW5obRzWP1Q"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol": {
      "keccak256": "0x574a7451e42724f7de29e2855c392a8a5020acd695169466a18459467d719d63",
      "urls": [
        "bzz-raw://5bc189f63b639ee173dd7b6fecc39baf7113bf161776aea22b34c57fdd1872ec",
        "dweb:/ipfs/QmZAf2VtjDLRULqjJkde6LNsxAg12tUqpPqgUQQZbAjgtZ"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol": {
      "keccak256": "0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397",
      "urls": [
        "bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9",
        "dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/access/Ownable.sol": {
      "keccak256": "0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb",
      "urls": [
        "bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6",
        "dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/interfaces/IERC1967.sol": {
      "keccak256": "0xb25a4f11fa80c702bf5cd85adec90e6f6f507f32f4a8e6f5dbc31e8c10029486",
      "urls": [
        "bzz-raw://6917f8a323e7811f041aecd4d9fd6e92455a6fba38a797ac6f6e208c7912b79d",
        "dweb:/ipfs/QmShuYv55wYHGi4EFkDB8QfF7ZCHoKk2efyz3AWY1ExSq7"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol": {
      "keccak256": "0xc42facb5094f2f35f066a7155bda23545e39a3156faef3ddc00185544443ba7d",
      "urls": [
        "bzz-raw://d3b36282ab029b46bd082619a308a2ea11c309967b9425b7b7a6eb0b0c1c3196",
        "dweb:/ipfs/QmP2YVfDB2FoREax3vJu7QhDnyYRMw52WPrCD4vdT2kuDA"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol": {
      "keccak256": "0x8decfa54cec979c824b044b8128cd91d713f72c71fd7dfa54974624d8c949898",
      "urls": [
        "bzz-raw://271f914261a19d87117a777e0924ada545c16191ef9b00cc40b0134fc14ebc70",
        "dweb:/ipfs/QmdvVNWHGHQrGGPonZJs5NuzTevTjZRM2zayKrDJf7WBA2"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/proxy/beacon/IBeacon.sol": {
      "keccak256": "0xc59a78b07b44b2cf2e8ab4175fca91e8eca1eee2df7357b8d2a8833e5ea1f64c",
      "urls": [
        "bzz-raw://5aa4f07e65444784c29cd7bfcc2341b34381e4e5b5da9f0c5bd00d7f430e66fa",
        "dweb:/ipfs/QmWRMh4Q9DpaU9GvsiXmDdoNYMyyece9if7hnfLz7uqzWM"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol": {
      "keccak256": "0xe06a3f08a987af6ad2e1c1e774405d4fe08f1694b67517438b467cecf0da0ef7",
      "urls": [
        "bzz-raw://df6f0c459663c9858b6cba2cda1d14a7d05a985bed6d2de72bd8e78c25ee79db",
        "dweb:/ipfs/QmeTTxZ7qVk9rjEv2R4CpCwdf8UMCcRqDNMvzNxHc3Fnn9"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/Address.sol": {
      "keccak256": "0xaaa1d17c1129b127a4a401db2fbd72960e2671474be3d08cae71ccdc42f7624c",
      "urls": [
        "bzz-raw://cb2f27cd3952aa667e198fba0d9b7bcec52fbb12c16f013c25fe6fb52b29cc0e",
        "dweb:/ipfs/QmeuohBFoeyDPZA9JNCTEDz3VBfBD4EABWuWXVhHAuEpKR"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/Arrays.sol": {
      "keccak256": "0x55a4fdb408e3db950b48f4a6131e538980be8c5f48ee59829d92d66477140cd6",
      "urls": [
        "bzz-raw://3e1ad251e692822ce1494135a4ecb5b97c19b90aa82418fd2959ce32017953fd",
        "dweb:/ipfs/QmT6N7mf6heZYhY2BAQ5kwZp9o3SXzGVdkMqUszx67WRDN"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/Comparators.sol": {
      "keccak256": "0x302eecd8cf323b4690e3494a7d960b3cbce077032ab8ef655b323cdd136cec58",
      "urls": [
        "bzz-raw://49ba706f1bc476d68fe6c1fad75517acea4e9e275be0989b548e292eb3a3eacd",
        "dweb:/ipfs/QmeBpvcdGWzWMKTQESUCEhHgnEQYYATVwPxLMxa6vMT7jC"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/Context.sol": {
      "keccak256": "0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2",
      "urls": [
        "bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12",
        "dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/Errors.sol": {
      "keccak256": "0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123",
      "urls": [
        "bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf",
        "dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/Panic.sol": {
      "keccak256": "0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a",
      "urls": [
        "bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a",
        "dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/SlotDerivation.sol": {
      "keccak256": "0x67672e4ca1dafdcc661d4eba8475cfac631fa0933309258e3af7644b92e1fb26",
      "urls": [
        "bzz-raw://30192451f05ea5ddb0c18bd0f9003f098505836ba19c08a9c365adf829454da2",
        "dweb:/ipfs/QmfCuZSCTyCdFoSKn7MSaN6hZksnQn9ZhrZDAdRTCbwGu2"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/StorageSlot.sol": {
      "keccak256": "0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97",
      "urls": [
        "bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b",
        "dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/math/Math.sol": {
      "keccak256": "0x1225214420c83ebcca88f2ae2b50f053aaa7df7bd684c3e878d334627f2edfc6",
      "urls": [
        "bzz-raw://6c5fab4970634f9ab9a620983dc1c8a30153981a0b1a521666e269d0a11399d3",
        "dweb:/ipfs/QmVRnBC575MESGkEHndjujtR7qub2FzU9RWy9eKLp4hPZB"
      ],
      "license": "MIT"
    },
    "node_modules/@openzeppelin/contracts/utils/math/SafeCast.sol": {
      "keccak256": "0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54",
      "urls": [
        "bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8",
        "dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy"
      ],
      "license": "MIT"
    }
  },
  "version": 1
}