From 8f19943c2dda69f41926f951756b0881b5157518 Mon Sep 17 00:00:00 2001 From: cezary-stroczynski Date: Fri, 4 Oct 2024 15:42:10 +0200 Subject: [PATCH 1/3] Initialize subgraph --- .../ow_subgraph/abis/ExampleContract.json | 2388 ++++++++++++++ .../dist/ExampleSubgraph/ExampleSubgraph.wasm | Bin 0 -> 32402 bytes .../ExampleSubgraph/abis/ExampleContract.json | 2394 ++++++++++++++ .../dist/abis/ExampleContract.json | 2388 ++++++++++++++ .../ow_subgraph/dist/schema.graphql | 37 + .../ow_subgraph/dist/subgraph.yaml | 26 + registry-subgraph/ow_subgraph/networks.json | 7 + registry-subgraph/ow_subgraph/package.json | 13 + registry-subgraph/ow_subgraph/schema.graphql | 37 + registry-subgraph/ow_subgraph/src/mapping.ts | 272 ++ .../types/ExampleSubgraph/ExampleContract.ts | 2939 +++++++++++++++++ .../ow_subgraph/src/types/schema.ts | 444 +++ registry-subgraph/ow_subgraph/subgraph.yaml | 26 + 13 files changed, 10971 insertions(+) create mode 100644 registry-subgraph/ow_subgraph/abis/ExampleContract.json create mode 100644 registry-subgraph/ow_subgraph/dist/ExampleSubgraph/ExampleSubgraph.wasm create mode 100644 registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json create mode 100644 registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json create mode 100644 registry-subgraph/ow_subgraph/dist/schema.graphql create mode 100644 registry-subgraph/ow_subgraph/dist/subgraph.yaml create mode 100644 registry-subgraph/ow_subgraph/networks.json create mode 100644 registry-subgraph/ow_subgraph/package.json create mode 100644 registry-subgraph/ow_subgraph/schema.graphql create mode 100644 registry-subgraph/ow_subgraph/src/mapping.ts create mode 100644 registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts create mode 100644 registry-subgraph/ow_subgraph/src/types/schema.ts create mode 100644 registry-subgraph/ow_subgraph/subgraph.yaml diff --git a/registry-subgraph/ow_subgraph/abis/ExampleContract.json b/registry-subgraph/ow_subgraph/abis/ExampleContract.json new file mode 100644 index 0000000..7131b91 --- /dev/null +++ b/registry-subgraph/ow_subgraph/abis/ExampleContract.json @@ -0,0 +1,2388 @@ +[ + { + "anonymous": false, + "inputs": [{ "indexed": true, "name": "exampleParam", "type": "string" }], + "name": "ExampleEvent", + "type": "event" + }, + { + "name": "getAndReturnAddress", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "address" + } + ], + "outputs": [ + { + "name": "x", + "type": "address" + } + ] + }, + { + "name": "getAndReturnString", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "string" + } + ], + "outputs": [ + { + "name": "x", + "type": "string" + } + ] + }, + { + "name": "getAndReturnBool", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bool" + } + ], + "outputs": [ + { + "name": "x", + "type": "bool" + } + ] + }, + { + "name": "getAndReturnByte", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "byte" + } + ], + "outputs": [ + { + "name": "x", + "type": "byte" + } + ] + }, + { + "name": "getAndReturnBytes1", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes1" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes1" + } + ] + }, + { + "name": "getAndReturnBytes32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes32" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes32" + } + ] + }, + { + "name": "getAndReturnInt8", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int8" + } + ], + "outputs": [ + { + "name": "x", + "type": "int8" + } + ] + }, + { + "name": "getAndReturnInt16", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int16" + } + ], + "outputs": [ + { + "name": "x", + "type": "int16" + } + ] + }, + { + "name": "getAndReturnInt24", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int24" + } + ], + "outputs": [ + { + "name": "x", + "type": "int24" + } + ] + }, + { + "name": "getAndReturnInt32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int32" + } + ], + "outputs": [ + { + "name": "x", + "type": "int32" + } + ] + }, + { + "name": "getAndReturnInt40", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int40" + } + ], + "outputs": [ + { + "name": "x", + "type": "int40" + } + ] + }, + { + "name": "getAndReturnInt48", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int48" + } + ], + "outputs": [ + { + "name": "x", + "type": "int48" + } + ] + }, + { + "name": "getAndReturnInt56", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int56" + } + ], + "outputs": [ + { + "name": "x", + "type": "int56" + } + ] + }, + { + "name": "getAndReturnInt64", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int64" + } + ], + "outputs": [ + { + "name": "x", + "type": "int64" + } + ] + }, + { + "name": "getAndReturnInt72", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int72" + } + ], + "outputs": [ + { + "name": "x", + "type": "int72" + } + ] + }, + { + "name": "getAndReturnInt80", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int80" + } + ], + "outputs": [ + { + "name": "x", + "type": "int80" + } + ] + }, + { + "name": "getAndReturnInt88", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int88" + } + ], + "outputs": [ + { + "name": "x", + "type": "int88" + } + ] + }, + { + "name": "getAndReturnInt96", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int96" + } + ], + "outputs": [ + { + "name": "x", + "type": "int96" + } + ] + }, + { + "name": "getAndReturnInt104", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int104" + } + ], + "outputs": [ + { + "name": "x", + "type": "int104" + } + ] + }, + { + "name": "getAndReturnInt112", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int112" + } + ], + "outputs": [ + { + "name": "x", + "type": "int112" + } + ] + }, + { + "name": "getAndReturnInt120", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int120" + } + ], + "outputs": [ + { + "name": "x", + "type": "int120" + } + ] + }, + { + "name": "getAndReturnInt128", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int128" + } + ], + "outputs": [ + { + "name": "x", + "type": "int128" + } + ] + }, + { + "name": "getAndReturnInt136", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int136" + } + ], + "outputs": [ + { + "name": "x", + "type": "int136" + } + ] + }, + { + "name": "getAndReturnInt144", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int144" + } + ], + "outputs": [ + { + "name": "x", + "type": "int144" + } + ] + }, + { + "name": "getAndReturnInt152", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int152" + } + ], + "outputs": [ + { + "name": "x", + "type": "int152" + } + ] + }, + { + "name": "getAndReturnInt160", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int160" + } + ], + "outputs": [ + { + "name": "x", + "type": "int160" + } + ] + }, + { + "name": "getAndReturnInt168", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int168" + } + ], + "outputs": [ + { + "name": "x", + "type": "int168" + } + ] + }, + { + "name": "getAndReturnInt176", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int176" + } + ], + "outputs": [ + { + "name": "x", + "type": "int176" + } + ] + }, + { + "name": "getAndReturnInt184", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int184" + } + ], + "outputs": [ + { + "name": "x", + "type": "int184" + } + ] + }, + { + "name": "getAndReturnInt192", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int192" + } + ], + "outputs": [ + { + "name": "x", + "type": "int192" + } + ] + }, + { + "name": "getAndReturnInt200", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int200" + } + ], + "outputs": [ + { + "name": "x", + "type": "int200" + } + ] + }, + { + "name": "getAndReturnInt208", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int208" + } + ], + "outputs": [ + { + "name": "x", + "type": "int208" + } + ] + }, + { + "name": "getAndReturnInt216", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int216" + } + ], + "outputs": [ + { + "name": "x", + "type": "int216" + } + ] + }, + { + "name": "getAndReturnInt224", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int224" + } + ], + "outputs": [ + { + "name": "x", + "type": "int224" + } + ] + }, + { + "name": "getAndReturnInt232", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int232" + } + ], + "outputs": [ + { + "name": "x", + "type": "int232" + } + ] + }, + { + "name": "getAndReturnInt240", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int240" + } + ], + "outputs": [ + { + "name": "x", + "type": "int240" + } + ] + }, + { + "name": "getAndReturnInt248", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int248" + } + ], + "outputs": [ + { + "name": "x", + "type": "int248" + } + ] + }, + { + "name": "getAndReturnInt256", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int256" + } + ], + "outputs": [ + { + "name": "x", + "type": "int256" + } + ] + }, + { + "name": "getAndReturnUint8", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint8" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint8" + } + ] + }, + { + "name": "getAndReturnUint16", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint16" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint16" + } + ] + }, + { + "name": "getAndReturnUint24", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint24" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint24" + } + ] + }, + { + "name": "getAndReturnUint32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint32" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint32" + } + ] + }, + { + "name": "getAndReturnUint40", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint40" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint40" + } + ] + }, + { + "name": "getAndReturnUint48", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint48" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint48" + } + ] + }, + { + "name": "getAndReturnUint56", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint56" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint56" + } + ] + }, + { + "name": "getAndReturnUint64", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint64" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint64" + } + ] + }, + { + "name": "getAndReturnUint72", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint72" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint72" + } + ] + }, + { + "name": "getAndReturnUint80", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint80" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint80" + } + ] + }, + { + "name": "getAndReturnUint88", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint88" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint88" + } + ] + }, + { + "name": "getAndReturnUint96", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint96" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint96" + } + ] + }, + { + "name": "getAndReturnUint104", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint104" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint104" + } + ] + }, + { + "name": "getAndReturnUint112", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint112" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint112" + } + ] + }, + { + "name": "getAndReturnUint120", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint120" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint120" + } + ] + }, + { + "name": "getAndReturnUint128", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint128" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint128" + } + ] + }, + { + "name": "getAndReturnUint136", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint136" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint136" + } + ] + }, + { + "name": "getAndReturnUint144", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint144" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint144" + } + ] + }, + { + "name": "getAndReturnUint152", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint152" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint152" + } + ] + }, + { + "name": "getAndReturnUint160", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint160" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint160" + } + ] + }, + { + "name": "getAndReturnUint168", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint168" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint168" + } + ] + }, + { + "name": "getAndReturnUint176", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint176" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint176" + } + ] + }, + { + "name": "getAndReturnUint184", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint184" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint184" + } + ] + }, + { + "name": "getAndReturnUint192", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint192" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint192" + } + ] + }, + { + "name": "getAndReturnUint200", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint200" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint200" + } + ] + }, + { + "name": "getAndReturnUint208", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint208" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint208" + } + ] + }, + { + "name": "getAndReturnUint216", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint216" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint216" + } + ] + }, + { + "name": "getAndReturnUint224", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint224" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint224" + } + ] + }, + { + "name": "getAndReturnUint232", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint232" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint232" + } + ] + }, + { + "name": "getAndReturnUint240", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint240" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint240" + } + ] + }, + { + "name": "getAndReturnUint248", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint248" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint248" + } + ] + }, + { + "name": "getAndReturnUint256", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint256" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint256" + } + ] + }, + { + "name": "getAndReturnAddressArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "address[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "address[]" + } + ] + }, + { + "name": "getAndReturnStringArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "string[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "string[]" + } + ] + }, + { + "name": "getAndReturnBoolArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bool[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bool[]" + } + ] + }, + { + "name": "getAndReturnByteArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "byte[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "byte[]" + } + ] + }, + { + "name": "getAndReturnBytes1Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes1[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes1[]" + } + ] + }, + { + "name": "getAndReturnBytes32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes32[]" + } + ] + }, + { + "name": "getAndReturnInt8Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int8[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int8[]" + } + ] + }, + { + "name": "getAndReturnInt16Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int16[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int16[]" + } + ] + }, + { + "name": "getAndReturnInt24Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int24[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int24[]" + } + ] + }, + { + "name": "getAndReturnInt32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int32[]" + } + ] + }, + { + "name": "getAndReturnInt40Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int40[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int40[]" + } + ] + }, + { + "name": "getAndReturnInt48Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int48[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int48[]" + } + ] + }, + { + "name": "getAndReturnInt56Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int56[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int56[]" + } + ] + }, + { + "name": "getAndReturnInt64Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int64[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int64[]" + } + ] + }, + { + "name": "getAndReturnInt72Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int72[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int72[]" + } + ] + }, + { + "name": "getAndReturnInt80Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int80[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int80[]" + } + ] + }, + { + "name": "getAndReturnInt88Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int88[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int88[]" + } + ] + }, + { + "name": "getAndReturnInt96Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int96[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int96[]" + } + ] + }, + { + "name": "getAndReturnInt104Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int104[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int104[]" + } + ] + }, + { + "name": "getAndReturnInt112Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int112[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int112[]" + } + ] + }, + { + "name": "getAndReturnInt120Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int120[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int120[]" + } + ] + }, + { + "name": "getAndReturnInt128Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int128[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int128[]" + } + ] + }, + { + "name": "getAndReturnInt136Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int136[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int136[]" + } + ] + }, + { + "name": "getAndReturnInt144Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int144[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int144[]" + } + ] + }, + { + "name": "getAndReturnInt152Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int152[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int152[]" + } + ] + }, + { + "name": "getAndReturnInt160Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int160[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int160[]" + } + ] + }, + { + "name": "getAndReturnInt168Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int168[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int168[]" + } + ] + }, + { + "name": "getAndReturnInt176Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int176[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int176[]" + } + ] + }, + { + "name": "getAndReturnInt184Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int184[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int184[]" + } + ] + }, + { + "name": "getAndReturnInt192Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int192[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int192[]" + } + ] + }, + { + "name": "getAndReturnInt200Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int200[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int200[]" + } + ] + }, + { + "name": "getAndReturnInt208Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int208[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int208[]" + } + ] + }, + { + "name": "getAndReturnInt216Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int216[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int216[]" + } + ] + }, + { + "name": "getAndReturnInt224Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int224[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int224[]" + } + ] + }, + { + "name": "getAndReturnInt232Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int232[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int232[]" + } + ] + }, + { + "name": "getAndReturnInt240Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int240[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int240[]" + } + ] + }, + { + "name": "getAndReturnInt248Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int248[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int248[]" + } + ] + }, + { + "name": "getAndReturnInt256Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int256[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int256[]" + } + ] + }, + { + "name": "getAndReturnUint8Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint8[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint8[]" + } + ] + }, + { + "name": "getAndReturnUint16Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint16[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint16[]" + } + ] + }, + { + "name": "getAndReturnUint24Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint24[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint24[]" + } + ] + }, + { + "name": "getAndReturnUint32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint32[]" + } + ] + }, + { + "name": "getAndReturnUint40Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint40[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint40[]" + } + ] + }, + { + "name": "getAndReturnUint48Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint48[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint48[]" + } + ] + }, + { + "name": "getAndReturnUint56Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint56[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint56[]" + } + ] + }, + { + "name": "getAndReturnUint64Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint64[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint64[]" + } + ] + }, + { + "name": "getAndReturnUint72Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint72[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint72[]" + } + ] + }, + { + "name": "getAndReturnUint80Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint80[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint80[]" + } + ] + }, + { + "name": "getAndReturnUint88Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint88[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint88[]" + } + ] + }, + { + "name": "getAndReturnUint96Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint96[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint96[]" + } + ] + }, + { + "name": "getAndReturnUint104Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint104[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint104[]" + } + ] + }, + { + "name": "getAndReturnUint112Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint112[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint112[]" + } + ] + }, + { + "name": "getAndReturnUint120Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint120[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint120[]" + } + ] + }, + { + "name": "getAndReturnUint128Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint128[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint128[]" + } + ] + }, + { + "name": "getAndReturnUint136Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint136[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint136[]" + } + ] + }, + { + "name": "getAndReturnUint144Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint144[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint144[]" + } + ] + }, + { + "name": "getAndReturnUint152Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint152[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint152[]" + } + ] + }, + { + "name": "getAndReturnUint160Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint160[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint160[]" + } + ] + }, + { + "name": "getAndReturnUint168Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint168[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint168[]" + } + ] + }, + { + "name": "getAndReturnUint176Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint176[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint176[]" + } + ] + }, + { + "name": "getAndReturnUint184Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint184[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint184[]" + } + ] + }, + { + "name": "getAndReturnUint192Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint192[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint192[]" + } + ] + }, + { + "name": "getAndReturnUint200Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint200[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint200[]" + } + ] + }, + { + "name": "getAndReturnUint208Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint208[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint208[]" + } + ] + }, + { + "name": "getAndReturnUint216Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint216[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint216[]" + } + ] + }, + { + "name": "getAndReturnUint224Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint224[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint224[]" + } + ] + }, + { + "name": "getAndReturnUint232Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint232[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint232[]" + } + ] + }, + { + "name": "getAndReturnUint240Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint240[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint240[]" + } + ] + }, + { + "name": "getAndReturnUint248Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint248[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint248[]" + } + ] + }, + { + "name": "getAndReturnUint256Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint256[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint256[]" + } + ] + } +] diff --git a/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/ExampleSubgraph.wasm b/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/ExampleSubgraph.wasm new file mode 100644 index 0000000000000000000000000000000000000000..03023e95e6c4863acfa61b49051c2ab0f34e2f1d GIT binary patch literal 32402 zcmeHP3w#_$d7s(6lg?Vn8q2b+*iO7BIf_HutUzs2p_>6F7C((5|X&eG$N6jAX4(N zLkzUa$31iIbDG_r{xiw$!vllEtRdOkf3)XpOV9A_J%c@WoZNV%`@{+6sMM9icb@9G zdZ7PI&)`t+K>xzT3EQe+8tpf+PZH-tK4Gj+r_G}#L8D_33H%vK( z6s}U570+PL$$>LHtWhO;s<4fxPTVn6Vhqzx_V&jUhkH-9~&Ta_;g}qtl3A2Up6Ica4(5HKHg}CqcV1g>c9q{)z-j zr2k1OBa!3|3J?Erss|O(FJ0&VQ#Tvsl626cvS=#qi50wvbEc|huA59U)`UNa1V06< zx}5QbxAN5^EO0$sQgmsgO9p=u-Uts^<%JXJ&;?J9btn6rvpCE>GH~)#_h1kEg3}tNpxX=_=^pN3Eu|6$dwSTH zoaT^Wu!nlUmz|XJ6=zY3GuVVbl}s(x$od6aLyb^j6i6#?{MEbCzV7!&*tt(KvJW)fDiYj8%Qg8*XZnVp#vZd zn|Q)+#N~Kravv1*5_=rv1pIh9;Wq>hp&IF@(QD=;d(u0=9aQi0{fRvRZ}og=xWCh( z>Y)|xQAEHfog{<_e2$xIqr`xuVZJNGKJO-!M(7A_NfN39!Caj=QOZxrd{~Gb58TsG0k-N(qY&Rcj`ntf7oJYTC4qT|wM7vH1 zMFbrr)akyMc8Lf5#DjbNdtQ=GN)L4c|7Pis%unugVG~jyyn{^P9VC%=;3gBXz=y$< zyL#KCvv!G_(3AlSrdY5da0Fb2yiK%|MMZNnll{zBUC(>R67(EZKfDRi@^sR7WXB*- zXOi3w0#OlMQ5@6;#>h+Hln^59EC|h~(IZF&cMq~eqz!cm*<#c-2*v2LAq@o)OUpDG zfd|bI&CwKTbPM{Sx0z(GQesuL@;O=k1EXe}{nJ4WoT=vg`1BRfU z6}He4)j|lEWOCWH+@RwOB4TQIkgUpsq|8Cbl>Le_-E!ul2u7Y-jch3)scTgs=WEzz zm*U&c)F@EdDXZKTsq93uLvTSVi%8{$lHe3dC=(n}W>W-HDpw*GmylBBO60sMJC-U# zA?kHu8!n9$awEwgZi*D@h-7Xoi6s?6CfX{>^dgv2s1n&)LP~`yk@G6VNg?WU!l=*u zEd2Wa%b+-2j?BM2_8>o@SpLf+@lzvdG-f?DwJlr=$wOo0!ki0pP+5lKsdqP4%b1AB z88`-4ECKp_c2lQ|$%;#}eVT^eg!u}wV0yDcO<@lp0js>z7`GZvM^h5Ir`bs~)eYk) zO>?kPpy3|lF->zM#X+fQj+)4MiY+BgQN5oKD_45nB^3*~1Qv3%?ve9j zN3GxjA7)xCRzZ_>U=CN$G(}ajXtjFAtR6{Sp0v5wgnOXQ6|20<${0?jB8JKp_ad1@ z_mnqewzjwx!6^Qk!wqL%7% z<*tOm76Vx1+NE4!z`V6^BiONP(SGV*b3Dj7!4KW2hpl&0d)Y1M^%S7VJ1$I152L*j z)=HgwU8{$%&>5D}BumM-RLXq`t(5yCN0R$+aYtfLfg{!0REjwgqli&*Bq{BDj>Pn6 zQSC_ZRo}UcrM&B~_{P%wqBQy$4L#C3E~d#nhilNHP$o&&z@`Z5cEu%Po!H>Jk+`B$cxiD56Mb z(Q`)|!a=DaYQ3;&0E-o_nkHlbGRB~4UwD(cF%0h?QUj$fP%acGM*{7AGJX3R6u*FP z&xFFvkTCmn-)@w?J=RFR{S!T;-yg*iC=#>JwZB5XeZauCuNBwN$`AzUhaSgt($H-% z*J-Jo>*yL}Q%b)q$`iMc|2@TVu|ujG&IR=;+y$kKy3duY2b^a?%>_DTJ~T?6jPh)~ zQ?|%XIg_GJ`Ldb=4h$M=*yl*M`Zl)OPXabnP{S3GFNlxfq+xPSAB|Qecq)(ifrcJ6<#q*12V=C zpCe9%H0BR*)5TlE=o&(1CONT77)XR z#{J$VDSJ?Cp&grmi@Vf@96aZD1&)1q;zeAgh`YIXF*leWt*C6INQMw{&r6k0%spOvD7jwol9|_nKIx ztWcKm8A|-wt!h%!1!uQk@B{HnK+>S7%_HkOr-jN zNh<&fuQNt0tDIhh6PRMWhRM3&e)PPU4)p;!Tfnp}AhX6&qzPLohu{dFl*j=Tr`7*W;vz zJTaioliZc&)#pCKcS@r3B-6Bg@#ml_Pn7%x_sXlMb1Ijc9csBbw~m&ZKdxLoJ^3bi zfqdLd8vwP%8kb_dE!-u;n)}3=Hid=zW}qZgajVBLYP5m-q)0keK;Ub8Oz)E{Pj9gjcv56zm7EB&uE%=+Du zS!Znl*-K((tzSdI7+~EF&l1?ndIIh6(7f%i@N;Ff!<%{h$#U2ZnGG>3{acN8`1evf zxOOf)nfLU8Wc9W$@1zW)AX3HA#wtzWXKyHhrNHey8>{iPfrfmUZ+bnCC zvIS(eTh=gX3z)S9Ok8RyQqdMLzQeMHf-PWlr)3R!Tfm$xU}{%Pr1}HO*ltTe(HQVJ zMj-6R)f|DsfnfZyn6R&L;?FG013|$SFnYOV4S8F@oGl=Cg{4R{wt(!FmNiV<0>++Z zS;LeqAaj*v4U@KjS!2K!xfc;k zqpwhOwStYl&O*l(;oW)#tYcgFZ|y3tSi_(qH9 zQ0ItI=e6q1znMo^@O^xwAbjtS4RnfxHu&hrrB92{yM}o6j95k=rH{8H z#D^VqLW#7%+gBgK$8Erglh8O^M1;2t$2zDcDpS7v$3@QZZc&}qj}D1RVWuC(0k5yK zpgod?HnG&JBr`~!o?_yoj^tRTID*NC@miPIg-xsk-rSQU6G<yNG$+|eWyLixkw zwb&r`BaP8jT$iS^iZ`ZlW{{X~Qq1%-+bEunteewxpzmNB2loK^HSrAji>nNhj<_|w z*k25-DesxMQ(U<7#IH+MT*YsIiHql^Tf;)0r@@6UN^ntv3s3wuAcxWd*Y5NZ2|O&0 z%3oZ=+I!M%ew&0J7PsM!YL|DO=#{Lv;-e*Pxb~-)hJ_4h@OHnw1aB|F+dXj#kkjdQ zTnE$30G#l|ki^q4EncM)uPzfei`UDRlbD;u8+780I`O75 zaY(#{3p9ho91?HUiMQ#*+jZg{I`K}O$m+zqbmHAQ@gALcuTH#AC*H3U_v^%jPCTF! zAJB;p>coe1;=y@|59>J}(TSW+d{iesrV}66iBFV?o5d%~hQC>SN+&*DCJu?ulre|I zXLaIpI`Mg(_<~M+Q768n6M3EZvQB(OCmzy?uj<6tbmC#1__|Ku^~bVTJ)#qj>csEq z#P93GAIwYqp`P@YBUnK*hc5@jp88zdG>~o%pFvJf;&FM-%i# zI&rs7yjUk*q7yIGiF@WHUZ&@a>cqV|@p7Gbg-+b36R#vU)Kl+N!U6V3sUDn8NUl z5TE0+AD`fm-*}_v!N)Nn#H?I>y#zlz{GJ=P!{Lhb5Ozq2d6m<=XEqO#(LOU*3C|`Q|tupeb&p4 zG8Xt=%0Z?g)_Lc(fVc}Bz3edC1pYz%?Phnfjck|=fq#m5SFEn!>1F-M>j7UsI8Rid z4zoMhZTL&MQ3<1X*Rd5P3_y}$)H4v`_Tp|p%GQk(7UZ}mNHqGx)elnhutN@%%)wU~ zyo;8Cs$bTPsAULs;nSns+qwe$&ytef5!zu0*62qW!}#sS|HBoMY$RD6@9F0QSGLR^ zc1&946uTXI3`+C>JAz-bKsj#%N*zK9S?MV1J6p0t#`QKYUqF_ADN(r%APK%SN!A-g zS*Ky$UU_$vRaAa=Rs;xEPTAwA>66ex@uh_ z>57fDq?^U^xmc2JuCcbSR!f&n)%KyikmneSYRso<`-09@)_4Zrjak?ibS!B-zNoe@ z=zQ2RSX8^6b*{1`#YHNrR{QW?L{*BL6jd`#-UUl)_(GYdT;4>Jw`=7BZAmdql}-^& zj~~S*B~5j^mTQ7E_(BLtGe3_ejpwyBf_Dghd=lDhK$}tT&WB}GYkdoN)OgSXKR*Hr zF9>;FJ4FJDz!X~sOQmF*%U(8t&@)5f2TO8{g$+?37;pAAE|ciW@g!bTS?a0g+8V|& zh)6YM$h3H=QzaQjTa*md7K@ixmSM6*^^ScN*a9t#gNreZCx}sE%$KpM8`?GXtva1iZ#a1lWvg z~=l`*%_>g_qtvetNf9~0hMY*ZqW z)V5zVa-v@gdo63t7BWi~s!{b#hWG5e%T`%wSZ)=HS2IiM+q2xOw@|-ntM5r=ZW;y9 zhuiAwp(67xlB3PLajlgeG{>XyhWyZn&ky2Cvl*gEv&p5ZhtAh(s_rdp2Y8D{yj$6J z@Q${dl&kd58S!pMZ^1^h5$~l^-pn!+8Fol{CyaP^%JwQ4@$QoH&KdGj>t>gm$h%wW zHnqIIM@H?oS!y?H$h}4CH@?EGY>Hp-USn?Q!G_%1q?ThHW|C}|T22~rUn;dM8glQD zT8^G$Cdm#)TILM7cS=6){tApknz=Kl5Cf4nK$HCF=u9V{XYE6F!qxD#?GxTN5re_H)+VN>{m48 zR`we`&rA|!znmervdFX{w~E7=HD;2iNIYT4tzvP(m|J?cA-9UhS-<|6Uv5hkkqgHB zDkf*rrsb=soU`C3ZHvbIVPx(!l}E+qyfMFu&a=k+Dn4hsOyyA#x?s$&VsvJ$Y56Kj z=ZyJPoGu#jN0EB$d^357pV~KX%&(%&tTDfeH`xnJ@>SH%8S|?s zRlLyK-ce`uQn|_tFppOIwb;v8=RFU*&yQox7L^gr%WuQja2BhlqnM*t?k3EwvtOab z_cSNht6kao=KA`oP}gvFy;^n8hl^HrIwpJ3LKw9+(=mmM>dRMNH*LXcJhC3v8W-1Z zyE2Y^Pe%wDW^yymk;H1pn3fy!QDf}*~p%U3W$Rcn>mU{V+LE4{9q z5sG??jw%|VXl&O}V;fB*q%mGc<&97@*6XNQLsVreXE&KhNMpZVS7B3q4~~3;<^Vcw zbh8~K}tB>XsI&RVsM{^4uH*17ba||6fajA)%YObNDvH z`jIPIiBw5cv*gj;Ug~VAXCBJ5LZ1`=B_Z4vwF0gF~(K;PxeZ)`l?6F=_~8c-O4^yJ!XzQ z%@kQZYEBs=tH;gERi<@rtr{UFjgi%3=d3ZZdi0#gGgEP^2T;6!VG6AtL-8VpIkeJ= z@J5Cyw0b1Ps~M)y>cJH6XqZB)$5XtlVFry4sd#I{99n56yuM)ytq#R_kHZvN9cl4G zhbgo=*y7C&Q)qR(#Va1>&`LAmT@O=eb+pDgIQ96x@}coQ`Pi%%kIwGIu!~nByhC_~ z#;(R{y&r$o$)+JtXRwOLs}&VboOLig3#KPC{uZ1MC`9gSRf! z*2fT*yhm`viE2NE0_eEY5K`zt@kvy=5jpe_8Si6w{g?hsM?fI(UXL2a c$_SFV^4MLiGH?u1J;N=Zt%#oYSDpm?KLpk5>;M1& literal 0 HcmV?d00001 diff --git a/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json b/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json new file mode 100644 index 0000000..8cb5d92 --- /dev/null +++ b/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json @@ -0,0 +1,2394 @@ +[ + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "name": "exampleParam", + "type": "string" + } + ], + "name": "ExampleEvent", + "type": "event" + }, + { + "name": "getAndReturnAddress", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "address" + } + ], + "outputs": [ + { + "name": "x", + "type": "address" + } + ] + }, + { + "name": "getAndReturnString", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "string" + } + ], + "outputs": [ + { + "name": "x", + "type": "string" + } + ] + }, + { + "name": "getAndReturnBool", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bool" + } + ], + "outputs": [ + { + "name": "x", + "type": "bool" + } + ] + }, + { + "name": "getAndReturnByte", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "byte" + } + ], + "outputs": [ + { + "name": "x", + "type": "byte" + } + ] + }, + { + "name": "getAndReturnBytes1", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes1" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes1" + } + ] + }, + { + "name": "getAndReturnBytes32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes32" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes32" + } + ] + }, + { + "name": "getAndReturnInt8", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int8" + } + ], + "outputs": [ + { + "name": "x", + "type": "int8" + } + ] + }, + { + "name": "getAndReturnInt16", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int16" + } + ], + "outputs": [ + { + "name": "x", + "type": "int16" + } + ] + }, + { + "name": "getAndReturnInt24", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int24" + } + ], + "outputs": [ + { + "name": "x", + "type": "int24" + } + ] + }, + { + "name": "getAndReturnInt32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int32" + } + ], + "outputs": [ + { + "name": "x", + "type": "int32" + } + ] + }, + { + "name": "getAndReturnInt40", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int40" + } + ], + "outputs": [ + { + "name": "x", + "type": "int40" + } + ] + }, + { + "name": "getAndReturnInt48", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int48" + } + ], + "outputs": [ + { + "name": "x", + "type": "int48" + } + ] + }, + { + "name": "getAndReturnInt56", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int56" + } + ], + "outputs": [ + { + "name": "x", + "type": "int56" + } + ] + }, + { + "name": "getAndReturnInt64", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int64" + } + ], + "outputs": [ + { + "name": "x", + "type": "int64" + } + ] + }, + { + "name": "getAndReturnInt72", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int72" + } + ], + "outputs": [ + { + "name": "x", + "type": "int72" + } + ] + }, + { + "name": "getAndReturnInt80", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int80" + } + ], + "outputs": [ + { + "name": "x", + "type": "int80" + } + ] + }, + { + "name": "getAndReturnInt88", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int88" + } + ], + "outputs": [ + { + "name": "x", + "type": "int88" + } + ] + }, + { + "name": "getAndReturnInt96", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int96" + } + ], + "outputs": [ + { + "name": "x", + "type": "int96" + } + ] + }, + { + "name": "getAndReturnInt104", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int104" + } + ], + "outputs": [ + { + "name": "x", + "type": "int104" + } + ] + }, + { + "name": "getAndReturnInt112", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int112" + } + ], + "outputs": [ + { + "name": "x", + "type": "int112" + } + ] + }, + { + "name": "getAndReturnInt120", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int120" + } + ], + "outputs": [ + { + "name": "x", + "type": "int120" + } + ] + }, + { + "name": "getAndReturnInt128", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int128" + } + ], + "outputs": [ + { + "name": "x", + "type": "int128" + } + ] + }, + { + "name": "getAndReturnInt136", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int136" + } + ], + "outputs": [ + { + "name": "x", + "type": "int136" + } + ] + }, + { + "name": "getAndReturnInt144", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int144" + } + ], + "outputs": [ + { + "name": "x", + "type": "int144" + } + ] + }, + { + "name": "getAndReturnInt152", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int152" + } + ], + "outputs": [ + { + "name": "x", + "type": "int152" + } + ] + }, + { + "name": "getAndReturnInt160", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int160" + } + ], + "outputs": [ + { + "name": "x", + "type": "int160" + } + ] + }, + { + "name": "getAndReturnInt168", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int168" + } + ], + "outputs": [ + { + "name": "x", + "type": "int168" + } + ] + }, + { + "name": "getAndReturnInt176", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int176" + } + ], + "outputs": [ + { + "name": "x", + "type": "int176" + } + ] + }, + { + "name": "getAndReturnInt184", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int184" + } + ], + "outputs": [ + { + "name": "x", + "type": "int184" + } + ] + }, + { + "name": "getAndReturnInt192", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int192" + } + ], + "outputs": [ + { + "name": "x", + "type": "int192" + } + ] + }, + { + "name": "getAndReturnInt200", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int200" + } + ], + "outputs": [ + { + "name": "x", + "type": "int200" + } + ] + }, + { + "name": "getAndReturnInt208", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int208" + } + ], + "outputs": [ + { + "name": "x", + "type": "int208" + } + ] + }, + { + "name": "getAndReturnInt216", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int216" + } + ], + "outputs": [ + { + "name": "x", + "type": "int216" + } + ] + }, + { + "name": "getAndReturnInt224", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int224" + } + ], + "outputs": [ + { + "name": "x", + "type": "int224" + } + ] + }, + { + "name": "getAndReturnInt232", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int232" + } + ], + "outputs": [ + { + "name": "x", + "type": "int232" + } + ] + }, + { + "name": "getAndReturnInt240", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int240" + } + ], + "outputs": [ + { + "name": "x", + "type": "int240" + } + ] + }, + { + "name": "getAndReturnInt248", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int248" + } + ], + "outputs": [ + { + "name": "x", + "type": "int248" + } + ] + }, + { + "name": "getAndReturnInt256", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int256" + } + ], + "outputs": [ + { + "name": "x", + "type": "int256" + } + ] + }, + { + "name": "getAndReturnUint8", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint8" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint8" + } + ] + }, + { + "name": "getAndReturnUint16", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint16" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint16" + } + ] + }, + { + "name": "getAndReturnUint24", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint24" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint24" + } + ] + }, + { + "name": "getAndReturnUint32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint32" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint32" + } + ] + }, + { + "name": "getAndReturnUint40", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint40" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint40" + } + ] + }, + { + "name": "getAndReturnUint48", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint48" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint48" + } + ] + }, + { + "name": "getAndReturnUint56", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint56" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint56" + } + ] + }, + { + "name": "getAndReturnUint64", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint64" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint64" + } + ] + }, + { + "name": "getAndReturnUint72", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint72" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint72" + } + ] + }, + { + "name": "getAndReturnUint80", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint80" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint80" + } + ] + }, + { + "name": "getAndReturnUint88", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint88" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint88" + } + ] + }, + { + "name": "getAndReturnUint96", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint96" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint96" + } + ] + }, + { + "name": "getAndReturnUint104", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint104" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint104" + } + ] + }, + { + "name": "getAndReturnUint112", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint112" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint112" + } + ] + }, + { + "name": "getAndReturnUint120", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint120" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint120" + } + ] + }, + { + "name": "getAndReturnUint128", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint128" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint128" + } + ] + }, + { + "name": "getAndReturnUint136", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint136" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint136" + } + ] + }, + { + "name": "getAndReturnUint144", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint144" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint144" + } + ] + }, + { + "name": "getAndReturnUint152", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint152" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint152" + } + ] + }, + { + "name": "getAndReturnUint160", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint160" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint160" + } + ] + }, + { + "name": "getAndReturnUint168", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint168" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint168" + } + ] + }, + { + "name": "getAndReturnUint176", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint176" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint176" + } + ] + }, + { + "name": "getAndReturnUint184", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint184" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint184" + } + ] + }, + { + "name": "getAndReturnUint192", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint192" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint192" + } + ] + }, + { + "name": "getAndReturnUint200", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint200" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint200" + } + ] + }, + { + "name": "getAndReturnUint208", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint208" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint208" + } + ] + }, + { + "name": "getAndReturnUint216", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint216" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint216" + } + ] + }, + { + "name": "getAndReturnUint224", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint224" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint224" + } + ] + }, + { + "name": "getAndReturnUint232", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint232" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint232" + } + ] + }, + { + "name": "getAndReturnUint240", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint240" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint240" + } + ] + }, + { + "name": "getAndReturnUint248", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint248" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint248" + } + ] + }, + { + "name": "getAndReturnUint256", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint256" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint256" + } + ] + }, + { + "name": "getAndReturnAddressArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "address[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "address[]" + } + ] + }, + { + "name": "getAndReturnStringArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "string[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "string[]" + } + ] + }, + { + "name": "getAndReturnBoolArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bool[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bool[]" + } + ] + }, + { + "name": "getAndReturnByteArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "byte[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "byte[]" + } + ] + }, + { + "name": "getAndReturnBytes1Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes1[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes1[]" + } + ] + }, + { + "name": "getAndReturnBytes32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes32[]" + } + ] + }, + { + "name": "getAndReturnInt8Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int8[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int8[]" + } + ] + }, + { + "name": "getAndReturnInt16Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int16[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int16[]" + } + ] + }, + { + "name": "getAndReturnInt24Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int24[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int24[]" + } + ] + }, + { + "name": "getAndReturnInt32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int32[]" + } + ] + }, + { + "name": "getAndReturnInt40Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int40[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int40[]" + } + ] + }, + { + "name": "getAndReturnInt48Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int48[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int48[]" + } + ] + }, + { + "name": "getAndReturnInt56Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int56[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int56[]" + } + ] + }, + { + "name": "getAndReturnInt64Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int64[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int64[]" + } + ] + }, + { + "name": "getAndReturnInt72Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int72[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int72[]" + } + ] + }, + { + "name": "getAndReturnInt80Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int80[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int80[]" + } + ] + }, + { + "name": "getAndReturnInt88Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int88[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int88[]" + } + ] + }, + { + "name": "getAndReturnInt96Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int96[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int96[]" + } + ] + }, + { + "name": "getAndReturnInt104Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int104[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int104[]" + } + ] + }, + { + "name": "getAndReturnInt112Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int112[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int112[]" + } + ] + }, + { + "name": "getAndReturnInt120Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int120[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int120[]" + } + ] + }, + { + "name": "getAndReturnInt128Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int128[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int128[]" + } + ] + }, + { + "name": "getAndReturnInt136Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int136[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int136[]" + } + ] + }, + { + "name": "getAndReturnInt144Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int144[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int144[]" + } + ] + }, + { + "name": "getAndReturnInt152Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int152[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int152[]" + } + ] + }, + { + "name": "getAndReturnInt160Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int160[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int160[]" + } + ] + }, + { + "name": "getAndReturnInt168Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int168[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int168[]" + } + ] + }, + { + "name": "getAndReturnInt176Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int176[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int176[]" + } + ] + }, + { + "name": "getAndReturnInt184Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int184[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int184[]" + } + ] + }, + { + "name": "getAndReturnInt192Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int192[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int192[]" + } + ] + }, + { + "name": "getAndReturnInt200Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int200[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int200[]" + } + ] + }, + { + "name": "getAndReturnInt208Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int208[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int208[]" + } + ] + }, + { + "name": "getAndReturnInt216Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int216[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int216[]" + } + ] + }, + { + "name": "getAndReturnInt224Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int224[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int224[]" + } + ] + }, + { + "name": "getAndReturnInt232Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int232[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int232[]" + } + ] + }, + { + "name": "getAndReturnInt240Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int240[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int240[]" + } + ] + }, + { + "name": "getAndReturnInt248Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int248[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int248[]" + } + ] + }, + { + "name": "getAndReturnInt256Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int256[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int256[]" + } + ] + }, + { + "name": "getAndReturnUint8Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint8[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint8[]" + } + ] + }, + { + "name": "getAndReturnUint16Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint16[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint16[]" + } + ] + }, + { + "name": "getAndReturnUint24Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint24[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint24[]" + } + ] + }, + { + "name": "getAndReturnUint32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint32[]" + } + ] + }, + { + "name": "getAndReturnUint40Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint40[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint40[]" + } + ] + }, + { + "name": "getAndReturnUint48Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint48[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint48[]" + } + ] + }, + { + "name": "getAndReturnUint56Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint56[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint56[]" + } + ] + }, + { + "name": "getAndReturnUint64Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint64[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint64[]" + } + ] + }, + { + "name": "getAndReturnUint72Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint72[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint72[]" + } + ] + }, + { + "name": "getAndReturnUint80Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint80[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint80[]" + } + ] + }, + { + "name": "getAndReturnUint88Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint88[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint88[]" + } + ] + }, + { + "name": "getAndReturnUint96Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint96[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint96[]" + } + ] + }, + { + "name": "getAndReturnUint104Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint104[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint104[]" + } + ] + }, + { + "name": "getAndReturnUint112Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint112[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint112[]" + } + ] + }, + { + "name": "getAndReturnUint120Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint120[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint120[]" + } + ] + }, + { + "name": "getAndReturnUint128Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint128[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint128[]" + } + ] + }, + { + "name": "getAndReturnUint136Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint136[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint136[]" + } + ] + }, + { + "name": "getAndReturnUint144Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint144[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint144[]" + } + ] + }, + { + "name": "getAndReturnUint152Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint152[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint152[]" + } + ] + }, + { + "name": "getAndReturnUint160Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint160[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint160[]" + } + ] + }, + { + "name": "getAndReturnUint168Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint168[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint168[]" + } + ] + }, + { + "name": "getAndReturnUint176Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint176[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint176[]" + } + ] + }, + { + "name": "getAndReturnUint184Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint184[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint184[]" + } + ] + }, + { + "name": "getAndReturnUint192Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint192[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint192[]" + } + ] + }, + { + "name": "getAndReturnUint200Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint200[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint200[]" + } + ] + }, + { + "name": "getAndReturnUint208Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint208[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint208[]" + } + ] + }, + { + "name": "getAndReturnUint216Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint216[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint216[]" + } + ] + }, + { + "name": "getAndReturnUint224Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint224[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint224[]" + } + ] + }, + { + "name": "getAndReturnUint232Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint232[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint232[]" + } + ] + }, + { + "name": "getAndReturnUint240Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint240[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint240[]" + } + ] + }, + { + "name": "getAndReturnUint248Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint248[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint248[]" + } + ] + }, + { + "name": "getAndReturnUint256Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint256[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint256[]" + } + ] + } +] diff --git a/registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json b/registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json new file mode 100644 index 0000000..7131b91 --- /dev/null +++ b/registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json @@ -0,0 +1,2388 @@ +[ + { + "anonymous": false, + "inputs": [{ "indexed": true, "name": "exampleParam", "type": "string" }], + "name": "ExampleEvent", + "type": "event" + }, + { + "name": "getAndReturnAddress", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "address" + } + ], + "outputs": [ + { + "name": "x", + "type": "address" + } + ] + }, + { + "name": "getAndReturnString", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "string" + } + ], + "outputs": [ + { + "name": "x", + "type": "string" + } + ] + }, + { + "name": "getAndReturnBool", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bool" + } + ], + "outputs": [ + { + "name": "x", + "type": "bool" + } + ] + }, + { + "name": "getAndReturnByte", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "byte" + } + ], + "outputs": [ + { + "name": "x", + "type": "byte" + } + ] + }, + { + "name": "getAndReturnBytes1", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes1" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes1" + } + ] + }, + { + "name": "getAndReturnBytes32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes32" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes32" + } + ] + }, + { + "name": "getAndReturnInt8", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int8" + } + ], + "outputs": [ + { + "name": "x", + "type": "int8" + } + ] + }, + { + "name": "getAndReturnInt16", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int16" + } + ], + "outputs": [ + { + "name": "x", + "type": "int16" + } + ] + }, + { + "name": "getAndReturnInt24", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int24" + } + ], + "outputs": [ + { + "name": "x", + "type": "int24" + } + ] + }, + { + "name": "getAndReturnInt32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int32" + } + ], + "outputs": [ + { + "name": "x", + "type": "int32" + } + ] + }, + { + "name": "getAndReturnInt40", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int40" + } + ], + "outputs": [ + { + "name": "x", + "type": "int40" + } + ] + }, + { + "name": "getAndReturnInt48", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int48" + } + ], + "outputs": [ + { + "name": "x", + "type": "int48" + } + ] + }, + { + "name": "getAndReturnInt56", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int56" + } + ], + "outputs": [ + { + "name": "x", + "type": "int56" + } + ] + }, + { + "name": "getAndReturnInt64", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int64" + } + ], + "outputs": [ + { + "name": "x", + "type": "int64" + } + ] + }, + { + "name": "getAndReturnInt72", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int72" + } + ], + "outputs": [ + { + "name": "x", + "type": "int72" + } + ] + }, + { + "name": "getAndReturnInt80", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int80" + } + ], + "outputs": [ + { + "name": "x", + "type": "int80" + } + ] + }, + { + "name": "getAndReturnInt88", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int88" + } + ], + "outputs": [ + { + "name": "x", + "type": "int88" + } + ] + }, + { + "name": "getAndReturnInt96", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int96" + } + ], + "outputs": [ + { + "name": "x", + "type": "int96" + } + ] + }, + { + "name": "getAndReturnInt104", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int104" + } + ], + "outputs": [ + { + "name": "x", + "type": "int104" + } + ] + }, + { + "name": "getAndReturnInt112", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int112" + } + ], + "outputs": [ + { + "name": "x", + "type": "int112" + } + ] + }, + { + "name": "getAndReturnInt120", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int120" + } + ], + "outputs": [ + { + "name": "x", + "type": "int120" + } + ] + }, + { + "name": "getAndReturnInt128", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int128" + } + ], + "outputs": [ + { + "name": "x", + "type": "int128" + } + ] + }, + { + "name": "getAndReturnInt136", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int136" + } + ], + "outputs": [ + { + "name": "x", + "type": "int136" + } + ] + }, + { + "name": "getAndReturnInt144", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int144" + } + ], + "outputs": [ + { + "name": "x", + "type": "int144" + } + ] + }, + { + "name": "getAndReturnInt152", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int152" + } + ], + "outputs": [ + { + "name": "x", + "type": "int152" + } + ] + }, + { + "name": "getAndReturnInt160", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int160" + } + ], + "outputs": [ + { + "name": "x", + "type": "int160" + } + ] + }, + { + "name": "getAndReturnInt168", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int168" + } + ], + "outputs": [ + { + "name": "x", + "type": "int168" + } + ] + }, + { + "name": "getAndReturnInt176", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int176" + } + ], + "outputs": [ + { + "name": "x", + "type": "int176" + } + ] + }, + { + "name": "getAndReturnInt184", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int184" + } + ], + "outputs": [ + { + "name": "x", + "type": "int184" + } + ] + }, + { + "name": "getAndReturnInt192", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int192" + } + ], + "outputs": [ + { + "name": "x", + "type": "int192" + } + ] + }, + { + "name": "getAndReturnInt200", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int200" + } + ], + "outputs": [ + { + "name": "x", + "type": "int200" + } + ] + }, + { + "name": "getAndReturnInt208", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int208" + } + ], + "outputs": [ + { + "name": "x", + "type": "int208" + } + ] + }, + { + "name": "getAndReturnInt216", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int216" + } + ], + "outputs": [ + { + "name": "x", + "type": "int216" + } + ] + }, + { + "name": "getAndReturnInt224", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int224" + } + ], + "outputs": [ + { + "name": "x", + "type": "int224" + } + ] + }, + { + "name": "getAndReturnInt232", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int232" + } + ], + "outputs": [ + { + "name": "x", + "type": "int232" + } + ] + }, + { + "name": "getAndReturnInt240", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int240" + } + ], + "outputs": [ + { + "name": "x", + "type": "int240" + } + ] + }, + { + "name": "getAndReturnInt248", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int248" + } + ], + "outputs": [ + { + "name": "x", + "type": "int248" + } + ] + }, + { + "name": "getAndReturnInt256", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int256" + } + ], + "outputs": [ + { + "name": "x", + "type": "int256" + } + ] + }, + { + "name": "getAndReturnUint8", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint8" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint8" + } + ] + }, + { + "name": "getAndReturnUint16", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint16" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint16" + } + ] + }, + { + "name": "getAndReturnUint24", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint24" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint24" + } + ] + }, + { + "name": "getAndReturnUint32", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint32" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint32" + } + ] + }, + { + "name": "getAndReturnUint40", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint40" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint40" + } + ] + }, + { + "name": "getAndReturnUint48", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint48" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint48" + } + ] + }, + { + "name": "getAndReturnUint56", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint56" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint56" + } + ] + }, + { + "name": "getAndReturnUint64", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint64" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint64" + } + ] + }, + { + "name": "getAndReturnUint72", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint72" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint72" + } + ] + }, + { + "name": "getAndReturnUint80", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint80" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint80" + } + ] + }, + { + "name": "getAndReturnUint88", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint88" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint88" + } + ] + }, + { + "name": "getAndReturnUint96", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint96" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint96" + } + ] + }, + { + "name": "getAndReturnUint104", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint104" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint104" + } + ] + }, + { + "name": "getAndReturnUint112", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint112" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint112" + } + ] + }, + { + "name": "getAndReturnUint120", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint120" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint120" + } + ] + }, + { + "name": "getAndReturnUint128", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint128" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint128" + } + ] + }, + { + "name": "getAndReturnUint136", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint136" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint136" + } + ] + }, + { + "name": "getAndReturnUint144", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint144" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint144" + } + ] + }, + { + "name": "getAndReturnUint152", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint152" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint152" + } + ] + }, + { + "name": "getAndReturnUint160", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint160" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint160" + } + ] + }, + { + "name": "getAndReturnUint168", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint168" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint168" + } + ] + }, + { + "name": "getAndReturnUint176", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint176" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint176" + } + ] + }, + { + "name": "getAndReturnUint184", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint184" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint184" + } + ] + }, + { + "name": "getAndReturnUint192", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint192" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint192" + } + ] + }, + { + "name": "getAndReturnUint200", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint200" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint200" + } + ] + }, + { + "name": "getAndReturnUint208", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint208" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint208" + } + ] + }, + { + "name": "getAndReturnUint216", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint216" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint216" + } + ] + }, + { + "name": "getAndReturnUint224", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint224" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint224" + } + ] + }, + { + "name": "getAndReturnUint232", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint232" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint232" + } + ] + }, + { + "name": "getAndReturnUint240", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint240" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint240" + } + ] + }, + { + "name": "getAndReturnUint248", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint248" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint248" + } + ] + }, + { + "name": "getAndReturnUint256", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint256" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint256" + } + ] + }, + { + "name": "getAndReturnAddressArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "address[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "address[]" + } + ] + }, + { + "name": "getAndReturnStringArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "string[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "string[]" + } + ] + }, + { + "name": "getAndReturnBoolArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bool[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bool[]" + } + ] + }, + { + "name": "getAndReturnByteArray", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "byte[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "byte[]" + } + ] + }, + { + "name": "getAndReturnBytes1Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes1[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes1[]" + } + ] + }, + { + "name": "getAndReturnBytes32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "bytes32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "bytes32[]" + } + ] + }, + { + "name": "getAndReturnInt8Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int8[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int8[]" + } + ] + }, + { + "name": "getAndReturnInt16Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int16[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int16[]" + } + ] + }, + { + "name": "getAndReturnInt24Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int24[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int24[]" + } + ] + }, + { + "name": "getAndReturnInt32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int32[]" + } + ] + }, + { + "name": "getAndReturnInt40Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int40[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int40[]" + } + ] + }, + { + "name": "getAndReturnInt48Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int48[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int48[]" + } + ] + }, + { + "name": "getAndReturnInt56Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int56[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int56[]" + } + ] + }, + { + "name": "getAndReturnInt64Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int64[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int64[]" + } + ] + }, + { + "name": "getAndReturnInt72Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int72[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int72[]" + } + ] + }, + { + "name": "getAndReturnInt80Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int80[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int80[]" + } + ] + }, + { + "name": "getAndReturnInt88Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int88[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int88[]" + } + ] + }, + { + "name": "getAndReturnInt96Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int96[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int96[]" + } + ] + }, + { + "name": "getAndReturnInt104Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int104[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int104[]" + } + ] + }, + { + "name": "getAndReturnInt112Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int112[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int112[]" + } + ] + }, + { + "name": "getAndReturnInt120Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int120[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int120[]" + } + ] + }, + { + "name": "getAndReturnInt128Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int128[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int128[]" + } + ] + }, + { + "name": "getAndReturnInt136Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int136[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int136[]" + } + ] + }, + { + "name": "getAndReturnInt144Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int144[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int144[]" + } + ] + }, + { + "name": "getAndReturnInt152Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int152[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int152[]" + } + ] + }, + { + "name": "getAndReturnInt160Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int160[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int160[]" + } + ] + }, + { + "name": "getAndReturnInt168Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int168[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int168[]" + } + ] + }, + { + "name": "getAndReturnInt176Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int176[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int176[]" + } + ] + }, + { + "name": "getAndReturnInt184Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int184[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int184[]" + } + ] + }, + { + "name": "getAndReturnInt192Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int192[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int192[]" + } + ] + }, + { + "name": "getAndReturnInt200Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int200[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int200[]" + } + ] + }, + { + "name": "getAndReturnInt208Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int208[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int208[]" + } + ] + }, + { + "name": "getAndReturnInt216Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int216[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int216[]" + } + ] + }, + { + "name": "getAndReturnInt224Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int224[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int224[]" + } + ] + }, + { + "name": "getAndReturnInt232Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int232[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int232[]" + } + ] + }, + { + "name": "getAndReturnInt240Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int240[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int240[]" + } + ] + }, + { + "name": "getAndReturnInt248Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int248[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int248[]" + } + ] + }, + { + "name": "getAndReturnInt256Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "int256[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "int256[]" + } + ] + }, + { + "name": "getAndReturnUint8Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint8[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint8[]" + } + ] + }, + { + "name": "getAndReturnUint16Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint16[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint16[]" + } + ] + }, + { + "name": "getAndReturnUint24Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint24[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint24[]" + } + ] + }, + { + "name": "getAndReturnUint32Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint32[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint32[]" + } + ] + }, + { + "name": "getAndReturnUint40Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint40[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint40[]" + } + ] + }, + { + "name": "getAndReturnUint48Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint48[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint48[]" + } + ] + }, + { + "name": "getAndReturnUint56Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint56[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint56[]" + } + ] + }, + { + "name": "getAndReturnUint64Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint64[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint64[]" + } + ] + }, + { + "name": "getAndReturnUint72Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint72[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint72[]" + } + ] + }, + { + "name": "getAndReturnUint80Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint80[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint80[]" + } + ] + }, + { + "name": "getAndReturnUint88Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint88[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint88[]" + } + ] + }, + { + "name": "getAndReturnUint96Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint96[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint96[]" + } + ] + }, + { + "name": "getAndReturnUint104Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint104[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint104[]" + } + ] + }, + { + "name": "getAndReturnUint112Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint112[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint112[]" + } + ] + }, + { + "name": "getAndReturnUint120Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint120[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint120[]" + } + ] + }, + { + "name": "getAndReturnUint128Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint128[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint128[]" + } + ] + }, + { + "name": "getAndReturnUint136Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint136[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint136[]" + } + ] + }, + { + "name": "getAndReturnUint144Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint144[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint144[]" + } + ] + }, + { + "name": "getAndReturnUint152Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint152[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint152[]" + } + ] + }, + { + "name": "getAndReturnUint160Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint160[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint160[]" + } + ] + }, + { + "name": "getAndReturnUint168Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint168[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint168[]" + } + ] + }, + { + "name": "getAndReturnUint176Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint176[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint176[]" + } + ] + }, + { + "name": "getAndReturnUint184Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint184[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint184[]" + } + ] + }, + { + "name": "getAndReturnUint192Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint192[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint192[]" + } + ] + }, + { + "name": "getAndReturnUint200Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint200[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint200[]" + } + ] + }, + { + "name": "getAndReturnUint208Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint208[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint208[]" + } + ] + }, + { + "name": "getAndReturnUint216Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint216[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint216[]" + } + ] + }, + { + "name": "getAndReturnUint224Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint224[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint224[]" + } + ] + }, + { + "name": "getAndReturnUint232Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint232[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint232[]" + } + ] + }, + { + "name": "getAndReturnUint240Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint240[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint240[]" + } + ] + }, + { + "name": "getAndReturnUint248Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint248[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint248[]" + } + ] + }, + { + "name": "getAndReturnUint256Array", + "type": "function", + "stateMutability": "view", + "inputs": [ + { + "name": "x", + "type": "uint256[]" + } + ], + "outputs": [ + { + "name": "x", + "type": "uint256[]" + } + ] + } +] diff --git a/registry-subgraph/ow_subgraph/dist/schema.graphql b/registry-subgraph/ow_subgraph/dist/schema.graphql new file mode 100644 index 0000000..f72b1bc --- /dev/null +++ b/registry-subgraph/ow_subgraph/dist/schema.graphql @@ -0,0 +1,37 @@ +type ExampleEntity @entity { + id: ID! + + optionalBoolean: Boolean + requiredBoolean: Boolean! + optionalBooleanList: [Boolean!] + requiredBooleanList: [Boolean!]! + + optionalString: String + requiredString: String! + optionalStringList: [String!] + requiredStringList: [String!]! + + optionalBytes: Bytes + requiredBytes: Bytes! + optionalBytesList: [Bytes!] + requiredBytesList: [Bytes!]! + + optionalInt: Int + requiredInt: Int! + optionalIntList: [Int!] + requiredIntList: [Int!]! + + optionalBigInt: BigInt + requiredBigInt: BigInt! + optionalBigIntList: [BigInt!] + requiredBigIntList: [BigInt!]! + + optionalReference: OtherEntity + requiredReference: OtherEntity! + optionalReferenceList: [OtherEntity!] + requiredReferenceList: [OtherEntity!]! +} + +type OtherEntity @entity { + id: ID! +} diff --git a/registry-subgraph/ow_subgraph/dist/subgraph.yaml b/registry-subgraph/ow_subgraph/dist/subgraph.yaml new file mode 100644 index 0000000..e6402ad --- /dev/null +++ b/registry-subgraph/ow_subgraph/dist/subgraph.yaml @@ -0,0 +1,26 @@ +specVersion: 0.0.5 +description: example of a subgraph +repository: 'https://github.com/graphprotocol/graph-cli.git' +schema: + file: schema.graphql +dataSources: + - kind: ethereum/contract + name: ExampleSubgraph + network: mainnet + source: + address: '0x22843e74c59580b3eaf6c233fa67d8b7c561a835' + abi: ExampleContract + mapping: + kind: ethereum/events + apiVersion: 0.0.7 + language: wasm/assemblyscript + file: ExampleSubgraph/ExampleSubgraph.wasm + entities: + - ExampleEntity + - OtherEntity + abis: + - name: ExampleContract + file: ExampleSubgraph/abis/ExampleContract.json + eventHandlers: + - event: ExampleEvent(indexed string) + handler: handleExampleEvent diff --git a/registry-subgraph/ow_subgraph/networks.json b/registry-subgraph/ow_subgraph/networks.json new file mode 100644 index 0000000..ad3eb12 --- /dev/null +++ b/registry-subgraph/ow_subgraph/networks.json @@ -0,0 +1,7 @@ +{ + "mainnet": { + "ExampleSubgraph": { + "address": "0x22843e74c59580b3eaf6c233fa67d8b7c561a835" + } + } +} \ No newline at end of file diff --git a/registry-subgraph/ow_subgraph/package.json b/registry-subgraph/ow_subgraph/package.json new file mode 100644 index 0000000..83bc2eb --- /dev/null +++ b/registry-subgraph/ow_subgraph/package.json @@ -0,0 +1,13 @@ +{ + "name": "ow_subgraph", + "private": true, + "scripts": { + "build": "../../packages/cli/bin/run build subgraph.yaml", + "build-ipfs": "../../packages/cli/bin/run build --ipfs /ip4/127.0.0.1/tcp/5001 subgraph.yaml", + "build-wast": "../../packages/cli/bin/run build -t wast subgraph.yaml", + "codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml" + }, + "devDependencies": { + "@graphprotocol/graph-ts": "0.35.1" + } +} \ No newline at end of file diff --git a/registry-subgraph/ow_subgraph/schema.graphql b/registry-subgraph/ow_subgraph/schema.graphql new file mode 100644 index 0000000..f72b1bc --- /dev/null +++ b/registry-subgraph/ow_subgraph/schema.graphql @@ -0,0 +1,37 @@ +type ExampleEntity @entity { + id: ID! + + optionalBoolean: Boolean + requiredBoolean: Boolean! + optionalBooleanList: [Boolean!] + requiredBooleanList: [Boolean!]! + + optionalString: String + requiredString: String! + optionalStringList: [String!] + requiredStringList: [String!]! + + optionalBytes: Bytes + requiredBytes: Bytes! + optionalBytesList: [Bytes!] + requiredBytesList: [Bytes!]! + + optionalInt: Int + requiredInt: Int! + optionalIntList: [Int!] + requiredIntList: [Int!]! + + optionalBigInt: BigInt + requiredBigInt: BigInt! + optionalBigIntList: [BigInt!] + requiredBigIntList: [BigInt!]! + + optionalReference: OtherEntity + requiredReference: OtherEntity! + optionalReferenceList: [OtherEntity!] + requiredReferenceList: [OtherEntity!]! +} + +type OtherEntity @entity { + id: ID! +} diff --git a/registry-subgraph/ow_subgraph/src/mapping.ts b/registry-subgraph/ow_subgraph/src/mapping.ts new file mode 100644 index 0000000..07a25f7 --- /dev/null +++ b/registry-subgraph/ow_subgraph/src/mapping.ts @@ -0,0 +1,272 @@ +import { Address, BigInt, Bytes, log, store } from '@graphprotocol/graph-ts'; +import { ExampleContract, ExampleEvent } from './types/ExampleSubgraph/ExampleContract'; +import { ExampleEntity } from './types/schema'; + +export function handleExampleEvent(event: ExampleEvent): void { + const entity = new ExampleEntity('example id'); + + // Entity field access + + entity.optionalBoolean = true; + entity.optionalBoolean = false; + entity.optionalBooleanList = [true, false]; + entity.optionalBooleanList = null; + + const optionalBoolean: boolean = entity.optionalBoolean; + const optionalBooleanList: Array | null = entity.optionalBooleanList; + + entity.requiredBoolean = true; + entity.requiredBoolean = false; + entity.requiredBooleanList = [true, false]; + + const requiredBoolean: boolean = entity.requiredBoolean; + const requiredBooleanList: Array = entity.requiredBooleanList; + + entity.optionalString = 'hello'; + entity.optionalString = null; + entity.optionalStringList = ['hello', 'world']; + entity.optionalStringList = null; + + const optionalString: string | null = entity.optionalString; + const optionalStringList: Array | null = entity.optionalStringList; + + entity.requiredString = 'hello'; + entity.requiredStringList = ['hello', 'world']; + + const requiredString: string = entity.requiredString; + const requiredStringList: Array = entity.requiredStringList; + + entity.optionalInt = 128; + entity.optionalInt = -500; + entity.optionalInt = null; + entity.optionalIntList = [128, -500]; + entity.optionalIntList = null; + + const optionalInt: i32 = entity.optionalInt; + const optionalIntList: Array | null = entity.optionalIntList; + + entity.requiredInt = 128; + entity.requiredInt = -500; + entity.requiredIntList = [128, -500]; + + const requiredInt: i32 = entity.requiredInt; + const requiredIntList: Array = entity.requiredIntList; + + entity.optionalBigInt = new BigInt(0); + entity.optionalBigInt = null; + entity.optionalBigIntList = [new BigInt(0), new BigInt(0)]; + entity.optionalBigIntList = null; + + const optionalBigInt: BigInt | null = entity.optionalBigInt; + const optionalBigIntList: Array | null = entity.optionalBigIntList; + + entity.requiredBigInt = new BigInt(0); + entity.requiredBigIntList = [new BigInt(0), new BigInt(0)]; + + const requiredBigInt: BigInt = entity.requiredBigInt; + const requiredBigIntList: Array = entity.requiredBigIntList; + + entity.optionalBytes = new Bytes(0); + entity.optionalBytes = null; + entity.optionalBytesList = [new Bytes(0), new Bytes(0)]; + entity.optionalBytesList = null; + + const optionalBytes: Bytes | null = entity.optionalBytes; + const optionalBytesList: Array | null = entity.optionalBytesList; + + entity.requiredBytes = new Bytes(0); + entity.requiredBytesList = [new Bytes(0), new Bytes(0)]; + + const requiredBytes: Bytes = entity.requiredBytes; + const requiredBytesList: Array = entity.requiredBytesList; + + entity.optionalReference = 'some-id'; + entity.optionalReference = null; + entity.optionalReferenceList = ['some-id', 'other-id']; + entity.optionalReferenceList = null; + + const optionalReference: string | null = entity.optionalReference; + const optionalReferenceList: Array | null = entity.optionalReferenceList; + + entity.requiredReference = 'some-id'; + entity.requiredReferenceList = ['some-id', 'other-id']; + + const requiredReference: string = entity.requiredReference; + const requiredReferenceList: Array = entity.requiredReferenceList; + + // Smart contract calls + + const contract = ExampleContract.bind(event.address); + entity.requiredBytes = contract.getAndReturnAddress(entity.requiredBytes as Address); + entity.requiredString = contract.getAndReturnString(entity.requiredString); + entity.requiredBoolean = contract.getAndReturnBool(entity.requiredBoolean); + entity.requiredBytes = contract.getAndReturnByte(entity.requiredBytes); + entity.requiredBytes = contract.getAndReturnBytes1(entity.requiredBytes); + entity.requiredBytes = contract.getAndReturnBytes32(entity.requiredBytes); + entity.requiredInt = contract.getAndReturnInt8(entity.requiredInt); + entity.requiredInt = contract.getAndReturnInt16(entity.requiredInt); + entity.requiredInt = contract.getAndReturnInt24(entity.requiredInt); + entity.requiredInt = contract.getAndReturnInt32(entity.requiredInt); + entity.requiredBigInt = contract.getAndReturnInt40(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt56(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt64(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt72(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt80(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt88(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt96(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt104(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt112(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt120(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt128(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt136(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt144(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt152(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt160(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt168(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt176(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt184(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt192(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt200(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt200(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt208(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt216(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt224(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt232(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt240(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt248(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnInt256(entity.requiredBigInt); + entity.requiredInt = contract.getAndReturnUint8(entity.requiredInt); + entity.requiredInt = contract.getAndReturnUint16(entity.requiredInt); + entity.requiredInt = contract.getAndReturnUint24(entity.requiredInt); + entity.requiredBigInt = contract.getAndReturnUint32(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint40(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint56(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint64(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint72(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint80(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint88(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint96(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint104(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint112(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint120(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint128(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint136(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint144(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint152(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint160(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint168(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint176(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint184(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint192(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint200(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint200(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint208(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint216(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint224(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint232(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint240(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint248(entity.requiredBigInt); + entity.requiredBigInt = contract.getAndReturnUint256(entity.requiredBigInt); + + const addrArray: Array
= contract.getAndReturnAddressArray([ + new Address(0), + new Address(0), + ]); + entity.requiredStringList = contract.getAndReturnStringArray(entity.requiredStringList); + entity.requiredBooleanList = contract.getAndReturnBoolArray(entity.requiredBooleanList); + entity.requiredBytesList = contract.getAndReturnByteArray(entity.requiredBytesList); + entity.requiredBytesList = contract.getAndReturnBytes1Array(entity.requiredBytesList); + entity.requiredBytesList = contract.getAndReturnBytes32Array(entity.requiredBytesList); + entity.requiredIntList = contract.getAndReturnInt8Array(entity.requiredIntList); + entity.requiredIntList = contract.getAndReturnInt16Array(entity.requiredIntList); + entity.requiredIntList = contract.getAndReturnInt24Array(entity.requiredIntList); + contract.getAndReturnInt32Array(entity.requiredIntList); + entity.requiredBigIntList = contract.getAndReturnInt40Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt56Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt64Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt72Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt80Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt88Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt96Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt104Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt112Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt120Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt128Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt136Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt144Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt152Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt160Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt168Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt176Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt184Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt192Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt200Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt200Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt208Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt216Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt224Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt232Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt240Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt248Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnInt256Array(entity.requiredBigIntList); + const u8Array: Array = contract.getAndReturnUint8Array([1 as i32, 100 as i32]); + const u16Array: Array = contract.getAndReturnUint16Array([1 as i32, 100 as i32]); + const u24Array: Array = contract.getAndReturnUint24Array([1 as i32, 100 as i32]); + const u32Array: Array = contract.getAndReturnUint32Array([new BigInt(0), new BigInt(0)]); + entity.requiredBigIntList = contract.getAndReturnUint40Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint56Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint64Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint72Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint80Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint88Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint96Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint104Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint112Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint120Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint128Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint136Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint144Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint152Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint160Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint168Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint176Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint184Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint192Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint200Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint200Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint208Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint216Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint224Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint232Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint240Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint248Array(entity.requiredBigIntList); + entity.requiredBigIntList = contract.getAndReturnUint256Array(entity.requiredBigIntList); + + // Store access + + store.set('ExampleEntity', 'example id', entity); + store.get('ExampleEntity', 'example id'); + store.remove('ExampleEntity', 'example id'); + + // Entity load and save (using the store behind the scenes) + entity.save(); + let other = ExampleEntity.load('other example id'); + if (other == null) { + other = new ExampleEntity('other example id'); + } + other.save(); + + // BigInt math + const bigIntPlus = entity.requiredBigInt + entity.requiredBigInt; + const bigIntMinus = entity.requiredBigInt - entity.requiredBigInt; + const bigIntTimes = entity.requiredBigInt * entity.requiredBigInt; + const bigIntDividedBy = entity.requiredBigInt / entity.requiredBigInt; + const bigIntMod = entity.requiredBigInt % entity.requiredBigInt; + + // Logging + log.debug('Hello {}', ['World']); + log.info('Hello {}', ['World']); + log.warning('Hello {}', ['World']); + log.error('Hello {}', ['World']); + log.critical('Hello {}', ['World']); +} diff --git a/registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts b/registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts new file mode 100644 index 0000000..b851c37 --- /dev/null +++ b/registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts @@ -0,0 +1,2939 @@ +// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. + +import { + Address, + BigInt, + Bytes, + Entity, + ethereum, + JSONValue, + TypedMap, +} from '@graphprotocol/graph-ts'; + +export class ExampleEvent extends ethereum.Event { + get params(): ExampleEvent__Params { + return new ExampleEvent__Params(this); + } +} + +export class ExampleEvent__Params { + _event: ExampleEvent; + + constructor(event: ExampleEvent) { + this._event = event; + } + + get exampleParam(): Bytes { + return this._event.parameters[0].value.toBytes(); + } +} + +export class ExampleContract extends ethereum.SmartContract { + static bind(address: Address): ExampleContract { + return new ExampleContract('ExampleContract', address); + } + + getAndReturnAddress(x: Address): Address { + let result = super.call('getAndReturnAddress', 'getAndReturnAddress(address):(address)', [ + ethereum.Value.fromAddress(x), + ]); + + return result[0].toAddress(); + } + + try_getAndReturnAddress(x: Address): ethereum.CallResult
{ + let result = super.tryCall('getAndReturnAddress', 'getAndReturnAddress(address):(address)', [ + ethereum.Value.fromAddress(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toAddress()); + } + + getAndReturnString(x: string): string { + let result = super.call('getAndReturnString', 'getAndReturnString(string):(string)', [ + ethereum.Value.fromString(x), + ]); + + return result[0].toString(); + } + + try_getAndReturnString(x: string): ethereum.CallResult { + let result = super.tryCall('getAndReturnString', 'getAndReturnString(string):(string)', [ + ethereum.Value.fromString(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toString()); + } + + getAndReturnBool(x: boolean): boolean { + let result = super.call('getAndReturnBool', 'getAndReturnBool(bool):(bool)', [ + ethereum.Value.fromBoolean(x), + ]); + + return result[0].toBoolean(); + } + + try_getAndReturnBool(x: boolean): ethereum.CallResult { + let result = super.tryCall('getAndReturnBool', 'getAndReturnBool(bool):(bool)', [ + ethereum.Value.fromBoolean(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBoolean()); + } + + getAndReturnByte(x: Bytes): Bytes { + let result = super.call('getAndReturnByte', 'getAndReturnByte(byte):(byte)', [ + ethereum.Value.fromFixedBytes(x), + ]); + + return result[0].toBytes(); + } + + try_getAndReturnByte(x: Bytes): ethereum.CallResult { + let result = super.tryCall('getAndReturnByte', 'getAndReturnByte(byte):(byte)', [ + ethereum.Value.fromFixedBytes(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytes()); + } + + getAndReturnBytes1(x: Bytes): Bytes { + let result = super.call('getAndReturnBytes1', 'getAndReturnBytes1(bytes1):(bytes1)', [ + ethereum.Value.fromFixedBytes(x), + ]); + + return result[0].toBytes(); + } + + try_getAndReturnBytes1(x: Bytes): ethereum.CallResult { + let result = super.tryCall('getAndReturnBytes1', 'getAndReturnBytes1(bytes1):(bytes1)', [ + ethereum.Value.fromFixedBytes(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytes()); + } + + getAndReturnBytes32(x: Bytes): Bytes { + let result = super.call('getAndReturnBytes32', 'getAndReturnBytes32(bytes32):(bytes32)', [ + ethereum.Value.fromFixedBytes(x), + ]); + + return result[0].toBytes(); + } + + try_getAndReturnBytes32(x: Bytes): ethereum.CallResult { + let result = super.tryCall('getAndReturnBytes32', 'getAndReturnBytes32(bytes32):(bytes32)', [ + ethereum.Value.fromFixedBytes(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytes()); + } + + getAndReturnInt8(x: i32): i32 { + let result = super.call('getAndReturnInt8', 'getAndReturnInt8(int8):(int8)', [ + ethereum.Value.fromI32(x), + ]); + + return result[0].toI32(); + } + + try_getAndReturnInt8(x: i32): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt8', 'getAndReturnInt8(int8):(int8)', [ + ethereum.Value.fromI32(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32()); + } + + getAndReturnInt16(x: i32): i32 { + let result = super.call('getAndReturnInt16', 'getAndReturnInt16(int16):(int16)', [ + ethereum.Value.fromI32(x), + ]); + + return result[0].toI32(); + } + + try_getAndReturnInt16(x: i32): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt16', 'getAndReturnInt16(int16):(int16)', [ + ethereum.Value.fromI32(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32()); + } + + getAndReturnInt24(x: i32): i32 { + let result = super.call('getAndReturnInt24', 'getAndReturnInt24(int24):(int24)', [ + ethereum.Value.fromI32(x), + ]); + + return result[0].toI32(); + } + + try_getAndReturnInt24(x: i32): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt24', 'getAndReturnInt24(int24):(int24)', [ + ethereum.Value.fromI32(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32()); + } + + getAndReturnInt32(x: i32): i32 { + let result = super.call('getAndReturnInt32', 'getAndReturnInt32(int32):(int32)', [ + ethereum.Value.fromI32(x), + ]); + + return result[0].toI32(); + } + + try_getAndReturnInt32(x: i32): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt32', 'getAndReturnInt32(int32):(int32)', [ + ethereum.Value.fromI32(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32()); + } + + getAndReturnInt40(x: BigInt): BigInt { + let result = super.call('getAndReturnInt40', 'getAndReturnInt40(int40):(int40)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt40(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt40', 'getAndReturnInt40(int40):(int40)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt48(x: BigInt): BigInt { + let result = super.call('getAndReturnInt48', 'getAndReturnInt48(int48):(int48)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt48(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt48', 'getAndReturnInt48(int48):(int48)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt56(x: BigInt): BigInt { + let result = super.call('getAndReturnInt56', 'getAndReturnInt56(int56):(int56)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt56(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt56', 'getAndReturnInt56(int56):(int56)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt64(x: BigInt): BigInt { + let result = super.call('getAndReturnInt64', 'getAndReturnInt64(int64):(int64)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt64(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt64', 'getAndReturnInt64(int64):(int64)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt72(x: BigInt): BigInt { + let result = super.call('getAndReturnInt72', 'getAndReturnInt72(int72):(int72)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt72(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt72', 'getAndReturnInt72(int72):(int72)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt80(x: BigInt): BigInt { + let result = super.call('getAndReturnInt80', 'getAndReturnInt80(int80):(int80)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt80(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt80', 'getAndReturnInt80(int80):(int80)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt88(x: BigInt): BigInt { + let result = super.call('getAndReturnInt88', 'getAndReturnInt88(int88):(int88)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt88(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt88', 'getAndReturnInt88(int88):(int88)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt96(x: BigInt): BigInt { + let result = super.call('getAndReturnInt96', 'getAndReturnInt96(int96):(int96)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt96(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt96', 'getAndReturnInt96(int96):(int96)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt104(x: BigInt): BigInt { + let result = super.call('getAndReturnInt104', 'getAndReturnInt104(int104):(int104)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt104(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt104', 'getAndReturnInt104(int104):(int104)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt112(x: BigInt): BigInt { + let result = super.call('getAndReturnInt112', 'getAndReturnInt112(int112):(int112)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt112(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt112', 'getAndReturnInt112(int112):(int112)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt120(x: BigInt): BigInt { + let result = super.call('getAndReturnInt120', 'getAndReturnInt120(int120):(int120)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt120(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt120', 'getAndReturnInt120(int120):(int120)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt128(x: BigInt): BigInt { + let result = super.call('getAndReturnInt128', 'getAndReturnInt128(int128):(int128)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt128(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt128', 'getAndReturnInt128(int128):(int128)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt136(x: BigInt): BigInt { + let result = super.call('getAndReturnInt136', 'getAndReturnInt136(int136):(int136)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt136(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt136', 'getAndReturnInt136(int136):(int136)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt144(x: BigInt): BigInt { + let result = super.call('getAndReturnInt144', 'getAndReturnInt144(int144):(int144)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt144(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt144', 'getAndReturnInt144(int144):(int144)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt152(x: BigInt): BigInt { + let result = super.call('getAndReturnInt152', 'getAndReturnInt152(int152):(int152)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt152(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt152', 'getAndReturnInt152(int152):(int152)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt160(x: BigInt): BigInt { + let result = super.call('getAndReturnInt160', 'getAndReturnInt160(int160):(int160)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt160(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt160', 'getAndReturnInt160(int160):(int160)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt168(x: BigInt): BigInt { + let result = super.call('getAndReturnInt168', 'getAndReturnInt168(int168):(int168)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt168(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt168', 'getAndReturnInt168(int168):(int168)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt176(x: BigInt): BigInt { + let result = super.call('getAndReturnInt176', 'getAndReturnInt176(int176):(int176)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt176(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt176', 'getAndReturnInt176(int176):(int176)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt184(x: BigInt): BigInt { + let result = super.call('getAndReturnInt184', 'getAndReturnInt184(int184):(int184)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt184(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt184', 'getAndReturnInt184(int184):(int184)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt192(x: BigInt): BigInt { + let result = super.call('getAndReturnInt192', 'getAndReturnInt192(int192):(int192)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt192(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt192', 'getAndReturnInt192(int192):(int192)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt200(x: BigInt): BigInt { + let result = super.call('getAndReturnInt200', 'getAndReturnInt200(int200):(int200)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt200(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt200', 'getAndReturnInt200(int200):(int200)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt208(x: BigInt): BigInt { + let result = super.call('getAndReturnInt208', 'getAndReturnInt208(int208):(int208)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt208(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt208', 'getAndReturnInt208(int208):(int208)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt216(x: BigInt): BigInt { + let result = super.call('getAndReturnInt216', 'getAndReturnInt216(int216):(int216)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt216(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt216', 'getAndReturnInt216(int216):(int216)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt224(x: BigInt): BigInt { + let result = super.call('getAndReturnInt224', 'getAndReturnInt224(int224):(int224)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt224(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt224', 'getAndReturnInt224(int224):(int224)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt232(x: BigInt): BigInt { + let result = super.call('getAndReturnInt232', 'getAndReturnInt232(int232):(int232)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt232(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt232', 'getAndReturnInt232(int232):(int232)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt240(x: BigInt): BigInt { + let result = super.call('getAndReturnInt240', 'getAndReturnInt240(int240):(int240)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt240(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt240', 'getAndReturnInt240(int240):(int240)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt248(x: BigInt): BigInt { + let result = super.call('getAndReturnInt248', 'getAndReturnInt248(int248):(int248)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt248(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt248', 'getAndReturnInt248(int248):(int248)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnInt256(x: BigInt): BigInt { + let result = super.call('getAndReturnInt256', 'getAndReturnInt256(int256):(int256)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnInt256(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnInt256', 'getAndReturnInt256(int256):(int256)', [ + ethereum.Value.fromSignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint8(x: i32): i32 { + let result = super.call('getAndReturnUint8', 'getAndReturnUint8(uint8):(uint8)', [ + ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), + ]); + + return result[0].toI32(); + } + + try_getAndReturnUint8(x: i32): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint8', 'getAndReturnUint8(uint8):(uint8)', [ + ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32()); + } + + getAndReturnUint16(x: i32): i32 { + let result = super.call('getAndReturnUint16', 'getAndReturnUint16(uint16):(uint16)', [ + ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), + ]); + + return result[0].toI32(); + } + + try_getAndReturnUint16(x: i32): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint16', 'getAndReturnUint16(uint16):(uint16)', [ + ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32()); + } + + getAndReturnUint24(x: i32): i32 { + let result = super.call('getAndReturnUint24', 'getAndReturnUint24(uint24):(uint24)', [ + ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), + ]); + + return result[0].toI32(); + } + + try_getAndReturnUint24(x: i32): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint24', 'getAndReturnUint24(uint24):(uint24)', [ + ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32()); + } + + getAndReturnUint32(x: BigInt): BigInt { + let result = super.call('getAndReturnUint32', 'getAndReturnUint32(uint32):(uint32)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint32(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint32', 'getAndReturnUint32(uint32):(uint32)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint40(x: BigInt): BigInt { + let result = super.call('getAndReturnUint40', 'getAndReturnUint40(uint40):(uint40)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint40(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint40', 'getAndReturnUint40(uint40):(uint40)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint48(x: BigInt): BigInt { + let result = super.call('getAndReturnUint48', 'getAndReturnUint48(uint48):(uint48)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint48(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint48', 'getAndReturnUint48(uint48):(uint48)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint56(x: BigInt): BigInt { + let result = super.call('getAndReturnUint56', 'getAndReturnUint56(uint56):(uint56)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint56(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint56', 'getAndReturnUint56(uint56):(uint56)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint64(x: BigInt): BigInt { + let result = super.call('getAndReturnUint64', 'getAndReturnUint64(uint64):(uint64)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint64(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint64', 'getAndReturnUint64(uint64):(uint64)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint72(x: BigInt): BigInt { + let result = super.call('getAndReturnUint72', 'getAndReturnUint72(uint72):(uint72)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint72(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint72', 'getAndReturnUint72(uint72):(uint72)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint80(x: BigInt): BigInt { + let result = super.call('getAndReturnUint80', 'getAndReturnUint80(uint80):(uint80)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint80(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint80', 'getAndReturnUint80(uint80):(uint80)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint88(x: BigInt): BigInt { + let result = super.call('getAndReturnUint88', 'getAndReturnUint88(uint88):(uint88)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint88(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint88', 'getAndReturnUint88(uint88):(uint88)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint96(x: BigInt): BigInt { + let result = super.call('getAndReturnUint96', 'getAndReturnUint96(uint96):(uint96)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint96(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint96', 'getAndReturnUint96(uint96):(uint96)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint104(x: BigInt): BigInt { + let result = super.call('getAndReturnUint104', 'getAndReturnUint104(uint104):(uint104)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint104(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint104', 'getAndReturnUint104(uint104):(uint104)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint112(x: BigInt): BigInt { + let result = super.call('getAndReturnUint112', 'getAndReturnUint112(uint112):(uint112)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint112(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint112', 'getAndReturnUint112(uint112):(uint112)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint120(x: BigInt): BigInt { + let result = super.call('getAndReturnUint120', 'getAndReturnUint120(uint120):(uint120)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint120(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint120', 'getAndReturnUint120(uint120):(uint120)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint128(x: BigInt): BigInt { + let result = super.call('getAndReturnUint128', 'getAndReturnUint128(uint128):(uint128)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint128(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint128', 'getAndReturnUint128(uint128):(uint128)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint136(x: BigInt): BigInt { + let result = super.call('getAndReturnUint136', 'getAndReturnUint136(uint136):(uint136)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint136(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint136', 'getAndReturnUint136(uint136):(uint136)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint144(x: BigInt): BigInt { + let result = super.call('getAndReturnUint144', 'getAndReturnUint144(uint144):(uint144)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint144(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint144', 'getAndReturnUint144(uint144):(uint144)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint152(x: BigInt): BigInt { + let result = super.call('getAndReturnUint152', 'getAndReturnUint152(uint152):(uint152)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint152(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint152', 'getAndReturnUint152(uint152):(uint152)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint160(x: BigInt): BigInt { + let result = super.call('getAndReturnUint160', 'getAndReturnUint160(uint160):(uint160)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint160(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint160', 'getAndReturnUint160(uint160):(uint160)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint168(x: BigInt): BigInt { + let result = super.call('getAndReturnUint168', 'getAndReturnUint168(uint168):(uint168)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint168(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint168', 'getAndReturnUint168(uint168):(uint168)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint176(x: BigInt): BigInt { + let result = super.call('getAndReturnUint176', 'getAndReturnUint176(uint176):(uint176)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint176(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint176', 'getAndReturnUint176(uint176):(uint176)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint184(x: BigInt): BigInt { + let result = super.call('getAndReturnUint184', 'getAndReturnUint184(uint184):(uint184)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint184(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint184', 'getAndReturnUint184(uint184):(uint184)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint192(x: BigInt): BigInt { + let result = super.call('getAndReturnUint192', 'getAndReturnUint192(uint192):(uint192)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint192(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint192', 'getAndReturnUint192(uint192):(uint192)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint200(x: BigInt): BigInt { + let result = super.call('getAndReturnUint200', 'getAndReturnUint200(uint200):(uint200)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint200(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint200', 'getAndReturnUint200(uint200):(uint200)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint208(x: BigInt): BigInt { + let result = super.call('getAndReturnUint208', 'getAndReturnUint208(uint208):(uint208)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint208(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint208', 'getAndReturnUint208(uint208):(uint208)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint216(x: BigInt): BigInt { + let result = super.call('getAndReturnUint216', 'getAndReturnUint216(uint216):(uint216)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint216(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint216', 'getAndReturnUint216(uint216):(uint216)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint224(x: BigInt): BigInt { + let result = super.call('getAndReturnUint224', 'getAndReturnUint224(uint224):(uint224)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint224(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint224', 'getAndReturnUint224(uint224):(uint224)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint232(x: BigInt): BigInt { + let result = super.call('getAndReturnUint232', 'getAndReturnUint232(uint232):(uint232)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint232(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint232', 'getAndReturnUint232(uint232):(uint232)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint240(x: BigInt): BigInt { + let result = super.call('getAndReturnUint240', 'getAndReturnUint240(uint240):(uint240)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint240(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint240', 'getAndReturnUint240(uint240):(uint240)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint248(x: BigInt): BigInt { + let result = super.call('getAndReturnUint248', 'getAndReturnUint248(uint248):(uint248)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint248(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint248', 'getAndReturnUint248(uint248):(uint248)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnUint256(x: BigInt): BigInt { + let result = super.call('getAndReturnUint256', 'getAndReturnUint256(uint256):(uint256)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + + return result[0].toBigInt(); + } + + try_getAndReturnUint256(x: BigInt): ethereum.CallResult { + let result = super.tryCall('getAndReturnUint256', 'getAndReturnUint256(uint256):(uint256)', [ + ethereum.Value.fromUnsignedBigInt(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigInt()); + } + + getAndReturnAddressArray(x: Array
): Array
{ + let result = super.call( + 'getAndReturnAddressArray', + 'getAndReturnAddressArray(address[]):(address[])', + [ethereum.Value.fromAddressArray(x)], + ); + + return result[0].toAddressArray(); + } + + try_getAndReturnAddressArray(x: Array
): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnAddressArray', + 'getAndReturnAddressArray(address[]):(address[])', + [ethereum.Value.fromAddressArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toAddressArray()); + } + + getAndReturnStringArray(x: Array): Array { + let result = super.call( + 'getAndReturnStringArray', + 'getAndReturnStringArray(string[]):(string[])', + [ethereum.Value.fromStringArray(x)], + ); + + return result[0].toStringArray(); + } + + try_getAndReturnStringArray(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnStringArray', + 'getAndReturnStringArray(string[]):(string[])', + [ethereum.Value.fromStringArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toStringArray()); + } + + getAndReturnBoolArray(x: Array): Array { + let result = super.call('getAndReturnBoolArray', 'getAndReturnBoolArray(bool[]):(bool[])', [ + ethereum.Value.fromBooleanArray(x), + ]); + + return result[0].toBooleanArray(); + } + + try_getAndReturnBoolArray(x: Array): ethereum.CallResult> { + let result = super.tryCall('getAndReturnBoolArray', 'getAndReturnBoolArray(bool[]):(bool[])', [ + ethereum.Value.fromBooleanArray(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBooleanArray()); + } + + getAndReturnByteArray(x: Array): Array { + let result = super.call('getAndReturnByteArray', 'getAndReturnByteArray(byte[]):(byte[])', [ + ethereum.Value.fromFixedBytesArray(x), + ]); + + return result[0].toBytesArray(); + } + + try_getAndReturnByteArray(x: Array): ethereum.CallResult> { + let result = super.tryCall('getAndReturnByteArray', 'getAndReturnByteArray(byte[]):(byte[])', [ + ethereum.Value.fromFixedBytesArray(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytesArray()); + } + + getAndReturnBytes1Array(x: Array): Array { + let result = super.call( + 'getAndReturnBytes1Array', + 'getAndReturnBytes1Array(bytes1[]):(bytes1[])', + [ethereum.Value.fromFixedBytesArray(x)], + ); + + return result[0].toBytesArray(); + } + + try_getAndReturnBytes1Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnBytes1Array', + 'getAndReturnBytes1Array(bytes1[]):(bytes1[])', + [ethereum.Value.fromFixedBytesArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytesArray()); + } + + getAndReturnBytes32Array(x: Array): Array { + let result = super.call( + 'getAndReturnBytes32Array', + 'getAndReturnBytes32Array(bytes32[]):(bytes32[])', + [ethereum.Value.fromFixedBytesArray(x)], + ); + + return result[0].toBytesArray(); + } + + try_getAndReturnBytes32Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnBytes32Array', + 'getAndReturnBytes32Array(bytes32[]):(bytes32[])', + [ethereum.Value.fromFixedBytesArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytesArray()); + } + + getAndReturnInt8Array(x: Array): Array { + let result = super.call('getAndReturnInt8Array', 'getAndReturnInt8Array(int8[]):(int8[])', [ + ethereum.Value.fromI32Array(x), + ]); + + return result[0].toI32Array(); + } + + try_getAndReturnInt8Array(x: Array): ethereum.CallResult> { + let result = super.tryCall('getAndReturnInt8Array', 'getAndReturnInt8Array(int8[]):(int8[])', [ + ethereum.Value.fromI32Array(x), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32Array()); + } + + getAndReturnInt16Array(x: Array): Array { + let result = super.call('getAndReturnInt16Array', 'getAndReturnInt16Array(int16[]):(int16[])', [ + ethereum.Value.fromI32Array(x), + ]); + + return result[0].toI32Array(); + } + + try_getAndReturnInt16Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt16Array', + 'getAndReturnInt16Array(int16[]):(int16[])', + [ethereum.Value.fromI32Array(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32Array()); + } + + getAndReturnInt24Array(x: Array): Array { + let result = super.call('getAndReturnInt24Array', 'getAndReturnInt24Array(int24[]):(int24[])', [ + ethereum.Value.fromI32Array(x), + ]); + + return result[0].toI32Array(); + } + + try_getAndReturnInt24Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt24Array', + 'getAndReturnInt24Array(int24[]):(int24[])', + [ethereum.Value.fromI32Array(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32Array()); + } + + getAndReturnInt32Array(x: Array): Array { + let result = super.call('getAndReturnInt32Array', 'getAndReturnInt32Array(int32[]):(int32[])', [ + ethereum.Value.fromI32Array(x), + ]); + + return result[0].toI32Array(); + } + + try_getAndReturnInt32Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt32Array', + 'getAndReturnInt32Array(int32[]):(int32[])', + [ethereum.Value.fromI32Array(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32Array()); + } + + getAndReturnInt40Array(x: Array): Array { + let result = super.call('getAndReturnInt40Array', 'getAndReturnInt40Array(int40[]):(int40[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt40Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt40Array', + 'getAndReturnInt40Array(int40[]):(int40[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt48Array(x: Array): Array { + let result = super.call('getAndReturnInt48Array', 'getAndReturnInt48Array(int48[]):(int48[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt48Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt48Array', + 'getAndReturnInt48Array(int48[]):(int48[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt56Array(x: Array): Array { + let result = super.call('getAndReturnInt56Array', 'getAndReturnInt56Array(int56[]):(int56[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt56Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt56Array', + 'getAndReturnInt56Array(int56[]):(int56[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt64Array(x: Array): Array { + let result = super.call('getAndReturnInt64Array', 'getAndReturnInt64Array(int64[]):(int64[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt64Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt64Array', + 'getAndReturnInt64Array(int64[]):(int64[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt72Array(x: Array): Array { + let result = super.call('getAndReturnInt72Array', 'getAndReturnInt72Array(int72[]):(int72[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt72Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt72Array', + 'getAndReturnInt72Array(int72[]):(int72[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt80Array(x: Array): Array { + let result = super.call('getAndReturnInt80Array', 'getAndReturnInt80Array(int80[]):(int80[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt80Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt80Array', + 'getAndReturnInt80Array(int80[]):(int80[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt88Array(x: Array): Array { + let result = super.call('getAndReturnInt88Array', 'getAndReturnInt88Array(int88[]):(int88[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt88Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt88Array', + 'getAndReturnInt88Array(int88[]):(int88[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt96Array(x: Array): Array { + let result = super.call('getAndReturnInt96Array', 'getAndReturnInt96Array(int96[]):(int96[])', [ + ethereum.Value.fromSignedBigIntArray(x), + ]); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt96Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt96Array', + 'getAndReturnInt96Array(int96[]):(int96[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt104Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt104Array', + 'getAndReturnInt104Array(int104[]):(int104[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt104Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt104Array', + 'getAndReturnInt104Array(int104[]):(int104[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt112Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt112Array', + 'getAndReturnInt112Array(int112[]):(int112[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt112Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt112Array', + 'getAndReturnInt112Array(int112[]):(int112[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt120Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt120Array', + 'getAndReturnInt120Array(int120[]):(int120[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt120Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt120Array', + 'getAndReturnInt120Array(int120[]):(int120[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt128Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt128Array', + 'getAndReturnInt128Array(int128[]):(int128[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt128Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt128Array', + 'getAndReturnInt128Array(int128[]):(int128[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt136Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt136Array', + 'getAndReturnInt136Array(int136[]):(int136[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt136Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt136Array', + 'getAndReturnInt136Array(int136[]):(int136[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt144Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt144Array', + 'getAndReturnInt144Array(int144[]):(int144[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt144Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt144Array', + 'getAndReturnInt144Array(int144[]):(int144[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt152Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt152Array', + 'getAndReturnInt152Array(int152[]):(int152[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt152Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt152Array', + 'getAndReturnInt152Array(int152[]):(int152[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt160Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt160Array', + 'getAndReturnInt160Array(int160[]):(int160[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt160Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt160Array', + 'getAndReturnInt160Array(int160[]):(int160[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt168Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt168Array', + 'getAndReturnInt168Array(int168[]):(int168[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt168Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt168Array', + 'getAndReturnInt168Array(int168[]):(int168[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt176Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt176Array', + 'getAndReturnInt176Array(int176[]):(int176[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt176Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt176Array', + 'getAndReturnInt176Array(int176[]):(int176[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt184Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt184Array', + 'getAndReturnInt184Array(int184[]):(int184[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt184Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt184Array', + 'getAndReturnInt184Array(int184[]):(int184[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt192Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt192Array', + 'getAndReturnInt192Array(int192[]):(int192[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt192Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt192Array', + 'getAndReturnInt192Array(int192[]):(int192[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt200Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt200Array', + 'getAndReturnInt200Array(int200[]):(int200[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt200Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt200Array', + 'getAndReturnInt200Array(int200[]):(int200[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt208Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt208Array', + 'getAndReturnInt208Array(int208[]):(int208[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt208Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt208Array', + 'getAndReturnInt208Array(int208[]):(int208[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt216Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt216Array', + 'getAndReturnInt216Array(int216[]):(int216[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt216Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt216Array', + 'getAndReturnInt216Array(int216[]):(int216[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt224Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt224Array', + 'getAndReturnInt224Array(int224[]):(int224[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt224Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt224Array', + 'getAndReturnInt224Array(int224[]):(int224[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt232Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt232Array', + 'getAndReturnInt232Array(int232[]):(int232[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt232Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt232Array', + 'getAndReturnInt232Array(int232[]):(int232[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt240Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt240Array', + 'getAndReturnInt240Array(int240[]):(int240[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt240Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt240Array', + 'getAndReturnInt240Array(int240[]):(int240[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt248Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt248Array', + 'getAndReturnInt248Array(int248[]):(int248[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt248Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt248Array', + 'getAndReturnInt248Array(int248[]):(int248[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnInt256Array(x: Array): Array { + let result = super.call( + 'getAndReturnInt256Array', + 'getAndReturnInt256Array(int256[]):(int256[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnInt256Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnInt256Array', + 'getAndReturnInt256Array(int256[]):(int256[])', + [ethereum.Value.fromSignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint8Array(x: Array): Array { + let result = super.call('getAndReturnUint8Array', 'getAndReturnUint8Array(uint8[]):(uint8[])', [ + ethereum.Value.fromI32Array(x), + ]); + + return result[0].toI32Array(); + } + + try_getAndReturnUint8Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint8Array', + 'getAndReturnUint8Array(uint8[]):(uint8[])', + [ethereum.Value.fromI32Array(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32Array()); + } + + getAndReturnUint16Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint16Array', + 'getAndReturnUint16Array(uint16[]):(uint16[])', + [ethereum.Value.fromI32Array(x)], + ); + + return result[0].toI32Array(); + } + + try_getAndReturnUint16Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint16Array', + 'getAndReturnUint16Array(uint16[]):(uint16[])', + [ethereum.Value.fromI32Array(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32Array()); + } + + getAndReturnUint24Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint24Array', + 'getAndReturnUint24Array(uint24[]):(uint24[])', + [ethereum.Value.fromI32Array(x)], + ); + + return result[0].toI32Array(); + } + + try_getAndReturnUint24Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint24Array', + 'getAndReturnUint24Array(uint24[]):(uint24[])', + [ethereum.Value.fromI32Array(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toI32Array()); + } + + getAndReturnUint32Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint32Array', + 'getAndReturnUint32Array(uint32[]):(uint32[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint32Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint32Array', + 'getAndReturnUint32Array(uint32[]):(uint32[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint40Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint40Array', + 'getAndReturnUint40Array(uint40[]):(uint40[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint40Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint40Array', + 'getAndReturnUint40Array(uint40[]):(uint40[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint48Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint48Array', + 'getAndReturnUint48Array(uint48[]):(uint48[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint48Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint48Array', + 'getAndReturnUint48Array(uint48[]):(uint48[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint56Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint56Array', + 'getAndReturnUint56Array(uint56[]):(uint56[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint56Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint56Array', + 'getAndReturnUint56Array(uint56[]):(uint56[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint64Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint64Array', + 'getAndReturnUint64Array(uint64[]):(uint64[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint64Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint64Array', + 'getAndReturnUint64Array(uint64[]):(uint64[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint72Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint72Array', + 'getAndReturnUint72Array(uint72[]):(uint72[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint72Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint72Array', + 'getAndReturnUint72Array(uint72[]):(uint72[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint80Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint80Array', + 'getAndReturnUint80Array(uint80[]):(uint80[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint80Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint80Array', + 'getAndReturnUint80Array(uint80[]):(uint80[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint88Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint88Array', + 'getAndReturnUint88Array(uint88[]):(uint88[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint88Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint88Array', + 'getAndReturnUint88Array(uint88[]):(uint88[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint96Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint96Array', + 'getAndReturnUint96Array(uint96[]):(uint96[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint96Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint96Array', + 'getAndReturnUint96Array(uint96[]):(uint96[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint104Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint104Array', + 'getAndReturnUint104Array(uint104[]):(uint104[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint104Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint104Array', + 'getAndReturnUint104Array(uint104[]):(uint104[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint112Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint112Array', + 'getAndReturnUint112Array(uint112[]):(uint112[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint112Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint112Array', + 'getAndReturnUint112Array(uint112[]):(uint112[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint120Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint120Array', + 'getAndReturnUint120Array(uint120[]):(uint120[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint120Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint120Array', + 'getAndReturnUint120Array(uint120[]):(uint120[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint128Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint128Array', + 'getAndReturnUint128Array(uint128[]):(uint128[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint128Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint128Array', + 'getAndReturnUint128Array(uint128[]):(uint128[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint136Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint136Array', + 'getAndReturnUint136Array(uint136[]):(uint136[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint136Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint136Array', + 'getAndReturnUint136Array(uint136[]):(uint136[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint144Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint144Array', + 'getAndReturnUint144Array(uint144[]):(uint144[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint144Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint144Array', + 'getAndReturnUint144Array(uint144[]):(uint144[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint152Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint152Array', + 'getAndReturnUint152Array(uint152[]):(uint152[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint152Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint152Array', + 'getAndReturnUint152Array(uint152[]):(uint152[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint160Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint160Array', + 'getAndReturnUint160Array(uint160[]):(uint160[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint160Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint160Array', + 'getAndReturnUint160Array(uint160[]):(uint160[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint168Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint168Array', + 'getAndReturnUint168Array(uint168[]):(uint168[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint168Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint168Array', + 'getAndReturnUint168Array(uint168[]):(uint168[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint176Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint176Array', + 'getAndReturnUint176Array(uint176[]):(uint176[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint176Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint176Array', + 'getAndReturnUint176Array(uint176[]):(uint176[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint184Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint184Array', + 'getAndReturnUint184Array(uint184[]):(uint184[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint184Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint184Array', + 'getAndReturnUint184Array(uint184[]):(uint184[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint192Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint192Array', + 'getAndReturnUint192Array(uint192[]):(uint192[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint192Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint192Array', + 'getAndReturnUint192Array(uint192[]):(uint192[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint200Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint200Array', + 'getAndReturnUint200Array(uint200[]):(uint200[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint200Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint200Array', + 'getAndReturnUint200Array(uint200[]):(uint200[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint208Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint208Array', + 'getAndReturnUint208Array(uint208[]):(uint208[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint208Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint208Array', + 'getAndReturnUint208Array(uint208[]):(uint208[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint216Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint216Array', + 'getAndReturnUint216Array(uint216[]):(uint216[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint216Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint216Array', + 'getAndReturnUint216Array(uint216[]):(uint216[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint224Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint224Array', + 'getAndReturnUint224Array(uint224[]):(uint224[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint224Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint224Array', + 'getAndReturnUint224Array(uint224[]):(uint224[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint232Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint232Array', + 'getAndReturnUint232Array(uint232[]):(uint232[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint232Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint232Array', + 'getAndReturnUint232Array(uint232[]):(uint232[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint240Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint240Array', + 'getAndReturnUint240Array(uint240[]):(uint240[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint240Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint240Array', + 'getAndReturnUint240Array(uint240[]):(uint240[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint248Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint248Array', + 'getAndReturnUint248Array(uint248[]):(uint248[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint248Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint248Array', + 'getAndReturnUint248Array(uint248[]):(uint248[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } + + getAndReturnUint256Array(x: Array): Array { + let result = super.call( + 'getAndReturnUint256Array', + 'getAndReturnUint256Array(uint256[]):(uint256[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + + return result[0].toBigIntArray(); + } + + try_getAndReturnUint256Array(x: Array): ethereum.CallResult> { + let result = super.tryCall( + 'getAndReturnUint256Array', + 'getAndReturnUint256Array(uint256[]):(uint256[])', + [ethereum.Value.fromUnsignedBigIntArray(x)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBigIntArray()); + } +} diff --git a/registry-subgraph/ow_subgraph/src/types/schema.ts b/registry-subgraph/ow_subgraph/src/types/schema.ts new file mode 100644 index 0000000..6cd35e6 --- /dev/null +++ b/registry-subgraph/ow_subgraph/src/types/schema.ts @@ -0,0 +1,444 @@ +// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. + +import { + BigDecimal, + BigInt, + Bytes, + Entity, + store, + TypedMap, + Value, + ValueKind, +} from '@graphprotocol/graph-ts'; + +export class ExampleEntity extends Entity { + constructor(id: string) { + super(); + this.set('id', Value.fromString(id)); + } + + save(): void { + let id = this.get('id'); + assert(id != null, 'Cannot save ExampleEntity entity without an ID'); + if (id) { + assert( + id.kind == ValueKind.STRING, + `Entities of type ExampleEntity must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, + ); + store.set('ExampleEntity', id.toString(), this); + } + } + + static loadInBlock(id: string): ExampleEntity | null { + return changetype(store.get_in_block('ExampleEntity', id)); + } + + static load(id: string): ExampleEntity | null { + return changetype(store.get('ExampleEntity', id)); + } + + get id(): string { + let value = this.get('id'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toString(); + } + } + + set id(value: string) { + this.set('id', Value.fromString(value)); + } + + get optionalBoolean(): boolean { + let value = this.get('optionalBoolean'); + if (!value || value.kind == ValueKind.NULL) { + return false; + } else { + return value.toBoolean(); + } + } + + set optionalBoolean(value: boolean) { + this.set('optionalBoolean', Value.fromBoolean(value)); + } + + get requiredBoolean(): boolean { + let value = this.get('requiredBoolean'); + if (!value || value.kind == ValueKind.NULL) { + return false; + } else { + return value.toBoolean(); + } + } + + set requiredBoolean(value: boolean) { + this.set('requiredBoolean', Value.fromBoolean(value)); + } + + get optionalBooleanList(): Array | null { + let value = this.get('optionalBooleanList'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toBooleanArray(); + } + } + + set optionalBooleanList(value: Array | null) { + if (!value) { + this.unset('optionalBooleanList'); + } else { + this.set('optionalBooleanList', Value.fromBooleanArray(>value)); + } + } + + get requiredBooleanList(): Array { + let value = this.get('requiredBooleanList'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toBooleanArray(); + } + } + + set requiredBooleanList(value: Array) { + this.set('requiredBooleanList', Value.fromBooleanArray(value)); + } + + get optionalString(): string | null { + let value = this.get('optionalString'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toString(); + } + } + + set optionalString(value: string | null) { + if (!value) { + this.unset('optionalString'); + } else { + this.set('optionalString', Value.fromString(value)); + } + } + + get requiredString(): string { + let value = this.get('requiredString'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toString(); + } + } + + set requiredString(value: string) { + this.set('requiredString', Value.fromString(value)); + } + + get optionalStringList(): Array | null { + let value = this.get('optionalStringList'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toStringArray(); + } + } + + set optionalStringList(value: Array | null) { + if (!value) { + this.unset('optionalStringList'); + } else { + this.set('optionalStringList', Value.fromStringArray(>value)); + } + } + + get requiredStringList(): Array { + let value = this.get('requiredStringList'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toStringArray(); + } + } + + set requiredStringList(value: Array) { + this.set('requiredStringList', Value.fromStringArray(value)); + } + + get optionalBytes(): Bytes | null { + let value = this.get('optionalBytes'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toBytes(); + } + } + + set optionalBytes(value: Bytes | null) { + if (!value) { + this.unset('optionalBytes'); + } else { + this.set('optionalBytes', Value.fromBytes(value)); + } + } + + get requiredBytes(): Bytes { + let value = this.get('requiredBytes'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toBytes(); + } + } + + set requiredBytes(value: Bytes) { + this.set('requiredBytes', Value.fromBytes(value)); + } + + get optionalBytesList(): Array | null { + let value = this.get('optionalBytesList'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toBytesArray(); + } + } + + set optionalBytesList(value: Array | null) { + if (!value) { + this.unset('optionalBytesList'); + } else { + this.set('optionalBytesList', Value.fromBytesArray(>value)); + } + } + + get requiredBytesList(): Array { + let value = this.get('requiredBytesList'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toBytesArray(); + } + } + + set requiredBytesList(value: Array) { + this.set('requiredBytesList', Value.fromBytesArray(value)); + } + + get optionalInt(): i32 { + let value = this.get('optionalInt'); + if (!value || value.kind == ValueKind.NULL) { + return 0; + } else { + return value.toI32(); + } + } + + set optionalInt(value: i32) { + this.set('optionalInt', Value.fromI32(value)); + } + + get requiredInt(): i32 { + let value = this.get('requiredInt'); + if (!value || value.kind == ValueKind.NULL) { + return 0; + } else { + return value.toI32(); + } + } + + set requiredInt(value: i32) { + this.set('requiredInt', Value.fromI32(value)); + } + + get optionalIntList(): Array | null { + let value = this.get('optionalIntList'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toI32Array(); + } + } + + set optionalIntList(value: Array | null) { + if (!value) { + this.unset('optionalIntList'); + } else { + this.set('optionalIntList', Value.fromI32Array(>value)); + } + } + + get requiredIntList(): Array { + let value = this.get('requiredIntList'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toI32Array(); + } + } + + set requiredIntList(value: Array) { + this.set('requiredIntList', Value.fromI32Array(value)); + } + + get optionalBigInt(): BigInt | null { + let value = this.get('optionalBigInt'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toBigInt(); + } + } + + set optionalBigInt(value: BigInt | null) { + if (!value) { + this.unset('optionalBigInt'); + } else { + this.set('optionalBigInt', Value.fromBigInt(value)); + } + } + + get requiredBigInt(): BigInt { + let value = this.get('requiredBigInt'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toBigInt(); + } + } + + set requiredBigInt(value: BigInt) { + this.set('requiredBigInt', Value.fromBigInt(value)); + } + + get optionalBigIntList(): Array | null { + let value = this.get('optionalBigIntList'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toBigIntArray(); + } + } + + set optionalBigIntList(value: Array | null) { + if (!value) { + this.unset('optionalBigIntList'); + } else { + this.set('optionalBigIntList', Value.fromBigIntArray(>value)); + } + } + + get requiredBigIntList(): Array { + let value = this.get('requiredBigIntList'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toBigIntArray(); + } + } + + set requiredBigIntList(value: Array) { + this.set('requiredBigIntList', Value.fromBigIntArray(value)); + } + + get optionalReference(): string | null { + let value = this.get('optionalReference'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toString(); + } + } + + set optionalReference(value: string | null) { + if (!value) { + this.unset('optionalReference'); + } else { + this.set('optionalReference', Value.fromString(value)); + } + } + + get requiredReference(): string { + let value = this.get('requiredReference'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toString(); + } + } + + set requiredReference(value: string) { + this.set('requiredReference', Value.fromString(value)); + } + + get optionalReferenceList(): Array | null { + let value = this.get('optionalReferenceList'); + if (!value || value.kind == ValueKind.NULL) { + return null; + } else { + return value.toStringArray(); + } + } + + set optionalReferenceList(value: Array | null) { + if (!value) { + this.unset('optionalReferenceList'); + } else { + this.set('optionalReferenceList', Value.fromStringArray(>value)); + } + } + + get requiredReferenceList(): Array { + let value = this.get('requiredReferenceList'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toStringArray(); + } + } + + set requiredReferenceList(value: Array) { + this.set('requiredReferenceList', Value.fromStringArray(value)); + } +} + +export class OtherEntity extends Entity { + constructor(id: string) { + super(); + this.set('id', Value.fromString(id)); + } + + save(): void { + let id = this.get('id'); + assert(id != null, 'Cannot save OtherEntity entity without an ID'); + if (id) { + assert( + id.kind == ValueKind.STRING, + `Entities of type OtherEntity must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, + ); + store.set('OtherEntity', id.toString(), this); + } + } + + static loadInBlock(id: string): OtherEntity | null { + return changetype(store.get_in_block('OtherEntity', id)); + } + + static load(id: string): OtherEntity | null { + return changetype(store.get('OtherEntity', id)); + } + + get id(): string { + let value = this.get('id'); + if (!value || value.kind == ValueKind.NULL) { + throw new Error('Cannot return null for a required field.'); + } else { + return value.toString(); + } + } + + set id(value: string) { + this.set('id', Value.fromString(value)); + } +} diff --git a/registry-subgraph/ow_subgraph/subgraph.yaml b/registry-subgraph/ow_subgraph/subgraph.yaml new file mode 100644 index 0000000..6b69f65 --- /dev/null +++ b/registry-subgraph/ow_subgraph/subgraph.yaml @@ -0,0 +1,26 @@ +specVersion: 0.0.5 +description: 'example of a subgraph' +repository: https://github.com/graphprotocol/graph-tooling.git +schema: + file: ./schema.graphql +dataSources: + - kind: ethereum/contract + name: ExampleSubgraph + network: mainnet + source: + address: '0x22843e74c59580b3eaf6c233fa67d8b7c561a835' + abi: ExampleContract + mapping: + kind: ethereum/events + apiVersion: 0.0.7 + language: wasm/assemblyscript + file: ./src/mapping.ts + entities: + - ExampleEntity + - OtherEntity + abis: + - name: ExampleContract + file: ./abis/ExampleContract.json + eventHandlers: + - event: ExampleEvent(indexed string) + handler: handleExampleEvent From 652bf62068ad6967f16b0bed83d4e5a2dea0b317 Mon Sep 17 00:00:00 2001 From: cezary-stroczynski Date: Mon, 7 Oct 2024 12:19:40 +0200 Subject: [PATCH 2/3] Introduce ow-registry-subgraph --- docker/graph-node-config.toml | 19 + docker/run-local.yml | 36 + ow-registry-subgraph/.gitignore | 2 + ow-registry-subgraph/abis/DdexSequencer.json | 251 + ow-registry-subgraph/package-lock.json | 5946 +++++++++++++++++ ow-registry-subgraph/package.json | 14 + ow-registry-subgraph/schema.graphql | 15 + ow-registry-subgraph/src/mapping.ts | 35 + .../src/types/DdexSequencer/DdexSequencer.ts | 399 ++ ow-registry-subgraph/src/types/schema.ts | 186 + ow-registry-subgraph/subgraph.yaml | 25 + .../ow_subgraph/abis/ExampleContract.json | 2388 ------- .../dist/ExampleSubgraph/ExampleSubgraph.wasm | Bin 32402 -> 0 bytes .../ExampleSubgraph/abis/ExampleContract.json | 2394 ------- .../dist/abis/ExampleContract.json | 2388 ------- .../ow_subgraph/dist/schema.graphql | 37 - .../ow_subgraph/dist/subgraph.yaml | 26 - registry-subgraph/ow_subgraph/networks.json | 7 - registry-subgraph/ow_subgraph/package.json | 13 - registry-subgraph/ow_subgraph/schema.graphql | 37 - registry-subgraph/ow_subgraph/src/mapping.ts | 272 - .../types/ExampleSubgraph/ExampleContract.ts | 2939 -------- .../ow_subgraph/src/types/schema.ts | 444 -- registry-subgraph/ow_subgraph/subgraph.yaml | 26 - 24 files changed, 6928 insertions(+), 10971 deletions(-) create mode 100644 docker/graph-node-config.toml create mode 100644 docker/run-local.yml create mode 100644 ow-registry-subgraph/.gitignore create mode 100644 ow-registry-subgraph/abis/DdexSequencer.json create mode 100644 ow-registry-subgraph/package-lock.json create mode 100644 ow-registry-subgraph/package.json create mode 100644 ow-registry-subgraph/schema.graphql create mode 100644 ow-registry-subgraph/src/mapping.ts create mode 100644 ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts create mode 100644 ow-registry-subgraph/src/types/schema.ts create mode 100644 ow-registry-subgraph/subgraph.yaml delete mode 100644 registry-subgraph/ow_subgraph/abis/ExampleContract.json delete mode 100644 registry-subgraph/ow_subgraph/dist/ExampleSubgraph/ExampleSubgraph.wasm delete mode 100644 registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json delete mode 100644 registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json delete mode 100644 registry-subgraph/ow_subgraph/dist/schema.graphql delete mode 100644 registry-subgraph/ow_subgraph/dist/subgraph.yaml delete mode 100644 registry-subgraph/ow_subgraph/networks.json delete mode 100644 registry-subgraph/ow_subgraph/package.json delete mode 100644 registry-subgraph/ow_subgraph/schema.graphql delete mode 100644 registry-subgraph/ow_subgraph/src/mapping.ts delete mode 100644 registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts delete mode 100644 registry-subgraph/ow_subgraph/src/types/schema.ts delete mode 100644 registry-subgraph/ow_subgraph/subgraph.yaml diff --git a/docker/graph-node-config.toml b/docker/graph-node-config.toml new file mode 100644 index 0000000..c94e540 --- /dev/null +++ b/docker/graph-node-config.toml @@ -0,0 +1,19 @@ +[store] +[store.primary] +connection = "postgresql://graph-node:let-me-in@postgres-graph/graph-node" +pool_size = 10 + + +[chains] +ingestor = "block_ingestor_node" +[chains.kurtosis] +shard = "primary" +provider = [ + { label = "kurtosis", url = "http://172.17.0.1:32769", features = [ + ] }, +] + + +[deployment] +[[deployment.rule]] +indexers = ["index_node_0"] diff --git a/docker/run-local.yml b/docker/run-local.yml new file mode 100644 index 0000000..106d543 --- /dev/null +++ b/docker/run-local.yml @@ -0,0 +1,36 @@ +services: + ipfs: + image: ipfs/kubo:latest + ports: + - "5001:5001" + + graph-node: + image: graphprotocol/graph-node:v0.33.0 + ports: + - "8000:8000" + - "8001:8001" + - "8020:8020" + - "8030:8030" + - "8040:8040" + depends_on: + - ipfs + - postgres-graph + environment: + node_id: index_node_0 + ipfs: "ipfs:5001" + GRAPH_NODE_CONFIG: /etc/graph-node/graph-node-config.toml + RUST_LOG: info + GRAPH_LOG: debug + RUST_LOG_STYLE: always + GRAPH_ALLOW_NON_DETERMINISTIC_IPFS: 1 + volumes: + - .:/etc/graph-node:ro + + postgres-graph: + image: postgres + command: ["postgres", "-cshared_preload_libraries=pg_stat_statements"] + environment: + POSTGRES_USER: graph-node + POSTGRES_PASSWORD: let-me-in + POSTGRES_DB: graph-node + POSTGRES_INITDB_ARGS: "-E UTF8 --locale=C" diff --git a/ow-registry-subgraph/.gitignore b/ow-registry-subgraph/.gitignore new file mode 100644 index 0000000..9020b72 --- /dev/null +++ b/ow-registry-subgraph/.gitignore @@ -0,0 +1,2 @@ +/node_modules/ +/build/ \ No newline at end of file diff --git a/ow-registry-subgraph/abis/DdexSequencer.json b/ow-registry-subgraph/abis/DdexSequencer.json new file mode 100644 index 0000000..e8bc932 --- /dev/null +++ b/ow-registry-subgraph/abis/DdexSequencer.json @@ -0,0 +1,251 @@ +{ + "_format": "hh-sol-artifact-1", + "contractName": "DdexSequencer", + "sourceName": "contracts/DdexSequencer.sol", + "abi": [ + { + "inputs": [ + { + "internalType": "address", + "name": "dataProvidersWhitelist", + "type": "address" + }, + { + "internalType": "address", + "name": "validatorsWhitelist", + "type": "address" + }, + { + "internalType": "address", + "name": "stakeVaultAddress", + "type": "address" + } + ], + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { + "components": [ + { + "internalType": "string", + "name": "isrc", + "type": "string" + }, + { + "internalType": "string", + "name": "releaseId", + "type": "string" + } + ], + "indexed": false, + "internalType": "struct DdexSequencer.DdexMessageData", + "name": "data", + "type": "tuple" + } + ], + "name": "MessageDigested", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes", + "name": "commitment", + "type": "bytes" + } + ], + "name": "NewBlobSubmitted", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes1", + "name": "_whitelistId", + "type": "bytes1" + }, + { + "indexed": false, + "internalType": "address", + "name": "_previousAddress", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "_newAddress", + "type": "address" + } + ], + "name": "WhitelistChanged", + "type": "event" + }, + { + "inputs": [], + "name": "DATA_PROVIDERS_WHITELIST", + "outputs": [ + { + "internalType": "bytes1", + "name": "", + "type": "bytes1" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "VALIDATORS_WHITELIST", + "outputs": [ + { + "internalType": "bytes1", + "name": "", + "type": "bytes1" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "blobQueueHead", + "outputs": [ + { + "internalType": "bytes32", + "name": "", + "type": "bytes32" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "blobQueueTail", + "outputs": [ + { + "internalType": "bytes32", + "name": "", + "type": "bytes32" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "", + "type": "bytes32" + } + ], + "name": "blobs", + "outputs": [ + { + "internalType": "bytes32", + "name": "nextBlob", + "type": "bytes32" + }, + { + "internalType": "bool", + "name": "submitted", + "type": "bool" + }, + { + "internalType": "address", + "name": "proposer", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes", + "name": "commitment", + "type": "bytes" + } + ], + "name": "submitNewBlob", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bool", + "name": "proof", + "type": "bool" + } + ], + "name": "submitProofForFraudulentBlob", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bool", + "name": "proof", + "type": "bool" + }, + { + "components": [ + { + "internalType": "string", + "name": "isrc", + "type": "string" + }, + { + "internalType": "string", + "name": "releaseId", + "type": "string" + } + ], + "internalType": "struct DdexSequencer.DdexMessageData[]", + "name": "messagesData", + "type": "tuple[]" + } + ], + "name": "submitProofOfProcessing", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes1", + "name": "", + "type": "bytes1" + } + ], + "name": "whitelists", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + } + ], + "bytecode": "0x608060405234801562000010575f80fd5b5060405162001b0538038062001b05833981810160405281019062000036919062000433565b6200004c83600160f81b620000ab60201b60201c565b6200006282600260f81b620000ab60201b60201c565b8060035f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550505050620005e9565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614620001545762000111827f5470aee9000000000000000000000000000000000000000000000000000000006200029f60201b60201c565b62000153576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200014a90620004ea565b60405180910390fd5b5b5f805f837effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050825f80847effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507fbdb658fbebcb4884950df11335d9177f3b8c7fb1b1f5290202b9715198d7e105828285604051620002929392919062000557565b60405180910390a1505050565b5f620002b183620002d460201b60201c565b8015620002cc5750620002cb83836200033160201b60201c565b5b905092915050565b5f62000307827f01ffc9a7000000000000000000000000000000000000000000000000000000006200033160201b60201c565b80156200032a5750620003288263ffffffff60e01b6200033160201b60201c565b155b9050919050565b5f8082604051602401620003469190620005ce565b6040516020818303038152906040526301ffc9a760e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff838183161783525050505090505f805f60205f8551602087018a617530fa92503d91505f519050828015620003b6575060208210155b8015620003c257505f81115b94505050505092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f620003fd82620003d2565b9050919050565b6200040f81620003f1565b81146200041a575f80fd5b50565b5f815190506200042d8162000404565b92915050565b5f805f606084860312156200044d576200044c620003ce565b5b5f6200045c868287016200041d565b93505060206200046f868287016200041d565b925050604062000482868287016200041d565b9150509250925092565b5f82825260208201905092915050565b7f496e74657266616365206e6f7420737570706f727465640000000000000000005f82015250565b5f620004d26017836200048c565b9150620004df826200049c565b602082019050919050565b5f6020820190508181035f8301526200050381620004c4565b9050919050565b5f7fff0000000000000000000000000000000000000000000000000000000000000082169050919050565b62000540816200050a565b82525050565b6200055181620003f1565b82525050565b5f6060820190506200056c5f83018662000535565b6200057b602083018562000546565b6200058a604083018462000546565b949350505050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b620005c88162000592565b82525050565b5f602082019050620005e35f830184620005bd565b92915050565b61150e80620005f75f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c8063730e214f11610064578063730e214f14610106578063ac904c2914610124578063dd181c7314610142578063ddae462214610174578063fd80dd461461019257610090565b806265d3a6146100945780631fed3645146100b257806341e36cc2146100ce578063710dbd6d146100ea575b5f80fd5b61009c6101c2565b6040516100a99190610b1c565b60405180910390f35b6100cc60048036038101906100c79190610e26565b6101ca565b005b6100e860048036038101906100e39190610f1e565b6103fb565b005b61010460048036038101906100ff9190610f65565b6106d4565b005b61010e610957565b60405161011b9190610b1c565b60405180910390f35b61012c61095f565b6040516101399190610fa8565b60405180910390f35b61015c60048036038101906101579190610feb565b610965565b60405161016b93929190611064565b60405180910390f35b61017c6109b7565b6040516101899190610fa8565b60405180910390f35b6101ac60048036038101906101a791906110c3565b6109bd565b6040516101b991906110ee565b60405180910390f35b600160f81b81565b600260f81b5f80827effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633af32abf336040518263ffffffff1660e01b815260040161027b91906110ee565b602060405180830381865afa158015610296573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102ba919061111b565b6102f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102f0906111a0565b60405180910390fd5b5f801b6001540361033f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161033690611208565b60405180910390fd5b5f83905080610383576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161037a90611270565b60405180910390fd5b61038b6109ec565b5f5b83518110156103f4577fe065df8cab582502d869b2af1e73f871eb5be034114a6f3baa972593b2a78dc58482815181106103ca576103c961128e565b5b60200260200101516040516103df9190611376565b60405180910390a1808060010191505061038d565b5050505050565b600160f81b5f80827effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633af32abf336040518263ffffffff1660e01b81526004016104ac91906110ee565b602060405180830381865afa1580156104c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104eb919061111b565b61052a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610521906111a0565b60405180910390fd5b5f804990505f801b8103610573576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056a906113e0565b60405180910390fd5b5f151560045f8381526020019081526020015f206001015f9054906101000a900460ff161515146105d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105d090611448565b60405180910390fd5b600160045f8381526020019081526020015f206001015f6101000a81548160ff0219169083151502179055503360045f8381526020019081526020015f2060010160016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505f801b60015403610676578060018190555080600281905550610698565b8060045f60025481526020019081526020015f205f0181905550806002819055505b7f6a6fc970009454e3172a2ec189981caa44b6d81bfc3a7ba62cf8367df4aecf75836040516106c791906114b8565b60405180910390a1505050565b600260f81b5f80827effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633af32abf336040518263ffffffff1660e01b815260040161078591906110ee565b602060405180830381865afa1580156107a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107c4919061111b565b610803576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107fa906111a0565b60405180910390fd5b5f801b60015403610849576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161084090611208565b60405180910390fd5b5f8290508061088d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161088490611270565b60405180910390fd5b60035f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b03b3ef060045f60015481526020019081526020015f2060010160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b815260040161091d91906110ee565b5f604051808303815f87803b158015610934575f80fd5b505af1158015610946573d5f803e3d5ffd5b505050506109526109ec565b505050565b600260f81b81565b60015481565b6004602052805f5260405f205f91509050805f015490806001015f9054906101000a900460ff16908060010160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905083565b60025481565b5f602052805f5260405f205f915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60025460015403610a16576109ff610a42565b5f801b6001819055505f801b600281905550610a40565b5f60045f60015481526020019081526020015f205f01549050610a37610a42565b80600181905550505b565b5f60045f60015481526020019081526020015f206001015f6101000a81548160ff0219169083151502179055505f801b60045f60015481526020019081526020015f205f01819055505f60045f60015481526020019081526020015f2060010160016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b5f7fff0000000000000000000000000000000000000000000000000000000000000082169050919050565b610b1681610ae2565b82525050565b5f602082019050610b2f5f830184610b0d565b92915050565b5f604051905090565b5f80fd5b5f80fd5b5f8115159050919050565b610b5a81610b46565b8114610b64575f80fd5b50565b5f81359050610b7581610b51565b92915050565b5f80fd5b5f601f19601f8301169050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b610bc582610b7f565b810181811067ffffffffffffffff82111715610be457610be3610b8f565b5b80604052505050565b5f610bf6610b35565b9050610c028282610bbc565b919050565b5f67ffffffffffffffff821115610c2157610c20610b8f565b5b602082029050602081019050919050565b5f80fd5b5f80fd5b5f80fd5b5f80fd5b5f67ffffffffffffffff821115610c5c57610c5b610b8f565b5b610c6582610b7f565b9050602081019050919050565b828183375f83830152505050565b5f610c92610c8d84610c42565b610bed565b905082815260208101848484011115610cae57610cad610c3e565b5b610cb9848285610c72565b509392505050565b5f82601f830112610cd557610cd4610b7b565b5b8135610ce5848260208601610c80565b91505092915050565b5f60408284031215610d0357610d02610c36565b5b610d0d6040610bed565b90505f82013567ffffffffffffffff811115610d2c57610d2b610c3a565b5b610d3884828501610cc1565b5f83015250602082013567ffffffffffffffff811115610d5b57610d5a610c3a565b5b610d6784828501610cc1565b60208301525092915050565b5f610d85610d8084610c07565b610bed565b90508083825260208201905060208402830185811115610da857610da7610c32565b5b835b81811015610def57803567ffffffffffffffff811115610dcd57610dcc610b7b565b5b808601610dda8982610cee565b85526020850194505050602081019050610daa565b5050509392505050565b5f82601f830112610e0d57610e0c610b7b565b5b8135610e1d848260208601610d73565b91505092915050565b5f8060408385031215610e3c57610e3b610b3e565b5b5f610e4985828601610b67565b925050602083013567ffffffffffffffff811115610e6a57610e69610b42565b5b610e7685828601610df9565b9150509250929050565b5f67ffffffffffffffff821115610e9a57610e99610b8f565b5b610ea382610b7f565b9050602081019050919050565b5f610ec2610ebd84610e80565b610bed565b905082815260208101848484011115610ede57610edd610c3e565b5b610ee9848285610c72565b509392505050565b5f82601f830112610f0557610f04610b7b565b5b8135610f15848260208601610eb0565b91505092915050565b5f60208284031215610f3357610f32610b3e565b5b5f82013567ffffffffffffffff811115610f5057610f4f610b42565b5b610f5c84828501610ef1565b91505092915050565b5f60208284031215610f7a57610f79610b3e565b5b5f610f8784828501610b67565b91505092915050565b5f819050919050565b610fa281610f90565b82525050565b5f602082019050610fbb5f830184610f99565b92915050565b610fca81610f90565b8114610fd4575f80fd5b50565b5f81359050610fe581610fc1565b92915050565b5f6020828403121561100057610fff610b3e565b5b5f61100d84828501610fd7565b91505092915050565b61101f81610b46565b82525050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61104e82611025565b9050919050565b61105e81611044565b82525050565b5f6060820190506110775f830186610f99565b6110846020830185611016565b6110916040830184611055565b949350505050565b6110a281610ae2565b81146110ac575f80fd5b50565b5f813590506110bd81611099565b92915050565b5f602082840312156110d8576110d7610b3e565b5b5f6110e5848285016110af565b91505092915050565b5f6020820190506111015f830184611055565b92915050565b5f8151905061111581610b51565b92915050565b5f602082840312156111305761112f610b3e565b5b5f61113d84828501611107565b91505092915050565b5f82825260208201905092915050565b7f53656e646572206973206e6f742077686974656c6973746564000000000000005f82015250565b5f61118a601983611146565b915061119582611156565b602082019050919050565b5f6020820190508181035f8301526111b78161117e565b9050919050565b7f517565756520697320656d7074790000000000000000000000000000000000005f82015250565b5f6111f2600e83611146565b91506111fd826111be565b602082019050919050565b5f6020820190508181035f83015261121f816111e6565b9050919050565b7f496e76616c69642070726f6f66000000000000000000000000000000000000005f82015250565b5f61125a600d83611146565b915061126582611226565b602082019050919050565b5f6020820190508181035f8301526112878161124e565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81519050919050565b5f82825260208201905092915050565b5f5b838110156112f25780820151818401526020810190506112d7565b5f8484015250505050565b5f611307826112bb565b61131181856112c5565b93506113218185602086016112d5565b61132a81610b7f565b840191505092915050565b5f604083015f8301518482035f86015261134f82826112fd565b9150506020830151848203602086015261136982826112fd565b9150508091505092915050565b5f6020820190508181035f83015261138e8184611335565b905092915050565b7f426c6f62206e6f7420666f756e6420696e2074780000000000000000000000005f82015250565b5f6113ca601483611146565b91506113d582611396565b602082019050919050565b5f6020820190508181035f8301526113f7816113be565b9050919050565b7f426c6f6220616c7265616479207375626d6974746564000000000000000000005f82015250565b5f611432601683611146565b915061143d826113fe565b602082019050919050565b5f6020820190508181035f83015261145f81611426565b9050919050565b5f81519050919050565b5f82825260208201905092915050565b5f61148a82611466565b6114948185611470565b93506114a48185602086016112d5565b6114ad81610b7f565b840191505092915050565b5f6020820190508181035f8301526114d08184611480565b90509291505056fea2646970667358221220839373dd14cc3122ee4aff091ad1253e3b108dcbde1d636ccc2586c43814b89a64736f6c63430008180033", + "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610090575f3560e01c8063730e214f11610064578063730e214f14610106578063ac904c2914610124578063dd181c7314610142578063ddae462214610174578063fd80dd461461019257610090565b806265d3a6146100945780631fed3645146100b257806341e36cc2146100ce578063710dbd6d146100ea575b5f80fd5b61009c6101c2565b6040516100a99190610b1c565b60405180910390f35b6100cc60048036038101906100c79190610e26565b6101ca565b005b6100e860048036038101906100e39190610f1e565b6103fb565b005b61010460048036038101906100ff9190610f65565b6106d4565b005b61010e610957565b60405161011b9190610b1c565b60405180910390f35b61012c61095f565b6040516101399190610fa8565b60405180910390f35b61015c60048036038101906101579190610feb565b610965565b60405161016b93929190611064565b60405180910390f35b61017c6109b7565b6040516101899190610fa8565b60405180910390f35b6101ac60048036038101906101a791906110c3565b6109bd565b6040516101b991906110ee565b60405180910390f35b600160f81b81565b600260f81b5f80827effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633af32abf336040518263ffffffff1660e01b815260040161027b91906110ee565b602060405180830381865afa158015610296573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102ba919061111b565b6102f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102f0906111a0565b60405180910390fd5b5f801b6001540361033f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161033690611208565b60405180910390fd5b5f83905080610383576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161037a90611270565b60405180910390fd5b61038b6109ec565b5f5b83518110156103f4577fe065df8cab582502d869b2af1e73f871eb5be034114a6f3baa972593b2a78dc58482815181106103ca576103c961128e565b5b60200260200101516040516103df9190611376565b60405180910390a1808060010191505061038d565b5050505050565b600160f81b5f80827effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633af32abf336040518263ffffffff1660e01b81526004016104ac91906110ee565b602060405180830381865afa1580156104c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104eb919061111b565b61052a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610521906111a0565b60405180910390fd5b5f804990505f801b8103610573576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056a906113e0565b60405180910390fd5b5f151560045f8381526020019081526020015f206001015f9054906101000a900460ff161515146105d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105d090611448565b60405180910390fd5b600160045f8381526020019081526020015f206001015f6101000a81548160ff0219169083151502179055503360045f8381526020019081526020015f2060010160016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505f801b60015403610676578060018190555080600281905550610698565b8060045f60025481526020019081526020015f205f0181905550806002819055505b7f6a6fc970009454e3172a2ec189981caa44b6d81bfc3a7ba62cf8367df4aecf75836040516106c791906114b8565b60405180910390a1505050565b600260f81b5f80827effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633af32abf336040518263ffffffff1660e01b815260040161078591906110ee565b602060405180830381865afa1580156107a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107c4919061111b565b610803576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107fa906111a0565b60405180910390fd5b5f801b60015403610849576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161084090611208565b60405180910390fd5b5f8290508061088d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161088490611270565b60405180910390fd5b60035f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b03b3ef060045f60015481526020019081526020015f2060010160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b815260040161091d91906110ee565b5f604051808303815f87803b158015610934575f80fd5b505af1158015610946573d5f803e3d5ffd5b505050506109526109ec565b505050565b600260f81b81565b60015481565b6004602052805f5260405f205f91509050805f015490806001015f9054906101000a900460ff16908060010160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905083565b60025481565b5f602052805f5260405f205f915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60025460015403610a16576109ff610a42565b5f801b6001819055505f801b600281905550610a40565b5f60045f60015481526020019081526020015f205f01549050610a37610a42565b80600181905550505b565b5f60045f60015481526020019081526020015f206001015f6101000a81548160ff0219169083151502179055505f801b60045f60015481526020019081526020015f205f01819055505f60045f60015481526020019081526020015f2060010160016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b5f7fff0000000000000000000000000000000000000000000000000000000000000082169050919050565b610b1681610ae2565b82525050565b5f602082019050610b2f5f830184610b0d565b92915050565b5f604051905090565b5f80fd5b5f80fd5b5f8115159050919050565b610b5a81610b46565b8114610b64575f80fd5b50565b5f81359050610b7581610b51565b92915050565b5f80fd5b5f601f19601f8301169050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b610bc582610b7f565b810181811067ffffffffffffffff82111715610be457610be3610b8f565b5b80604052505050565b5f610bf6610b35565b9050610c028282610bbc565b919050565b5f67ffffffffffffffff821115610c2157610c20610b8f565b5b602082029050602081019050919050565b5f80fd5b5f80fd5b5f80fd5b5f80fd5b5f67ffffffffffffffff821115610c5c57610c5b610b8f565b5b610c6582610b7f565b9050602081019050919050565b828183375f83830152505050565b5f610c92610c8d84610c42565b610bed565b905082815260208101848484011115610cae57610cad610c3e565b5b610cb9848285610c72565b509392505050565b5f82601f830112610cd557610cd4610b7b565b5b8135610ce5848260208601610c80565b91505092915050565b5f60408284031215610d0357610d02610c36565b5b610d0d6040610bed565b90505f82013567ffffffffffffffff811115610d2c57610d2b610c3a565b5b610d3884828501610cc1565b5f83015250602082013567ffffffffffffffff811115610d5b57610d5a610c3a565b5b610d6784828501610cc1565b60208301525092915050565b5f610d85610d8084610c07565b610bed565b90508083825260208201905060208402830185811115610da857610da7610c32565b5b835b81811015610def57803567ffffffffffffffff811115610dcd57610dcc610b7b565b5b808601610dda8982610cee565b85526020850194505050602081019050610daa565b5050509392505050565b5f82601f830112610e0d57610e0c610b7b565b5b8135610e1d848260208601610d73565b91505092915050565b5f8060408385031215610e3c57610e3b610b3e565b5b5f610e4985828601610b67565b925050602083013567ffffffffffffffff811115610e6a57610e69610b42565b5b610e7685828601610df9565b9150509250929050565b5f67ffffffffffffffff821115610e9a57610e99610b8f565b5b610ea382610b7f565b9050602081019050919050565b5f610ec2610ebd84610e80565b610bed565b905082815260208101848484011115610ede57610edd610c3e565b5b610ee9848285610c72565b509392505050565b5f82601f830112610f0557610f04610b7b565b5b8135610f15848260208601610eb0565b91505092915050565b5f60208284031215610f3357610f32610b3e565b5b5f82013567ffffffffffffffff811115610f5057610f4f610b42565b5b610f5c84828501610ef1565b91505092915050565b5f60208284031215610f7a57610f79610b3e565b5b5f610f8784828501610b67565b91505092915050565b5f819050919050565b610fa281610f90565b82525050565b5f602082019050610fbb5f830184610f99565b92915050565b610fca81610f90565b8114610fd4575f80fd5b50565b5f81359050610fe581610fc1565b92915050565b5f6020828403121561100057610fff610b3e565b5b5f61100d84828501610fd7565b91505092915050565b61101f81610b46565b82525050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61104e82611025565b9050919050565b61105e81611044565b82525050565b5f6060820190506110775f830186610f99565b6110846020830185611016565b6110916040830184611055565b949350505050565b6110a281610ae2565b81146110ac575f80fd5b50565b5f813590506110bd81611099565b92915050565b5f602082840312156110d8576110d7610b3e565b5b5f6110e5848285016110af565b91505092915050565b5f6020820190506111015f830184611055565b92915050565b5f8151905061111581610b51565b92915050565b5f602082840312156111305761112f610b3e565b5b5f61113d84828501611107565b91505092915050565b5f82825260208201905092915050565b7f53656e646572206973206e6f742077686974656c6973746564000000000000005f82015250565b5f61118a601983611146565b915061119582611156565b602082019050919050565b5f6020820190508181035f8301526111b78161117e565b9050919050565b7f517565756520697320656d7074790000000000000000000000000000000000005f82015250565b5f6111f2600e83611146565b91506111fd826111be565b602082019050919050565b5f6020820190508181035f83015261121f816111e6565b9050919050565b7f496e76616c69642070726f6f66000000000000000000000000000000000000005f82015250565b5f61125a600d83611146565b915061126582611226565b602082019050919050565b5f6020820190508181035f8301526112878161124e565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81519050919050565b5f82825260208201905092915050565b5f5b838110156112f25780820151818401526020810190506112d7565b5f8484015250505050565b5f611307826112bb565b61131181856112c5565b93506113218185602086016112d5565b61132a81610b7f565b840191505092915050565b5f604083015f8301518482035f86015261134f82826112fd565b9150506020830151848203602086015261136982826112fd565b9150508091505092915050565b5f6020820190508181035f83015261138e8184611335565b905092915050565b7f426c6f62206e6f7420666f756e6420696e2074780000000000000000000000005f82015250565b5f6113ca601483611146565b91506113d582611396565b602082019050919050565b5f6020820190508181035f8301526113f7816113be565b9050919050565b7f426c6f6220616c7265616479207375626d6974746564000000000000000000005f82015250565b5f611432601683611146565b915061143d826113fe565b602082019050919050565b5f6020820190508181035f83015261145f81611426565b9050919050565b5f81519050919050565b5f82825260208201905092915050565b5f61148a82611466565b6114948185611470565b93506114a48185602086016112d5565b6114ad81610b7f565b840191505092915050565b5f6020820190508181035f8301526114d08184611480565b90509291505056fea2646970667358221220839373dd14cc3122ee4aff091ad1253e3b108dcbde1d636ccc2586c43814b89a64736f6c63430008180033", + "linkReferences": {}, + "deployedLinkReferences": {} +} diff --git a/ow-registry-subgraph/package-lock.json b/ow-registry-subgraph/package-lock.json new file mode 100644 index 0000000..ccbf9c6 --- /dev/null +++ b/ow-registry-subgraph/package-lock.json @@ -0,0 +1,5946 @@ +{ + "name": "ow_subgraph", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "ow_subgraph", + "devDependencies": { + "@graphprotocol/graph-cli": "0.85.0", + "@graphprotocol/graph-ts": "0.35.1" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz", + "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.25.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz", + "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz", + "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.25.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@ethersproject/abi": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.0.7.tgz", + "integrity": "sha512-Cqktk+hSIckwP/W8O47Eef60VwmoSC/L3lY0+dIBhQPCNn9E4V7rwmm2aFrNRRDJfFlGuZ1khkQUOc3oBX+niw==", + "dev": true, + "dependencies": { + "@ethersproject/address": "^5.0.4", + "@ethersproject/bignumber": "^5.0.7", + "@ethersproject/bytes": "^5.0.4", + "@ethersproject/constants": "^5.0.4", + "@ethersproject/hash": "^5.0.4", + "@ethersproject/keccak256": "^5.0.3", + "@ethersproject/logger": "^5.0.5", + "@ethersproject/properties": "^5.0.3", + "@ethersproject/strings": "^5.0.4" + } + }, + "node_modules/@ethersproject/abstract-provider": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.7.0.tgz", + "integrity": "sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bignumber": "^5.7.0", + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/networks": "^5.7.0", + "@ethersproject/properties": "^5.7.0", + "@ethersproject/transactions": "^5.7.0", + "@ethersproject/web": "^5.7.0" + } + }, + "node_modules/@ethersproject/abstract-signer": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.7.0.tgz", + "integrity": "sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/abstract-provider": "^5.7.0", + "@ethersproject/bignumber": "^5.7.0", + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/properties": "^5.7.0" + } + }, + "node_modules/@ethersproject/address": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.7.0.tgz", + "integrity": "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bignumber": "^5.7.0", + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/keccak256": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/rlp": "^5.7.0" + } + }, + "node_modules/@ethersproject/base64": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.7.0.tgz", + "integrity": "sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bytes": "^5.7.0" + } + }, + "node_modules/@ethersproject/bignumber": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.7.0.tgz", + "integrity": "sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "bn.js": "^5.2.1" + } + }, + "node_modules/@ethersproject/bytes": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.7.0.tgz", + "integrity": "sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/logger": "^5.7.0" + } + }, + "node_modules/@ethersproject/constants": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.7.0.tgz", + "integrity": "sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bignumber": "^5.7.0" + } + }, + "node_modules/@ethersproject/hash": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.7.0.tgz", + "integrity": "sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/abstract-signer": "^5.7.0", + "@ethersproject/address": "^5.7.0", + "@ethersproject/base64": "^5.7.0", + "@ethersproject/bignumber": "^5.7.0", + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/keccak256": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/properties": "^5.7.0", + "@ethersproject/strings": "^5.7.0" + } + }, + "node_modules/@ethersproject/keccak256": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz", + "integrity": "sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bytes": "^5.7.0", + "js-sha3": "0.8.0" + } + }, + "node_modules/@ethersproject/logger": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.7.0.tgz", + "integrity": "sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ] + }, + "node_modules/@ethersproject/networks": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.7.1.tgz", + "integrity": "sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/logger": "^5.7.0" + } + }, + "node_modules/@ethersproject/properties": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz", + "integrity": "sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/logger": "^5.7.0" + } + }, + "node_modules/@ethersproject/rlp": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.7.0.tgz", + "integrity": "sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/logger": "^5.7.0" + } + }, + "node_modules/@ethersproject/signing-key": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.7.0.tgz", + "integrity": "sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/properties": "^5.7.0", + "bn.js": "^5.2.1", + "elliptic": "6.5.4", + "hash.js": "1.1.7" + } + }, + "node_modules/@ethersproject/strings": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz", + "integrity": "sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/constants": "^5.7.0", + "@ethersproject/logger": "^5.7.0" + } + }, + "node_modules/@ethersproject/transactions": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.7.0.tgz", + "integrity": "sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/address": "^5.7.0", + "@ethersproject/bignumber": "^5.7.0", + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/constants": "^5.7.0", + "@ethersproject/keccak256": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/properties": "^5.7.0", + "@ethersproject/rlp": "^5.7.0", + "@ethersproject/signing-key": "^5.7.0" + } + }, + "node_modules/@ethersproject/web": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.1.tgz", + "integrity": "sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/base64": "^5.7.0", + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/properties": "^5.7.0", + "@ethersproject/strings": "^5.7.0" + } + }, + "node_modules/@float-capital/float-subgraph-uncrashable": { + "version": "0.0.0-internal-testing.5", + "resolved": "https://registry.npmjs.org/@float-capital/float-subgraph-uncrashable/-/float-subgraph-uncrashable-0.0.0-internal-testing.5.tgz", + "integrity": "sha512-yZ0H5e3EpAYKokX/AbtplzlvSxEJY7ZfpvQyDzyODkks0hakAAlDG6fQu1SlDJMWorY7bbq1j7fCiFeTWci6TA==", + "dev": true, + "dependencies": { + "@rescript/std": "9.0.0", + "graphql": "^16.6.0", + "graphql-import-node": "^0.0.5", + "js-yaml": "^4.1.0" + }, + "bin": { + "uncrashable": "bin/uncrashable" + } + }, + "node_modules/@float-capital/float-subgraph-uncrashable/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/@float-capital/float-subgraph-uncrashable/node_modules/graphql": { + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + } + }, + "node_modules/@float-capital/float-subgraph-uncrashable/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@graphprotocol/graph-cli": { + "version": "0.85.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.85.0.tgz", + "integrity": "sha512-jkEgJW4R1Z1lFKSqbufmDbRRbCrtO0n9UBry5v6s/x5MOnI6I8U2oBXyt/kdK4oj+zhHqxulTaSGu5L4AAHalA==", + "dev": true, + "dependencies": { + "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", + "@oclif/core": "2.8.6", + "@oclif/plugin-autocomplete": "^2.3.6", + "@oclif/plugin-not-found": "^2.4.0", + "@whatwg-node/fetch": "^0.8.4", + "assemblyscript": "0.19.23", + "binary-install-raw": "0.0.13", + "chalk": "3.0.0", + "chokidar": "3.5.3", + "debug": "4.3.4", + "docker-compose": "0.23.19", + "dockerode": "2.5.8", + "fs-extra": "9.1.0", + "glob": "9.3.5", + "gluegun": "5.1.6", + "graphql": "15.5.0", + "immutable": "4.2.1", + "ipfs-http-client": "55.0.0", + "jayson": "4.0.0", + "js-yaml": "3.14.1", + "open": "8.4.2", + "prettier": "3.0.3", + "semver": "7.4.0", + "sync-request": "6.1.0", + "tmp-promise": "3.0.3", + "web3-eth-abi": "1.7.0", + "which": "2.0.2", + "yaml": "1.10.2" + }, + "bin": { + "graph": "bin/run" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@graphprotocol/graph-cli/node_modules/assemblyscript": { + "version": "0.19.23", + "resolved": "https://registry.npmjs.org/assemblyscript/-/assemblyscript-0.19.23.tgz", + "integrity": "sha512-fwOQNZVTMga5KRsfY80g7cpOl4PsFQczMwHzdtgoqLXaYhkhavufKb0sB0l3T1DUxpAufA0KNhlbpuuhZUwxMA==", + "dev": true, + "dependencies": { + "binaryen": "102.0.0-nightly.20211028", + "long": "^5.2.0", + "source-map-support": "^0.5.20" + }, + "bin": { + "asc": "bin/asc", + "asinit": "bin/asinit" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/assemblyscript" + } + }, + "node_modules/@graphprotocol/graph-cli/node_modules/binaryen": { + "version": "102.0.0-nightly.20211028", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-102.0.0-nightly.20211028.tgz", + "integrity": "sha512-GCJBVB5exbxzzvyt8MGDv/MeUjs6gkXDvf4xOIItRBptYl0Tz5sm1o/uG95YK0L0VeG5ajDu3hRtkBP2kzqC5w==", + "dev": true, + "bin": { + "wasm-opt": "bin/wasm-opt" + } + }, + "node_modules/@graphprotocol/graph-cli/node_modules/long": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==", + "dev": true + }, + "node_modules/@graphprotocol/graph-ts": { + "version": "0.35.1", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.35.1.tgz", + "integrity": "sha512-74CfuQmf7JI76/XCC34FTkMMKeaf+3Pn0FIV3m9KNeaOJ+OI3CvjMIVRhOZdKcJxsFCBGaCCl0eQjh47xTjxKA==", + "dev": true, + "dependencies": { + "assemblyscript": "0.19.10" + } + }, + "node_modules/@ipld/dag-cbor": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", + "integrity": "sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==", + "dev": true, + "dependencies": { + "cborg": "^1.6.0", + "multiformats": "^9.5.4" + } + }, + "node_modules/@ipld/dag-json": { + "version": "8.0.11", + "resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-8.0.11.tgz", + "integrity": "sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==", + "dev": true, + "dependencies": { + "cborg": "^1.5.4", + "multiformats": "^9.5.4" + } + }, + "node_modules/@ipld/dag-pb": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/@ipld/dag-pb/-/dag-pb-2.1.18.tgz", + "integrity": "sha512-ZBnf2fuX9y3KccADURG5vb9FaOeMjFkCrNysB0PtftME/4iCTjxfaLoNq/IAh5fTqUOMXvryN6Jyka4ZGuMLIg==", + "dev": true, + "dependencies": { + "multiformats": "^9.5.4" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@noble/hashes": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz", + "integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==", + "dev": true, + "engines": { + "node": "^14.21.3 || >=16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@oclif/core": { + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.8.6.tgz", + "integrity": "sha512-1QlPaHMhOORySCXkQyzjsIsy2GYTilOw3LkjeHkCgsPJQjAT4IclVytJusWktPbYNys9O+O4V23J44yomQvnBQ==", + "dev": true, + "dependencies": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "fs-extra": "^9.1.0", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "semver": "^7.3.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oclif/core/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/plugin-autocomplete": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz", + "integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==", + "dev": true, + "dependencies": { + "@oclif/core": "^2.15.0", + "chalk": "^4.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "dependencies": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oclif/plugin-autocomplete/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@oclif/plugin-autocomplete/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/plugin-not-found": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz", + "integrity": "sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==", + "dev": true, + "dependencies": { + "@oclif/core": "^2.15.0", + "chalk": "^4", + "fast-levenshtein": "^3.0.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "dependencies": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oclif/plugin-not-found/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@oclif/plugin-not-found/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@peculiar/asn1-schema": { + "version": "2.3.13", + "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.13.tgz", + "integrity": "sha512-3Xq3a01WkHRZL8X04Zsfg//mGaA21xlL4tlVn4v2xGT0JStiztATRkMwa5b+f/HXmY2smsiLXYK46Gwgzvfg3g==", + "dev": true, + "dependencies": { + "asn1js": "^3.0.5", + "pvtsutils": "^1.3.5", + "tslib": "^2.6.2" + } + }, + "node_modules/@peculiar/json-schema": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz", + "integrity": "sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@peculiar/webcrypto": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.5.0.tgz", + "integrity": "sha512-BRs5XUAwiyCDQMsVA9IDvDa7UBR9gAvPHgugOeGng3YN6vJ9JYonyDc0lNczErgtCWtucjR5N7VtaonboD/ezg==", + "dev": true, + "dependencies": { + "@peculiar/asn1-schema": "^2.3.8", + "@peculiar/json-schema": "^1.1.12", + "pvtsutils": "^1.3.5", + "tslib": "^2.6.2", + "webcrypto-core": "^1.8.0" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/@protobufjs/aspromise": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==", + "dev": true + }, + "node_modules/@protobufjs/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==", + "dev": true + }, + "node_modules/@protobufjs/codegen": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==", + "dev": true + }, + "node_modules/@protobufjs/eventemitter": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==", + "dev": true + }, + "node_modules/@protobufjs/fetch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + "dev": true, + "dependencies": { + "@protobufjs/aspromise": "^1.1.1", + "@protobufjs/inquire": "^1.1.0" + } + }, + "node_modules/@protobufjs/float": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==", + "dev": true + }, + "node_modules/@protobufjs/inquire": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==", + "dev": true + }, + "node_modules/@protobufjs/path": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==", + "dev": true + }, + "node_modules/@protobufjs/pool": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==", + "dev": true + }, + "node_modules/@protobufjs/utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==", + "dev": true + }, + "node_modules/@rescript/std": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@rescript/std/-/std-9.0.0.tgz", + "integrity": "sha512-zGzFsgtZ44mgL4Xef2gOy1hrRVdrs9mcxCOOKZrIPsmbZW14yTkaF591GXxpQvjXiHtgZ/iA9qLyWH6oSReIxQ==", + "dev": true + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "node_modules/@types/bn.js": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.6.tgz", + "integrity": "sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/cli-progress": { + "version": "3.11.6", + "resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.6.tgz", + "integrity": "sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/concat-stream": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-1.6.1.tgz", + "integrity": "sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/form-data": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/@types/form-data/-/form-data-0.0.33.tgz", + "integrity": "sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/long": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", + "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==", + "dev": true + }, + "node_modules/@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "22.7.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", + "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "dev": true, + "dependencies": { + "undici-types": "~6.19.2" + } + }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "dev": true + }, + "node_modules/@types/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@types/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-uRwJqmiXmh9++aSu1VNEn3iIxWOhd8AHXNSdlaLfdAAdSTY9jYVeGWnzejM3dvrkbqE3/hyQkQQ29IFATEGlew==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/qs": { + "version": "6.9.16", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", + "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", + "dev": true + }, + "node_modules/@types/secp256k1": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.6.tgz", + "integrity": "sha512-hHxJU6PAEUn0TP4S/ZOzuTUvJWuZ6eIKeNKb5RBpODvSl6hp1Wrw4s7ATY50rklRCScUDpHzVA/DQdSjJ3UoYQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/ws": { + "version": "7.4.7", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz", + "integrity": "sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@whatwg-node/events": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@whatwg-node/events/-/events-0.0.3.tgz", + "integrity": "sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==", + "dev": true + }, + "node_modules/@whatwg-node/fetch": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.8.8.tgz", + "integrity": "sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==", + "dev": true, + "dependencies": { + "@peculiar/webcrypto": "^1.4.0", + "@whatwg-node/node-fetch": "^0.3.6", + "busboy": "^1.6.0", + "urlpattern-polyfill": "^8.0.0", + "web-streams-polyfill": "^3.2.1" + } + }, + "node_modules/@whatwg-node/node-fetch": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.3.6.tgz", + "integrity": "sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==", + "dev": true, + "dependencies": { + "@whatwg-node/events": "^0.0.3", + "busboy": "^1.6.0", + "fast-querystring": "^1.1.1", + "fast-url-parser": "^1.1.3", + "tslib": "^2.3.1" + } + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dev": true, + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/acorn": { + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dev": true, + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/ansicolors": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", + "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==", + "dev": true + }, + "node_modules/any-signal": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/any-signal/-/any-signal-2.1.2.tgz", + "integrity": "sha512-B+rDnWasMi/eWcajPcCWSlYc7muXOrcYrqgyzcdKisl2H/WTlQ0gip1KyQfr0ZlxJdsuWCj/LWwQm7fhyhRfIQ==", + "dev": true, + "dependencies": { + "abort-controller": "^3.0.0", + "native-abort-controller": "^1.0.3" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/apisauce": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/apisauce/-/apisauce-2.1.6.tgz", + "integrity": "sha512-MdxR391op/FucS2YQRfB/NMRyCnHEPDd4h17LRIuVYi0BpGmMhpxc0shbOpfs5ahABuBEffNCGal5EcsydbBWg==", + "dev": true, + "dependencies": { + "axios": "^0.21.4" + } + }, + "node_modules/app-module-path": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz", + "integrity": "sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ==", + "dev": true + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "dev": true + }, + "node_modules/asn1js": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz", + "integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==", + "dev": true, + "dependencies": { + "pvtsutils": "^1.3.2", + "pvutils": "^1.1.3", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/assemblyscript": { + "version": "0.19.10", + "resolved": "https://registry.npmjs.org/assemblyscript/-/assemblyscript-0.19.10.tgz", + "integrity": "sha512-HavcUBXB3mBTRGJcpvaQjmnmaqKHBGREjSPNsIvnAk2f9dj78y4BkMaSSdvBQYWcDDzsHQjyUC8stICFkD1Odg==", + "dev": true, + "dependencies": { + "binaryen": "101.0.0-nightly.20210723", + "long": "^4.0.0" + }, + "bin": { + "asc": "bin/asc", + "asinit": "bin/asinit" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/assemblyscript" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/async": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "dev": true + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/base-x": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz", + "integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/binary-install-raw": { + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/binary-install-raw/-/binary-install-raw-0.0.13.tgz", + "integrity": "sha512-v7ms6N/H7iciuk6QInon3/n2mu7oRX+6knJ9xFPsJ3rQePgAqcR3CRTwUheFd8SLbiq4LL7Z4G/44L9zscdt9A==", + "dev": true, + "dependencies": { + "axios": "^0.21.1", + "rimraf": "^3.0.2", + "tar": "^6.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/binaryen": { + "version": "101.0.0-nightly.20210723", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-101.0.0-nightly.20210723.tgz", + "integrity": "sha512-eioJNqhHlkguVSbblHOtLqlhtC882SOEPKmNFZaDuz1hzQjolxZ+eu3/kaS10n3sGPONsIZsO7R9fR00UyhEUA==", + "dev": true, + "bin": { + "wasm-opt": "bin/wasm-opt" + } + }, + "node_modules/bl": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz", + "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==", + "dev": true, + "dependencies": { + "readable-stream": "^2.3.5", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/blakejs": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.2.1.tgz", + "integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==", + "dev": true + }, + "node_modules/blob-to-it": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/blob-to-it/-/blob-to-it-1.0.4.tgz", + "integrity": "sha512-iCmk0W4NdbrWgRRuxOriU8aM5ijeVLI61Zulsmg/lUHNr7pYjoj+U77opLefNagevtrrbMt3JQ5Qip7ar178kA==", + "dev": true, + "dependencies": { + "browser-readablestream-to-it": "^1.0.3" + } + }, + "node_modules/bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==", + "dev": true + }, + "node_modules/browser-readablestream-to-it": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/browser-readablestream-to-it/-/browser-readablestream-to-it-1.0.3.tgz", + "integrity": "sha512-+12sHB+Br8HIh6VAMVEG5r3UXCyESIgDW7kzk3BjIXa43DVqVwL7GC5TW3jeh+72dtcH99pPVpw0X8i0jt+/kw==", + "dev": true + }, + "node_modules/browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, + "dependencies": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/bs58": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", + "integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==", + "dev": true, + "dependencies": { + "base-x": "^3.0.2" + } + }, + "node_modules/bs58check": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", + "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", + "dev": true, + "dependencies": { + "bs58": "^4.0.0", + "create-hash": "^1.1.0", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/buffer-alloc": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "dev": true, + "dependencies": { + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" + } + }, + "node_modules/buffer-alloc-unsafe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "dev": true + }, + "node_modules/buffer-fill": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", + "integrity": "sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==", + "dev": true + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==", + "dev": true + }, + "node_modules/busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "dev": true, + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/cardinal": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", + "integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==", + "dev": true, + "dependencies": { + "ansicolors": "~0.3.2", + "redeyed": "~2.1.0" + }, + "bin": { + "cdl": "bin/cdl.js" + } + }, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", + "dev": true + }, + "node_modules/cborg": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/cborg/-/cborg-1.10.2.tgz", + "integrity": "sha512-b3tFPA9pUr2zCUiCfRd2+wok2/LBSNUMKOuRRok+WlvvAgEt/PlbgPTsZUcwCOs53IJvLgTp0eotwtosE6njug==", + "dev": true, + "bin": { + "cborg": "cli.js" + } + }, + "node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/clean-stack": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz", + "integrity": "sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-progress": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz", + "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==", + "dev": true, + "dependencies": { + "string-width": "^4.2.3" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-table3": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz", + "integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==", + "dev": true, + "dependencies": { + "object-assign": "^4.1.0", + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "colors": "^1.1.2" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "engines": [ + "node >= 0.8" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dev": true, + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "node_modules/create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/delay": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz", + "integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dns-over-http-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/dns-over-http-resolver/-/dns-over-http-resolver-1.2.3.tgz", + "integrity": "sha512-miDiVSI6KSNbi4SVifzO/reD8rMnxgrlnkrlkugOLQpWQTe2qMdHsZp5DmfKjxNE+/T3VAAYLQUZMv9SMr6+AA==", + "dev": true, + "dependencies": { + "debug": "^4.3.1", + "native-fetch": "^3.0.0", + "receptacle": "^1.3.2" + } + }, + "node_modules/docker-compose": { + "version": "0.23.19", + "resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-0.23.19.tgz", + "integrity": "sha512-v5vNLIdUqwj4my80wxFDkNH+4S85zsRuH29SO7dCWVWPCMt/ohZBsGN6g6KXWifT0pzQ7uOxqEKCYCDPJ8Vz4g==", + "dev": true, + "dependencies": { + "yaml": "^1.10.2" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/docker-modem": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/docker-modem/-/docker-modem-1.0.9.tgz", + "integrity": "sha512-lVjqCSCIAUDZPAZIeyM125HXfNvOmYYInciphNrLrylUtKyW66meAjSPXWchKVzoIYZx69TPnAepVSSkeawoIw==", + "dev": true, + "dependencies": { + "debug": "^3.2.6", + "JSONStream": "1.3.2", + "readable-stream": "~1.0.26-4", + "split-ca": "^1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/docker-modem/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/docker-modem/node_modules/isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "dev": true + }, + "node_modules/docker-modem/node_modules/readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "node_modules/docker-modem/node_modules/string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", + "dev": true + }, + "node_modules/dockerode": { + "version": "2.5.8", + "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-2.5.8.tgz", + "integrity": "sha512-+7iOUYBeDTScmOmQqpUYQaE7F4vvIt6+gIZNHWhqAQEI887tiPFB9OvXI/HzQYqfUNvukMK+9myLW63oTJPZpw==", + "dev": true, + "dependencies": { + "concat-stream": "~1.6.2", + "docker-modem": "^1.0.8", + "tar-fs": "~1.16.3" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/ejs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", + "dev": true, + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/electron-fetch": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/electron-fetch/-/electron-fetch-1.9.1.tgz", + "integrity": "sha512-M9qw6oUILGVrcENMSRRefE1MbHPIz0h79EKIeJWK9v563aT9Qkh8aEHPO1H5vi970wPirNY+jO9OpFoLiMsMGA==", + "dev": true, + "dependencies": { + "encoding": "^0.1.13" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dev": true, + "dependencies": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/elliptic/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/err-code": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-3.0.1.tgz", + "integrity": "sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA==", + "dev": true + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es6-promise": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "dev": true + }, + "node_modules/es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", + "dev": true, + "dependencies": { + "es6-promise": "^4.0.3" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ethereum-bloom-filters": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ethereum-bloom-filters/-/ethereum-bloom-filters-1.2.0.tgz", + "integrity": "sha512-28hyiE7HVsWubqhpVLVmZXFd4ITeHi+BUu05o9isf0GUpMtzBUi+8/gFrGaGYzvGAJQmJ3JKj77Mk9G98T84rA==", + "dev": true, + "dependencies": { + "@noble/hashes": "^1.4.0" + } + }, + "node_modules/ethereum-cryptography": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-0.1.3.tgz", + "integrity": "sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==", + "dev": true, + "dependencies": { + "@types/pbkdf2": "^3.0.0", + "@types/secp256k1": "^4.0.1", + "blakejs": "^1.1.0", + "browserify-aes": "^1.2.0", + "bs58check": "^2.1.2", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "hash.js": "^1.1.7", + "keccak": "^3.0.0", + "pbkdf2": "^3.0.17", + "randombytes": "^2.1.0", + "safe-buffer": "^5.1.2", + "scrypt-js": "^3.0.0", + "secp256k1": "^4.0.1", + "setimmediate": "^1.0.5" + } + }, + "node_modules/ethereumjs-util": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz", + "integrity": "sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==", + "dev": true, + "dependencies": { + "@types/bn.js": "^5.1.0", + "bn.js": "^5.1.2", + "create-hash": "^1.1.2", + "ethereum-cryptography": "^0.1.3", + "rlp": "^2.2.4" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/ethjs-unit": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/ethjs-unit/-/ethjs-unit-0.1.6.tgz", + "integrity": "sha512-/Sn9Y0oKl0uqQuvgFk/zQgR7aw1g36qX/jzSQ5lSwlO0GigPymk4eGQfeNTD03w1dPOqfz8V77Cy43jH56pagw==", + "dev": true, + "dependencies": { + "bn.js": "4.11.6", + "number-to-bn": "1.7.0" + }, + "engines": { + "node": ">=6.5.0", + "npm": ">=3" + } + }, + "node_modules/ethjs-unit/node_modules/bn.js": { + "version": "4.11.6", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.6.tgz", + "integrity": "sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA==", + "dev": true + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "dependencies": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/eyes": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz", + "integrity": "sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==", + "dev": true, + "engines": { + "node": "> 0.1.90" + } + }, + "node_modules/fast-decode-uri-component": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", + "integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==", + "dev": true + }, + "node_modules/fast-fifo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-levenshtein": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz", + "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==", + "dev": true, + "dependencies": { + "fastest-levenshtein": "^1.0.7" + } + }, + "node_modules/fast-querystring": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz", + "integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==", + "dev": true, + "dependencies": { + "fast-decode-uri-component": "^1.0.1" + } + }, + "node_modules/fast-url-parser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", + "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==", + "dev": true, + "dependencies": { + "punycode": "^1.3.2" + } + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, + "engines": { + "node": ">= 4.9.1" + } + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dev": true, + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "dev": true + }, + "node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fs-jetpack": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/fs-jetpack/-/fs-jetpack-4.3.1.tgz", + "integrity": "sha512-dbeOK84F6BiQzk2yqqCVwCPWTxAvVGJ3fMQc6E2wuEohS28mR6yHngbrKuVCK1KHRx/ccByDylqu4H5PCP2urQ==", + "dev": true, + "dependencies": { + "minimatch": "^3.0.2", + "rimraf": "^2.6.3" + } + }, + "node_modules/fs-jetpack/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/fs-jetpack/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/fs-jetpack/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/fs-jetpack/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-iterator": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-iterator/-/get-iterator-1.0.2.tgz", + "integrity": "sha512-v+dm9bNVfOYsY1OrhaCrmyOcYoSeVvbt+hHZ0Au+T+p1y+0Uyj9aMaGIeUTT6xdpRbWzDeYKvfOslPhggQMcsg==", + "dev": true + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-port": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz", + "integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz", + "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "minimatch": "^8.0.2", + "minipass": "^4.2.4", + "path-scurry": "^1.6.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gluegun": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/gluegun/-/gluegun-5.1.6.tgz", + "integrity": "sha512-9zbi4EQWIVvSOftJWquWzr9gLX2kaDgPkNR5dYWbM53eVvCI3iKuxLlnKoHC0v4uPoq+Kr/+F569tjoFbA4DSA==", + "dev": true, + "dependencies": { + "apisauce": "^2.1.5", + "app-module-path": "^2.2.0", + "cli-table3": "0.6.0", + "colors": "1.4.0", + "cosmiconfig": "7.0.1", + "cross-spawn": "7.0.3", + "ejs": "3.1.8", + "enquirer": "2.3.6", + "execa": "5.1.1", + "fs-jetpack": "4.3.1", + "lodash.camelcase": "^4.3.0", + "lodash.kebabcase": "^4.1.1", + "lodash.lowercase": "^4.3.0", + "lodash.lowerfirst": "^4.3.1", + "lodash.pad": "^4.5.1", + "lodash.padend": "^4.6.1", + "lodash.padstart": "^4.6.1", + "lodash.repeat": "^4.1.0", + "lodash.snakecase": "^4.1.1", + "lodash.startcase": "^4.4.0", + "lodash.trim": "^4.5.1", + "lodash.trimend": "^4.5.1", + "lodash.trimstart": "^4.5.1", + "lodash.uppercase": "^4.3.0", + "lodash.upperfirst": "^4.3.1", + "ora": "4.0.2", + "pluralize": "^8.0.0", + "semver": "7.3.5", + "which": "2.0.2", + "yargs-parser": "^21.0.0" + }, + "bin": { + "gluegun": "bin/gluegun" + } + }, + "node_modules/gluegun/node_modules/ejs": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", + "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", + "dev": true, + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gluegun/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gluegun/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/graphql": { + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz", + "integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==", + "dev": true, + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/graphql-import-node": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/graphql-import-node/-/graphql-import-node-0.0.5.tgz", + "integrity": "sha512-OXbou9fqh9/Lm7vwXT0XoRN9J5+WCYKnbiTalgFDvkQERITRmcfncZs6aVABedd5B85yQU5EULS4a5pnbpuI0Q==", + "dev": true, + "peerDependencies": { + "graphql": "*" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/hash-base/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/hash-base/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", + "dev": true, + "dependencies": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/http-basic": { + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", + "integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==", + "dev": true, + "dependencies": { + "caseless": "^0.12.0", + "concat-stream": "^1.6.2", + "http-response-object": "^3.0.1", + "parse-cache-control": "^1.0.1" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/http-response-object": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", + "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", + "dev": true, + "dependencies": { + "@types/node": "^10.0.3" + } + }, + "node_modules/http-response-object/node_modules/@types/node": { + "version": "10.17.60", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", + "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==", + "dev": true + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/hyperlinker": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz", + "integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/immutable": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.2.1.tgz", + "integrity": "sha512-7WYV7Q5BTs0nlQm7tl92rDYYoyELLKHoDMBKhrxEoiV4mrfVdRz8hzPiYOzH7yWjzoVEamxRuAqhxL2PLRwZYQ==", + "dev": true + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/interface-datastore": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-6.1.1.tgz", + "integrity": "sha512-AmCS+9CT34pp2u0QQVXjKztkuq3y5T+BIciuiHDDtDZucZD8VudosnSdUyXJV6IsRkN5jc4RFDhCk1O6Q3Gxjg==", + "dev": true, + "dependencies": { + "interface-store": "^2.0.2", + "nanoid": "^3.0.2", + "uint8arrays": "^3.0.0" + } + }, + "node_modules/interface-store": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/interface-store/-/interface-store-2.0.2.tgz", + "integrity": "sha512-rScRlhDcz6k199EkHqT8NpM87ebN89ICOzILoBHgaG36/WX50N32BnU/kpZgCGPLhARRAWUUX5/cyaIjt7Kipg==", + "dev": true + }, + "node_modules/ip-regex": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz", + "integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ipfs-core-types": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/ipfs-core-types/-/ipfs-core-types-0.9.0.tgz", + "integrity": "sha512-VJ8vJSHvI1Zm7/SxsZo03T+zzpsg8pkgiIi5hfwSJlsrJ1E2v68QPlnLshGHUSYw89Oxq0IbETYl2pGTFHTWfg==", + "deprecated": "js-IPFS has been deprecated in favour of Helia - please see https://github.com/ipfs/js-ipfs/issues/4336 for details", + "dev": true, + "dependencies": { + "interface-datastore": "^6.0.2", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13" + } + }, + "node_modules/ipfs-core-utils": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/ipfs-core-utils/-/ipfs-core-utils-0.13.0.tgz", + "integrity": "sha512-HP5EafxU4/dLW3U13CFsgqVO5Ika8N4sRSIb/dTg16NjLOozMH31TXV0Grtu2ZWo1T10ahTzMvrfT5f4mhioXw==", + "deprecated": "js-IPFS has been deprecated in favour of Helia - please see https://github.com/ipfs/js-ipfs/issues/4336 for details", + "dev": true, + "dependencies": { + "any-signal": "^2.1.2", + "blob-to-it": "^1.0.1", + "browser-readablestream-to-it": "^1.0.1", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.9.0", + "ipfs-unixfs": "^6.0.3", + "ipfs-utils": "^9.0.2", + "it-all": "^1.0.4", + "it-map": "^1.0.4", + "it-peekable": "^1.0.2", + "it-to-stream": "^1.0.0", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiaddr-to-uri": "^8.0.0", + "multiformats": "^9.4.13", + "nanoid": "^3.1.23", + "parse-duration": "^1.0.0", + "timeout-abort-controller": "^2.0.0", + "uint8arrays": "^3.0.0" + } + }, + "node_modules/ipfs-http-client": { + "version": "55.0.0", + "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-55.0.0.tgz", + "integrity": "sha512-GpvEs7C7WL9M6fN/kZbjeh4Y8YN7rY8b18tVWZnKxRsVwM25cIFrRI8CwNt3Ugin9yShieI3i9sPyzYGMrLNnQ==", + "deprecated": "js-IPFS has been deprecated in favour of Helia - please see https://github.com/ipfs/js-ipfs/issues/4336 for details", + "dev": true, + "dependencies": { + "@ipld/dag-cbor": "^7.0.0", + "@ipld/dag-json": "^8.0.1", + "@ipld/dag-pb": "^2.1.3", + "abort-controller": "^3.0.0", + "any-signal": "^2.1.2", + "debug": "^4.1.1", + "err-code": "^3.0.1", + "ipfs-core-types": "^0.9.0", + "ipfs-core-utils": "^0.13.0", + "ipfs-utils": "^9.0.2", + "it-first": "^1.0.6", + "it-last": "^1.0.4", + "merge-options": "^3.0.4", + "multiaddr": "^10.0.0", + "multiformats": "^9.4.13", + "native-abort-controller": "^1.0.3", + "parse-duration": "^1.0.0", + "stream-to-it": "^0.2.2", + "uint8arrays": "^3.0.0" + }, + "engines": { + "node": ">=14.0.0", + "npm": ">=3.0.0" + } + }, + "node_modules/ipfs-unixfs": { + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/ipfs-unixfs/-/ipfs-unixfs-6.0.9.tgz", + "integrity": "sha512-0DQ7p0/9dRB6XCb0mVCTli33GzIzSVx5udpJuVM47tGcD+W+Bl4LsnoLswd3ggNnNEakMv1FdoFITiEnchXDqQ==", + "dev": true, + "dependencies": { + "err-code": "^3.0.1", + "protobufjs": "^6.10.2" + }, + "engines": { + "node": ">=16.0.0", + "npm": ">=7.0.0" + } + }, + "node_modules/ipfs-utils": { + "version": "9.0.14", + "resolved": "https://registry.npmjs.org/ipfs-utils/-/ipfs-utils-9.0.14.tgz", + "integrity": "sha512-zIaiEGX18QATxgaS0/EOQNoo33W0islREABAcxXE8n7y2MGAlB+hdsxXn4J0hGZge8IqVQhW8sWIb+oJz2yEvg==", + "dev": true, + "dependencies": { + "any-signal": "^3.0.0", + "browser-readablestream-to-it": "^1.0.0", + "buffer": "^6.0.1", + "electron-fetch": "^1.7.2", + "err-code": "^3.0.1", + "is-electron": "^2.2.0", + "iso-url": "^1.1.5", + "it-all": "^1.0.4", + "it-glob": "^1.0.1", + "it-to-stream": "^1.0.0", + "merge-options": "^3.0.4", + "nanoid": "^3.1.20", + "native-fetch": "^3.0.0", + "node-fetch": "^2.6.8", + "react-native-fetch-api": "^3.0.0", + "stream-to-it": "^0.2.2" + }, + "engines": { + "node": ">=16.0.0", + "npm": ">=7.0.0" + } + }, + "node_modules/ipfs-utils/node_modules/any-signal": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/any-signal/-/any-signal-3.0.1.tgz", + "integrity": "sha512-xgZgJtKEa9YmDqXodIgl7Fl1C8yNXr8w6gXjqK3LW4GcEiYT+6AQfJSE/8SPsEpLLmcvbv8YU+qet94UewHxqg==", + "dev": true + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-electron": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-electron/-/is-electron-2.2.2.tgz", + "integrity": "sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==", + "dev": true + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-hex-prefixed": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz", + "integrity": "sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==", + "dev": true, + "engines": { + "node": ">=6.5.0", + "npm": ">=3" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-ip": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-3.1.0.tgz", + "integrity": "sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==", + "dev": true, + "dependencies": { + "ip-regex": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/iso-url": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/iso-url/-/iso-url-1.2.1.tgz", + "integrity": "sha512-9JPDgCN4B7QPkLtYAAOrEuAWvP9rWvR5offAr0/SeF046wIkglqH3VXgYYP6NcsKslH80UIVgmPqNe3j7tG2ng==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/isomorphic-ws": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", + "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", + "dev": true, + "peerDependencies": { + "ws": "*" + } + }, + "node_modules/it-all": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/it-all/-/it-all-1.0.6.tgz", + "integrity": "sha512-3cmCc6Heqe3uWi3CVM/k51fa/XbMFpQVzFoDsV0IZNHSQDyAXl3c4MjHkFX5kF3922OGj7Myv1nSEUgRtcuM1A==", + "dev": true + }, + "node_modules/it-first": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/it-first/-/it-first-1.0.7.tgz", + "integrity": "sha512-nvJKZoBpZD/6Rtde6FXqwDqDZGF1sCADmr2Zoc0hZsIvnE449gRFnGctxDf09Bzc/FWnHXAdaHVIetY6lrE0/g==", + "dev": true + }, + "node_modules/it-glob": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/it-glob/-/it-glob-1.0.2.tgz", + "integrity": "sha512-Ch2Dzhw4URfB9L/0ZHyY+uqOnKvBNeS/SMcRiPmJfpHiM0TsUZn+GkpcZxAoF3dJVdPm/PuIk3A4wlV7SUo23Q==", + "dev": true, + "dependencies": { + "@types/minimatch": "^3.0.4", + "minimatch": "^3.0.4" + } + }, + "node_modules/it-glob/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/it-glob/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/it-last": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/it-last/-/it-last-1.0.6.tgz", + "integrity": "sha512-aFGeibeiX/lM4bX3JY0OkVCFkAw8+n9lkukkLNivbJRvNz8lI3YXv5xcqhFUV2lDJiraEK3OXRDbGuevnnR67Q==", + "dev": true + }, + "node_modules/it-map": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/it-map/-/it-map-1.0.6.tgz", + "integrity": "sha512-XT4/RM6UHIFG9IobGlQPFQUrlEKkU4eBUFG3qhWhfAdh1JfF2x11ShCrKCdmZ0OiZppPfoLuzcfA4cey6q3UAQ==", + "dev": true + }, + "node_modules/it-peekable": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/it-peekable/-/it-peekable-1.0.3.tgz", + "integrity": "sha512-5+8zemFS+wSfIkSZyf0Zh5kNN+iGyccN02914BY4w/Dj+uoFEoPSvj5vaWn8pNZJNSxzjW0zHRxC3LUb2KWJTQ==", + "dev": true + }, + "node_modules/it-to-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/it-to-stream/-/it-to-stream-1.0.0.tgz", + "integrity": "sha512-pLULMZMAB/+vbdvbZtebC0nWBTbG581lk6w8P7DfIIIKUfa8FbY7Oi0FxZcFPbxvISs7A9E+cMpLDBc1XhpAOA==", + "dev": true, + "dependencies": { + "buffer": "^6.0.3", + "fast-fifo": "^1.0.0", + "get-iterator": "^1.0.2", + "p-defer": "^3.0.0", + "p-fifo": "^1.0.0", + "readable-stream": "^3.6.0" + } + }, + "node_modules/it-to-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/jake": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", + "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", + "dev": true, + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jake/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/jake/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jake/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jake/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jayson": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jayson/-/jayson-4.0.0.tgz", + "integrity": "sha512-v2RNpDCMu45fnLzSk47vx7I+QUaOsox6f5X0CUlabAFwxoP+8MfAY0NQRFwOEYXIxm8Ih5y6OaEa5KYiQMkyAA==", + "dev": true, + "dependencies": { + "@types/connect": "^3.4.33", + "@types/node": "^12.12.54", + "@types/ws": "^7.4.4", + "commander": "^2.20.3", + "delay": "^5.0.0", + "es6-promisify": "^5.0.0", + "eyes": "^0.1.8", + "isomorphic-ws": "^4.0.1", + "json-stringify-safe": "^5.0.1", + "JSONStream": "^1.3.5", + "uuid": "^8.3.2", + "ws": "^7.4.5" + }, + "bin": { + "jayson": "bin/jayson.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jayson/node_modules/@types/node": { + "version": "12.20.55", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", + "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==", + "dev": true + }, + "node_modules/jayson/node_modules/JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "dev": true, + "dependencies": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + }, + "bin": { + "JSONStream": "bin.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/js-sha3": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", + "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==", + "dev": true + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "dev": true, + "engines": [ + "node >= 0.2.0" + ] + }, + "node_modules/JSONStream": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.2.tgz", + "integrity": "sha512-mn0KSip7N4e0UDPZHnqDsHECo5uGQrixQKnAskOM1BIB8hd7QKbd6il8IPRPudPHOeHiECoCFqhyMaRO9+nWyA==", + "dev": true, + "dependencies": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + }, + "bin": { + "JSONStream": "bin.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/keccak": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.4.tgz", + "integrity": "sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/keccak/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true + }, + "node_modules/lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true + }, + "node_modules/lodash.lowercase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.lowercase/-/lodash.lowercase-4.3.0.tgz", + "integrity": "sha512-UcvP1IZYyDKyEL64mmrwoA1AbFu5ahojhTtkOUr1K9dbuxzS9ev8i4TxMMGCqRC9TE8uDaSoufNAXxRPNTseVA==", + "dev": true + }, + "node_modules/lodash.lowerfirst": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/lodash.lowerfirst/-/lodash.lowerfirst-4.3.1.tgz", + "integrity": "sha512-UUKX7VhP1/JL54NXg2aq/E1Sfnjjes8fNYTNkPU8ZmsaVeBvPHKdbNaN79Re5XRL01u6wbq3j0cbYZj71Fcu5w==", + "dev": true + }, + "node_modules/lodash.pad": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.5.1.tgz", + "integrity": "sha512-mvUHifnLqM+03YNzeTBS1/Gr6JRFjd3rRx88FHWUvamVaT9k2O/kXha3yBSOwB9/DTQrSTLJNHvLBBt2FdX7Mg==", + "dev": true + }, + "node_modules/lodash.padend": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz", + "integrity": "sha512-sOQs2aqGpbl27tmCS1QNZA09Uqp01ZzWfDUoD+xzTii0E7dSQfRKcRetFwa+uXaxaqL+TKm7CgD2JdKP7aZBSw==", + "dev": true + }, + "node_modules/lodash.padstart": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "dev": true + }, + "node_modules/lodash.repeat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/lodash.repeat/-/lodash.repeat-4.1.0.tgz", + "integrity": "sha512-eWsgQW89IewS95ZOcr15HHCX6FVDxq3f2PNUIng3fyzsPev9imFQxIYdFZ6crl8L56UR6ZlGDLcEb3RZsCSSqw==", + "dev": true + }, + "node_modules/lodash.snakecase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", + "dev": true + }, + "node_modules/lodash.startcase": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", + "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==", + "dev": true + }, + "node_modules/lodash.trim": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/lodash.trim/-/lodash.trim-4.5.1.tgz", + "integrity": "sha512-nJAlRl/K+eiOehWKDzoBVrSMhK0K3A3YQsUNXHQa5yIrKBAhsZgSu3KoAFoFT+mEgiyBHddZ0pRk1ITpIp90Wg==", + "dev": true + }, + "node_modules/lodash.trimend": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/lodash.trimend/-/lodash.trimend-4.5.1.tgz", + "integrity": "sha512-lsD+k73XztDsMBKPKvzHXRKFNMohTjoTKIIo4ADLn5dA65LZ1BqlAvSXhR2rPEC3BgAUQnzMnorqDtqn2z4IHA==", + "dev": true + }, + "node_modules/lodash.trimstart": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/lodash.trimstart/-/lodash.trimstart-4.5.1.tgz", + "integrity": "sha512-b/+D6La8tU76L/61/aN0jULWHkT0EeJCmVstPBn/K9MtD2qBW83AsBNrr63dKuWYwVMO7ucv13QNO/Ek/2RKaQ==", + "dev": true + }, + "node_modules/lodash.uppercase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.uppercase/-/lodash.uppercase-4.3.0.tgz", + "integrity": "sha512-+Nbnxkj7s8K5U8z6KnEYPGUOGp3woZbB7Ecs7v3LkkjLQSm2kP9SKIILitN1ktn2mB/tmM9oSlku06I+/lH7QA==", + "dev": true + }, + "node_modules/lodash.upperfirst": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "dev": true + }, + "node_modules/log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "dev": true, + "dependencies": { + "chalk": "^2.4.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-symbols/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/log-symbols/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/log-symbols/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/log-symbols/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-symbols/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/long": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", + "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==", + "dev": true + }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dev": true, + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/merge-options": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/merge-options/-/merge-options-3.0.4.tgz", + "integrity": "sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==", + "dev": true, + "dependencies": { + "is-plain-obj": "^2.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==", + "dev": true + }, + "node_modules/minimatch": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", + "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", + "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/multiaddr": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/multiaddr/-/multiaddr-10.0.1.tgz", + "integrity": "sha512-G5upNcGzEGuTHkzxezPrrD6CaIHR9uo+7MwqhNVcXTs33IInon4y7nMiGxl2CY5hG7chvYQUQhz5V52/Qe3cbg==", + "deprecated": "This module is deprecated, please upgrade to @multiformats/multiaddr", + "dev": true, + "dependencies": { + "dns-over-http-resolver": "^1.2.3", + "err-code": "^3.0.1", + "is-ip": "^3.1.0", + "multiformats": "^9.4.5", + "uint8arrays": "^3.0.0", + "varint": "^6.0.0" + } + }, + "node_modules/multiaddr-to-uri": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/multiaddr-to-uri/-/multiaddr-to-uri-8.0.0.tgz", + "integrity": "sha512-dq4p/vsOOUdVEd1J1gl+R2GFrXJQH8yjLtz4hodqdVbieg39LvBOdMQRdQnfbg5LSM/q1BYNVf5CBbwZFFqBgA==", + "deprecated": "This module is deprecated, please upgrade to @multiformats/multiaddr-to-uri", + "dev": true, + "dependencies": { + "multiaddr": "^10.0.0" + } + }, + "node_modules/multiformats": { + "version": "9.9.0", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", + "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==", + "dev": true + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/native-abort-controller": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/native-abort-controller/-/native-abort-controller-1.0.4.tgz", + "integrity": "sha512-zp8yev7nxczDJMoP6pDxyD20IU0T22eX8VwN2ztDccKvSZhRaV33yP1BGwKSZfXuqWUzsXopVFjBdau9OOAwMQ==", + "dev": true, + "peerDependencies": { + "abort-controller": "*" + } + }, + "node_modules/native-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/native-fetch/-/native-fetch-3.0.0.tgz", + "integrity": "sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==", + "dev": true, + "peerDependencies": { + "node-fetch": "*" + } + }, + "node_modules/natural-orderby": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", + "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/node-addon-api": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz", + "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==", + "dev": true + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-gyp-build": { + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", + "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", + "dev": true, + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/number-to-bn": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.7.0.tgz", + "integrity": "sha512-wsJ9gfSz1/s4ZsJN01lyonwuxA1tml6X1yBDnfpMglypcBRFZZkus26EdPSlqS5GJfYddVZa22p3VNb3z5m5Ig==", + "dev": true, + "dependencies": { + "bn.js": "4.11.6", + "strip-hex-prefix": "1.0.0" + }, + "engines": { + "node": ">=6.5.0", + "npm": ">=3" + } + }, + "node_modules/number-to-bn/node_modules/bn.js": { + "version": "4.11.6", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.6.tgz", + "integrity": "sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA==", + "dev": true + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-treeify": { + "version": "1.1.33", + "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz", + "integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "dev": true, + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz", + "integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==", + "dev": true, + "dependencies": { + "chalk": "^2.4.2", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.2.0", + "is-interactive": "^1.0.0", + "log-symbols": "^3.0.0", + "strip-ansi": "^5.2.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ora/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/ora/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/ora/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/ora/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ora/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-defer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-3.0.0.tgz", + "integrity": "sha512-ugZxsxmtTln604yeYd29EGrNhazN2lywetzpKhfmQjW/VJmhpDmWbiX+h0zL8V91R0UXkhb3KtPmyq9PZw3aYw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-fifo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-fifo/-/p-fifo-1.0.0.tgz", + "integrity": "sha512-IjoCxXW48tqdtDFz6fqo5q1UfFVjjVZe8TC1QRflvNUJtNfCUhxOUw6MOVZhDPjqhSzc26xKdugsO17gmzd5+A==", + "dev": true, + "dependencies": { + "fast-fifo": "^1.0.0", + "p-defer": "^3.0.0" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-cache-control": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz", + "integrity": "sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg==", + "dev": true + }, + "node_modules/parse-duration": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-1.1.0.tgz", + "integrity": "sha512-z6t9dvSJYaPoQq7quMzdEagSFtpGu+utzHqqxmpVWNNZRIXnvqyCvn9XsTdh7c/w0Bqmdz3RB3YnRaKtpRtEXQ==", + "dev": true + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/password-prompt": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz", + "integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==", + "dev": true, + "dependencies": { + "ansi-escapes": "^4.3.2", + "cross-spawn": "^7.0.3" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "dev": true, + "dependencies": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/picocolors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", + "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pluralize": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz", + "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/prettier": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", + "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/promise": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", + "dev": true, + "dependencies": { + "asap": "~2.0.6" + } + }, + "node_modules/protobufjs": { + "version": "6.11.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz", + "integrity": "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", + "@types/node": ">=13.7.0", + "long": "^4.0.0" + }, + "bin": { + "pbjs": "bin/pbjs", + "pbts": "bin/pbts" + } + }, + "node_modules/pump": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pump/-/pump-1.0.3.tgz", + "integrity": "sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "node_modules/pvtsutils": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.5.tgz", + "integrity": "sha512-ARvb14YB9Nm2Xi6nBq1ZX6dAM0FsJnuk+31aUp4TrcZEdKUlSqOqsxJHUPJDNE3qiIp+iUPEIeR6Je/tgV7zsA==", + "dev": true, + "dependencies": { + "tslib": "^2.6.1" + } + }, + "node_modules/pvutils": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz", + "integrity": "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/react-native-fetch-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-native-fetch-api/-/react-native-fetch-api-3.0.0.tgz", + "integrity": "sha512-g2rtqPjdroaboDKTsJCTlcmtw54E25OjyaunUP0anOZn4Fuo2IKs8BVfe02zVggA/UysbmfSnRJIqtNkAgggNA==", + "dev": true, + "dependencies": { + "p-defer": "^3.0.0" + } + }, + "node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/receptacle": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/receptacle/-/receptacle-1.3.2.tgz", + "integrity": "sha512-HrsFvqZZheusncQRiEE7GatOAETrARKV/lnfYicIm8lbvp/JQOdADOfhjBd2DajvoszEyxSM6RlAAIZgEoeu/A==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/redeyed": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", + "integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==", + "dev": true, + "dependencies": { + "esprima": "~4.0.0" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/retimer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/retimer/-/retimer-3.0.0.tgz", + "integrity": "sha512-WKE0j11Pa0ZJI5YIk0nflGI7SQsfl2ljihVy7ogh7DeQSeYAUi0ubZ/yEueGtDfUPk6GH5LRw1hBdLq4IwUBWA==", + "dev": true + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dev": true, + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "node_modules/rlp": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/rlp/-/rlp-2.2.7.tgz", + "integrity": "sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==", + "dev": true, + "dependencies": { + "bn.js": "^5.2.0" + }, + "bin": { + "rlp": "bin/rlp" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/scrypt-js": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz", + "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==", + "dev": true + }, + "node_modules/secp256k1": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.3.tgz", + "integrity": "sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "elliptic": "^6.5.4", + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/semver": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", + "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dev": true, + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "dev": true + }, + "node_modules/sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "bin": { + "sha.js": "bin.js" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/split-ca": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/split-ca/-/split-ca-1.0.1.tgz", + "integrity": "sha512-Q5thBSxp5t8WPTTJQS59LrGqOZqOsrhDGDVm8azCqIBjSBd7nd9o2PM+mDulQQkh8h//4U6hFZnc/mul8t5pWQ==", + "dev": true + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "node_modules/stream-to-it": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/stream-to-it/-/stream-to-it-0.2.4.tgz", + "integrity": "sha512-4vEbkSs83OahpmBybNJXlJd7d6/RxzkkSdT3I0mnGt79Xd2Kk+e1JqbvAvsQfCeKj3aKb0QIWkyK3/n0j506vQ==", + "dev": true, + "dependencies": { + "get-iterator": "^1.0.2" + } + }, + "node_modules/streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-hex-prefix": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz", + "integrity": "sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==", + "dev": true, + "dependencies": { + "is-hex-prefixed": "1.0.0" + }, + "engines": { + "node": ">=6.5.0", + "npm": ">=3" + } + }, + "node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/sync-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", + "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", + "dev": true, + "dependencies": { + "http-response-object": "^3.0.1", + "sync-rpc": "^1.2.1", + "then-request": "^6.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/sync-rpc": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/sync-rpc/-/sync-rpc-1.3.6.tgz", + "integrity": "sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw==", + "dev": true, + "dependencies": { + "get-port": "^3.1.0" + } + }, + "node_modules/tar": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "dev": true, + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar-fs": { + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.3.tgz", + "integrity": "sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==", + "dev": true, + "dependencies": { + "chownr": "^1.0.1", + "mkdirp": "^0.5.1", + "pump": "^1.0.0", + "tar-stream": "^1.1.2" + } + }, + "node_modules/tar-fs/node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true + }, + "node_modules/tar-fs/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/tar-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz", + "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==", + "dev": true, + "dependencies": { + "bl": "^1.0.0", + "buffer-alloc": "^1.2.0", + "end-of-stream": "^1.0.0", + "fs-constants": "^1.0.0", + "readable-stream": "^2.3.0", + "to-buffer": "^1.1.1", + "xtend": "^4.0.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/then-request": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", + "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", + "dev": true, + "dependencies": { + "@types/concat-stream": "^1.6.0", + "@types/form-data": "0.0.33", + "@types/node": "^8.0.0", + "@types/qs": "^6.2.31", + "caseless": "~0.12.0", + "concat-stream": "^1.6.0", + "form-data": "^2.2.0", + "http-basic": "^8.1.1", + "http-response-object": "^3.0.1", + "promise": "^8.0.0", + "qs": "^6.4.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/then-request/node_modules/@types/node": { + "version": "8.10.66", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz", + "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==", + "dev": true + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "dev": true + }, + "node_modules/timeout-abort-controller": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/timeout-abort-controller/-/timeout-abort-controller-2.0.0.tgz", + "integrity": "sha512-2FAPXfzTPYEgw27bQGTHc0SzrbmnU2eso4qo172zMLZzaGqeu09PFa5B2FCUHM1tflgRqPgn5KQgp6+Vex4uNA==", + "dev": true, + "dependencies": { + "abort-controller": "^3.0.0", + "native-abort-controller": "^1.0.4", + "retimer": "^3.0.0" + } + }, + "node_modules/tmp": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "dev": true, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/tmp-promise": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz", + "integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==", + "dev": true, + "dependencies": { + "tmp": "^0.2.0" + } + }, + "node_modules/to-buffer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", + "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==", + "dev": true + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/tslib": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "dev": true + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "dev": true + }, + "node_modules/typescript": { + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "dev": true, + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/uint8arrays": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", + "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==", + "dev": true, + "dependencies": { + "multiformats": "^9.4.2" + } + }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/urlpattern-polyfill": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz", + "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==", + "dev": true + }, + "node_modules/utf8": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz", + "integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==", + "dev": true + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true + }, + "node_modules/varint": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz", + "integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==", + "dev": true + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/web-streams-polyfill": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", + "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/web3-eth-abi": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/web3-eth-abi/-/web3-eth-abi-1.7.0.tgz", + "integrity": "sha512-heqR0bWxgCJwjWIhq2sGyNj9bwun5+Xox/LdZKe+WMyTSy0cXDXEAgv3XKNkXC4JqdDt/ZlbTEx4TWak4TRMSg==", + "dev": true, + "dependencies": { + "@ethersproject/abi": "5.0.7", + "web3-utils": "1.7.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/web3-utils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.7.0.tgz", + "integrity": "sha512-O8Tl4Ky40Sp6pe89Olk2FsaUkgHyb5QAXuaKo38ms3CxZZ4d3rPGfjP9DNKGm5+IUgAZBNpF1VmlSmNCqfDI1w==", + "dev": true, + "dependencies": { + "bn.js": "^4.11.9", + "ethereum-bloom-filters": "^1.0.6", + "ethereumjs-util": "^7.1.0", + "ethjs-unit": "0.1.6", + "number-to-bn": "1.7.0", + "randombytes": "^2.1.0", + "utf8": "3.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/web3-utils/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/webcrypto-core": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.8.0.tgz", + "integrity": "sha512-kR1UQNH8MD42CYuLzvibfakG5Ew5seG85dMMoAM/1LqvckxaF6pUiidLuraIu4V+YCIFabYecUZAW0TuxAoaqw==", + "dev": true, + "dependencies": { + "@peculiar/asn1-schema": "^2.3.8", + "@peculiar/json-schema": "^1.1.12", + "asn1js": "^3.0.1", + "pvtsutils": "^1.3.5", + "tslib": "^2.6.2" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dev": true, + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/ws": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "dev": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + } + } +} diff --git a/ow-registry-subgraph/package.json b/ow-registry-subgraph/package.json new file mode 100644 index 0000000..57adb74 --- /dev/null +++ b/ow-registry-subgraph/package.json @@ -0,0 +1,14 @@ +{ + "name": "ow_subgraph", + "private": true, + "scripts": { + "build": "graph build subgraph.yaml", + "build-ipfs": "graph build --ipfs /ip4/127.0.0.1/tcp/5001 subgraph.yaml", + "build-wast": "graph build -t wast subgraph.yaml", + "codegen": "graph codegen --output-dir src/types/ subgraph.yaml" + }, + "devDependencies": { + "@graphprotocol/graph-cli":"0.85.0", + "@graphprotocol/graph-ts": "0.35.1" + } +} \ No newline at end of file diff --git a/ow-registry-subgraph/schema.graphql b/ow-registry-subgraph/schema.graphql new file mode 100644 index 0000000..30ed0e9 --- /dev/null +++ b/ow-registry-subgraph/schema.graphql @@ -0,0 +1,15 @@ +type DdexMessage @entity { + id: ID! + isrc: String! + releaseId: String! +} + +type Release @entity { + id: ID! + isrcs: [Isrc!]! +} + +type Isrc @entity { + id: ID! + lastUpdate: BigInt! +} diff --git a/ow-registry-subgraph/src/mapping.ts b/ow-registry-subgraph/src/mapping.ts new file mode 100644 index 0000000..0348e5a --- /dev/null +++ b/ow-registry-subgraph/src/mapping.ts @@ -0,0 +1,35 @@ +import { MessageDigested } from "./types/DdexSequencer/DdexSequencer"; +import { DdexMessage, Isrc, Release } from "./types/schema"; + +export function handleMessageDigested(event: MessageDigested): void { + const ddexMessage = new DdexMessage(event.transaction.hash.toHex()); + ddexMessage.isrc = event.params.data.isrc; + ddexMessage.releaseId = event.params.data.releaseId; + ddexMessage.save(); + + let isrc = Isrc.load(event.params.data.isrc); + if (isrc === null) { + isrc = new Isrc(`${event.params.data.isrc}`); + } + isrc.lastUpdate = event.block.timestamp; + isrc.save(); + + let release = Release.load(event.params.data.releaseId); + if (release === null) { + release = new Release(`${event.params.data.releaseId}`); + release.isrcs = []; + release.save(); + } + let alreadyIncluded = false; + for (let i = 0; i < release.isrcs.length; i++) { + if (release.isrcs[i] == isrc.id) { + alreadyIncluded = true; + } + } + if (!alreadyIncluded) { + let releaseIsrcs = release.isrcs; + releaseIsrcs.push(isrc.id); + release.isrcs = releaseIsrcs; + release.save(); + } +} diff --git a/ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts b/ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts new file mode 100644 index 0000000..9aedc66 --- /dev/null +++ b/ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts @@ -0,0 +1,399 @@ +// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. + +import { + ethereum, + JSONValue, + TypedMap, + Entity, + Bytes, + Address, + BigInt, +} from "@graphprotocol/graph-ts"; + +export class MessageDigested extends ethereum.Event { + get params(): MessageDigested__Params { + return new MessageDigested__Params(this); + } +} + +export class MessageDigested__Params { + _event: MessageDigested; + + constructor(event: MessageDigested) { + this._event = event; + } + + get data(): MessageDigestedDataStruct { + return changetype( + this._event.parameters[0].value.toTuple(), + ); + } +} + +export class MessageDigestedDataStruct extends ethereum.Tuple { + get isrc(): string { + return this[0].toString(); + } + + get releaseId(): string { + return this[1].toString(); + } +} + +export class NewBlobSubmitted extends ethereum.Event { + get params(): NewBlobSubmitted__Params { + return new NewBlobSubmitted__Params(this); + } +} + +export class NewBlobSubmitted__Params { + _event: NewBlobSubmitted; + + constructor(event: NewBlobSubmitted) { + this._event = event; + } + + get commitment(): Bytes { + return this._event.parameters[0].value.toBytes(); + } +} + +export class WhitelistChanged extends ethereum.Event { + get params(): WhitelistChanged__Params { + return new WhitelistChanged__Params(this); + } +} + +export class WhitelistChanged__Params { + _event: WhitelistChanged; + + constructor(event: WhitelistChanged) { + this._event = event; + } + + get _whitelistId(): Bytes { + return this._event.parameters[0].value.toBytes(); + } + + get _previousAddress(): Address { + return this._event.parameters[1].value.toAddress(); + } + + get _newAddress(): Address { + return this._event.parameters[2].value.toAddress(); + } +} + +export class DdexSequencer__blobsResult { + value0: Bytes; + value1: boolean; + value2: Address; + + constructor(value0: Bytes, value1: boolean, value2: Address) { + this.value0 = value0; + this.value1 = value1; + this.value2 = value2; + } + + toMap(): TypedMap { + let map = new TypedMap(); + map.set("value0", ethereum.Value.fromFixedBytes(this.value0)); + map.set("value1", ethereum.Value.fromBoolean(this.value1)); + map.set("value2", ethereum.Value.fromAddress(this.value2)); + return map; + } + + getNextBlob(): Bytes { + return this.value0; + } + + getSubmitted(): boolean { + return this.value1; + } + + getProposer(): Address { + return this.value2; + } +} + +export class DdexSequencer extends ethereum.SmartContract { + static bind(address: Address): DdexSequencer { + return new DdexSequencer("DdexSequencer", address); + } + + DATA_PROVIDERS_WHITELIST(): Bytes { + let result = super.call( + "DATA_PROVIDERS_WHITELIST", + "DATA_PROVIDERS_WHITELIST():(bytes1)", + [], + ); + + return result[0].toBytes(); + } + + try_DATA_PROVIDERS_WHITELIST(): ethereum.CallResult { + let result = super.tryCall( + "DATA_PROVIDERS_WHITELIST", + "DATA_PROVIDERS_WHITELIST():(bytes1)", + [], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytes()); + } + + VALIDATORS_WHITELIST(): Bytes { + let result = super.call( + "VALIDATORS_WHITELIST", + "VALIDATORS_WHITELIST():(bytes1)", + [], + ); + + return result[0].toBytes(); + } + + try_VALIDATORS_WHITELIST(): ethereum.CallResult { + let result = super.tryCall( + "VALIDATORS_WHITELIST", + "VALIDATORS_WHITELIST():(bytes1)", + [], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytes()); + } + + blobQueueHead(): Bytes { + let result = super.call("blobQueueHead", "blobQueueHead():(bytes32)", []); + + return result[0].toBytes(); + } + + try_blobQueueHead(): ethereum.CallResult { + let result = super.tryCall( + "blobQueueHead", + "blobQueueHead():(bytes32)", + [], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytes()); + } + + blobQueueTail(): Bytes { + let result = super.call("blobQueueTail", "blobQueueTail():(bytes32)", []); + + return result[0].toBytes(); + } + + try_blobQueueTail(): ethereum.CallResult { + let result = super.tryCall( + "blobQueueTail", + "blobQueueTail():(bytes32)", + [], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toBytes()); + } + + blobs(param0: Bytes): DdexSequencer__blobsResult { + let result = super.call("blobs", "blobs(bytes32):(bytes32,bool,address)", [ + ethereum.Value.fromFixedBytes(param0), + ]); + + return new DdexSequencer__blobsResult( + result[0].toBytes(), + result[1].toBoolean(), + result[2].toAddress(), + ); + } + + try_blobs(param0: Bytes): ethereum.CallResult { + let result = super.tryCall( + "blobs", + "blobs(bytes32):(bytes32,bool,address)", + [ethereum.Value.fromFixedBytes(param0)], + ); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue( + new DdexSequencer__blobsResult( + value[0].toBytes(), + value[1].toBoolean(), + value[2].toAddress(), + ), + ); + } + + whitelists(param0: Bytes): Address { + let result = super.call("whitelists", "whitelists(bytes1):(address)", [ + ethereum.Value.fromFixedBytes(param0), + ]); + + return result[0].toAddress(); + } + + try_whitelists(param0: Bytes): ethereum.CallResult
{ + let result = super.tryCall("whitelists", "whitelists(bytes1):(address)", [ + ethereum.Value.fromFixedBytes(param0), + ]); + if (result.reverted) { + return new ethereum.CallResult(); + } + let value = result.value; + return ethereum.CallResult.fromValue(value[0].toAddress()); + } +} + +export class ConstructorCall extends ethereum.Call { + get inputs(): ConstructorCall__Inputs { + return new ConstructorCall__Inputs(this); + } + + get outputs(): ConstructorCall__Outputs { + return new ConstructorCall__Outputs(this); + } +} + +export class ConstructorCall__Inputs { + _call: ConstructorCall; + + constructor(call: ConstructorCall) { + this._call = call; + } + + get dataProvidersWhitelist(): Address { + return this._call.inputValues[0].value.toAddress(); + } + + get validatorsWhitelist(): Address { + return this._call.inputValues[1].value.toAddress(); + } + + get stakeVaultAddress(): Address { + return this._call.inputValues[2].value.toAddress(); + } +} + +export class ConstructorCall__Outputs { + _call: ConstructorCall; + + constructor(call: ConstructorCall) { + this._call = call; + } +} + +export class SubmitNewBlobCall extends ethereum.Call { + get inputs(): SubmitNewBlobCall__Inputs { + return new SubmitNewBlobCall__Inputs(this); + } + + get outputs(): SubmitNewBlobCall__Outputs { + return new SubmitNewBlobCall__Outputs(this); + } +} + +export class SubmitNewBlobCall__Inputs { + _call: SubmitNewBlobCall; + + constructor(call: SubmitNewBlobCall) { + this._call = call; + } + + get commitment(): Bytes { + return this._call.inputValues[0].value.toBytes(); + } +} + +export class SubmitNewBlobCall__Outputs { + _call: SubmitNewBlobCall; + + constructor(call: SubmitNewBlobCall) { + this._call = call; + } +} + +export class SubmitProofForFraudulentBlobCall extends ethereum.Call { + get inputs(): SubmitProofForFraudulentBlobCall__Inputs { + return new SubmitProofForFraudulentBlobCall__Inputs(this); + } + + get outputs(): SubmitProofForFraudulentBlobCall__Outputs { + return new SubmitProofForFraudulentBlobCall__Outputs(this); + } +} + +export class SubmitProofForFraudulentBlobCall__Inputs { + _call: SubmitProofForFraudulentBlobCall; + + constructor(call: SubmitProofForFraudulentBlobCall) { + this._call = call; + } + + get proof(): boolean { + return this._call.inputValues[0].value.toBoolean(); + } +} + +export class SubmitProofForFraudulentBlobCall__Outputs { + _call: SubmitProofForFraudulentBlobCall; + + constructor(call: SubmitProofForFraudulentBlobCall) { + this._call = call; + } +} + +export class SubmitProofOfProcessingCall extends ethereum.Call { + get inputs(): SubmitProofOfProcessingCall__Inputs { + return new SubmitProofOfProcessingCall__Inputs(this); + } + + get outputs(): SubmitProofOfProcessingCall__Outputs { + return new SubmitProofOfProcessingCall__Outputs(this); + } +} + +export class SubmitProofOfProcessingCall__Inputs { + _call: SubmitProofOfProcessingCall; + + constructor(call: SubmitProofOfProcessingCall) { + this._call = call; + } + + get proof(): boolean { + return this._call.inputValues[0].value.toBoolean(); + } + + get messagesData(): Array { + return this._call.inputValues[1].value.toTupleArray(); + } +} + +export class SubmitProofOfProcessingCall__Outputs { + _call: SubmitProofOfProcessingCall; + + constructor(call: SubmitProofOfProcessingCall) { + this._call = call; + } +} + +export class SubmitProofOfProcessingCallMessagesDataStruct extends ethereum.Tuple { + get isrc(): string { + return this[0].toString(); + } + + get releaseId(): string { + return this[1].toString(); + } +} diff --git a/ow-registry-subgraph/src/types/schema.ts b/ow-registry-subgraph/src/types/schema.ts new file mode 100644 index 0000000..728b03d --- /dev/null +++ b/ow-registry-subgraph/src/types/schema.ts @@ -0,0 +1,186 @@ +// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. + +import { + TypedMap, + Entity, + Value, + ValueKind, + store, + Bytes, + BigInt, + BigDecimal, +} from "@graphprotocol/graph-ts"; + +export class DdexMessage extends Entity { + constructor(id: string) { + super(); + this.set("id", Value.fromString(id)); + } + + save(): void { + let id = this.get("id"); + assert(id != null, "Cannot save DdexMessage entity without an ID"); + if (id) { + assert( + id.kind == ValueKind.STRING, + `Entities of type DdexMessage must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, + ); + store.set("DdexMessage", id.toString(), this); + } + } + + static loadInBlock(id: string): DdexMessage | null { + return changetype( + store.get_in_block("DdexMessage", id), + ); + } + + static load(id: string): DdexMessage | null { + return changetype(store.get("DdexMessage", id)); + } + + get id(): string { + let value = this.get("id"); + if (!value || value.kind == ValueKind.NULL) { + throw new Error("Cannot return null for a required field."); + } else { + return value.toString(); + } + } + + set id(value: string) { + this.set("id", Value.fromString(value)); + } + + get isrc(): string { + let value = this.get("isrc"); + if (!value || value.kind == ValueKind.NULL) { + throw new Error("Cannot return null for a required field."); + } else { + return value.toString(); + } + } + + set isrc(value: string) { + this.set("isrc", Value.fromString(value)); + } + + get releaseId(): string { + let value = this.get("releaseId"); + if (!value || value.kind == ValueKind.NULL) { + throw new Error("Cannot return null for a required field."); + } else { + return value.toString(); + } + } + + set releaseId(value: string) { + this.set("releaseId", Value.fromString(value)); + } +} + +export class Release extends Entity { + constructor(id: string) { + super(); + this.set("id", Value.fromString(id)); + } + + save(): void { + let id = this.get("id"); + assert(id != null, "Cannot save Release entity without an ID"); + if (id) { + assert( + id.kind == ValueKind.STRING, + `Entities of type Release must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, + ); + store.set("Release", id.toString(), this); + } + } + + static loadInBlock(id: string): Release | null { + return changetype(store.get_in_block("Release", id)); + } + + static load(id: string): Release | null { + return changetype(store.get("Release", id)); + } + + get id(): string { + let value = this.get("id"); + if (!value || value.kind == ValueKind.NULL) { + throw new Error("Cannot return null for a required field."); + } else { + return value.toString(); + } + } + + set id(value: string) { + this.set("id", Value.fromString(value)); + } + + get isrcs(): Array { + let value = this.get("isrcs"); + if (!value || value.kind == ValueKind.NULL) { + throw new Error("Cannot return null for a required field."); + } else { + return value.toStringArray(); + } + } + + set isrcs(value: Array) { + this.set("isrcs", Value.fromStringArray(value)); + } +} + +export class Isrc extends Entity { + constructor(id: string) { + super(); + this.set("id", Value.fromString(id)); + } + + save(): void { + let id = this.get("id"); + assert(id != null, "Cannot save Isrc entity without an ID"); + if (id) { + assert( + id.kind == ValueKind.STRING, + `Entities of type Isrc must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, + ); + store.set("Isrc", id.toString(), this); + } + } + + static loadInBlock(id: string): Isrc | null { + return changetype(store.get_in_block("Isrc", id)); + } + + static load(id: string): Isrc | null { + return changetype(store.get("Isrc", id)); + } + + get id(): string { + let value = this.get("id"); + if (!value || value.kind == ValueKind.NULL) { + throw new Error("Cannot return null for a required field."); + } else { + return value.toString(); + } + } + + set id(value: string) { + this.set("id", Value.fromString(value)); + } + + get lastUpdate(): BigInt { + let value = this.get("lastUpdate"); + if (!value || value.kind == ValueKind.NULL) { + throw new Error("Cannot return null for a required field."); + } else { + return value.toBigInt(); + } + } + + set lastUpdate(value: BigInt) { + this.set("lastUpdate", Value.fromBigInt(value)); + } +} diff --git a/ow-registry-subgraph/subgraph.yaml b/ow-registry-subgraph/subgraph.yaml new file mode 100644 index 0000000..ad9dbd2 --- /dev/null +++ b/ow-registry-subgraph/subgraph.yaml @@ -0,0 +1,25 @@ +specVersion: 0.0.5 +description: "example of a subgraph" +repository: https://github.com/graphprotocol/graph-tooling.git +schema: + file: ./schema.graphql +dataSources: + - kind: ethereum/contract + name: DdexSequencer + network: kurtosis + source: + address: "0xB965D10739e19a9158e7f713720B0145D996E370" + abi: DdexSequencer + mapping: + kind: ethereum/events + apiVersion: 0.0.7 + language: wasm/assemblyscript + file: ./src/mapping.ts + entities: + - DdexMessage + abis: + - name: DdexSequencer + file: ./abis/DdexSequencer.json + eventHandlers: + - event: MessageDigested((string,string)) + handler: handleMessageDigested diff --git a/registry-subgraph/ow_subgraph/abis/ExampleContract.json b/registry-subgraph/ow_subgraph/abis/ExampleContract.json deleted file mode 100644 index 7131b91..0000000 --- a/registry-subgraph/ow_subgraph/abis/ExampleContract.json +++ /dev/null @@ -1,2388 +0,0 @@ -[ - { - "anonymous": false, - "inputs": [{ "indexed": true, "name": "exampleParam", "type": "string" }], - "name": "ExampleEvent", - "type": "event" - }, - { - "name": "getAndReturnAddress", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "address" - } - ], - "outputs": [ - { - "name": "x", - "type": "address" - } - ] - }, - { - "name": "getAndReturnString", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "string" - } - ], - "outputs": [ - { - "name": "x", - "type": "string" - } - ] - }, - { - "name": "getAndReturnBool", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bool" - } - ], - "outputs": [ - { - "name": "x", - "type": "bool" - } - ] - }, - { - "name": "getAndReturnByte", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "byte" - } - ], - "outputs": [ - { - "name": "x", - "type": "byte" - } - ] - }, - { - "name": "getAndReturnBytes1", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes1" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes1" - } - ] - }, - { - "name": "getAndReturnBytes32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes32" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes32" - } - ] - }, - { - "name": "getAndReturnInt8", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int8" - } - ], - "outputs": [ - { - "name": "x", - "type": "int8" - } - ] - }, - { - "name": "getAndReturnInt16", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int16" - } - ], - "outputs": [ - { - "name": "x", - "type": "int16" - } - ] - }, - { - "name": "getAndReturnInt24", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int24" - } - ], - "outputs": [ - { - "name": "x", - "type": "int24" - } - ] - }, - { - "name": "getAndReturnInt32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int32" - } - ], - "outputs": [ - { - "name": "x", - "type": "int32" - } - ] - }, - { - "name": "getAndReturnInt40", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int40" - } - ], - "outputs": [ - { - "name": "x", - "type": "int40" - } - ] - }, - { - "name": "getAndReturnInt48", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int48" - } - ], - "outputs": [ - { - "name": "x", - "type": "int48" - } - ] - }, - { - "name": "getAndReturnInt56", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int56" - } - ], - "outputs": [ - { - "name": "x", - "type": "int56" - } - ] - }, - { - "name": "getAndReturnInt64", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int64" - } - ], - "outputs": [ - { - "name": "x", - "type": "int64" - } - ] - }, - { - "name": "getAndReturnInt72", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int72" - } - ], - "outputs": [ - { - "name": "x", - "type": "int72" - } - ] - }, - { - "name": "getAndReturnInt80", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int80" - } - ], - "outputs": [ - { - "name": "x", - "type": "int80" - } - ] - }, - { - "name": "getAndReturnInt88", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int88" - } - ], - "outputs": [ - { - "name": "x", - "type": "int88" - } - ] - }, - { - "name": "getAndReturnInt96", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int96" - } - ], - "outputs": [ - { - "name": "x", - "type": "int96" - } - ] - }, - { - "name": "getAndReturnInt104", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int104" - } - ], - "outputs": [ - { - "name": "x", - "type": "int104" - } - ] - }, - { - "name": "getAndReturnInt112", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int112" - } - ], - "outputs": [ - { - "name": "x", - "type": "int112" - } - ] - }, - { - "name": "getAndReturnInt120", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int120" - } - ], - "outputs": [ - { - "name": "x", - "type": "int120" - } - ] - }, - { - "name": "getAndReturnInt128", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int128" - } - ], - "outputs": [ - { - "name": "x", - "type": "int128" - } - ] - }, - { - "name": "getAndReturnInt136", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int136" - } - ], - "outputs": [ - { - "name": "x", - "type": "int136" - } - ] - }, - { - "name": "getAndReturnInt144", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int144" - } - ], - "outputs": [ - { - "name": "x", - "type": "int144" - } - ] - }, - { - "name": "getAndReturnInt152", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int152" - } - ], - "outputs": [ - { - "name": "x", - "type": "int152" - } - ] - }, - { - "name": "getAndReturnInt160", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int160" - } - ], - "outputs": [ - { - "name": "x", - "type": "int160" - } - ] - }, - { - "name": "getAndReturnInt168", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int168" - } - ], - "outputs": [ - { - "name": "x", - "type": "int168" - } - ] - }, - { - "name": "getAndReturnInt176", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int176" - } - ], - "outputs": [ - { - "name": "x", - "type": "int176" - } - ] - }, - { - "name": "getAndReturnInt184", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int184" - } - ], - "outputs": [ - { - "name": "x", - "type": "int184" - } - ] - }, - { - "name": "getAndReturnInt192", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int192" - } - ], - "outputs": [ - { - "name": "x", - "type": "int192" - } - ] - }, - { - "name": "getAndReturnInt200", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int200" - } - ], - "outputs": [ - { - "name": "x", - "type": "int200" - } - ] - }, - { - "name": "getAndReturnInt208", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int208" - } - ], - "outputs": [ - { - "name": "x", - "type": "int208" - } - ] - }, - { - "name": "getAndReturnInt216", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int216" - } - ], - "outputs": [ - { - "name": "x", - "type": "int216" - } - ] - }, - { - "name": "getAndReturnInt224", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int224" - } - ], - "outputs": [ - { - "name": "x", - "type": "int224" - } - ] - }, - { - "name": "getAndReturnInt232", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int232" - } - ], - "outputs": [ - { - "name": "x", - "type": "int232" - } - ] - }, - { - "name": "getAndReturnInt240", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int240" - } - ], - "outputs": [ - { - "name": "x", - "type": "int240" - } - ] - }, - { - "name": "getAndReturnInt248", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int248" - } - ], - "outputs": [ - { - "name": "x", - "type": "int248" - } - ] - }, - { - "name": "getAndReturnInt256", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int256" - } - ], - "outputs": [ - { - "name": "x", - "type": "int256" - } - ] - }, - { - "name": "getAndReturnUint8", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint8" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint8" - } - ] - }, - { - "name": "getAndReturnUint16", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint16" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint16" - } - ] - }, - { - "name": "getAndReturnUint24", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint24" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint24" - } - ] - }, - { - "name": "getAndReturnUint32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint32" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint32" - } - ] - }, - { - "name": "getAndReturnUint40", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint40" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint40" - } - ] - }, - { - "name": "getAndReturnUint48", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint48" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint48" - } - ] - }, - { - "name": "getAndReturnUint56", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint56" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint56" - } - ] - }, - { - "name": "getAndReturnUint64", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint64" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint64" - } - ] - }, - { - "name": "getAndReturnUint72", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint72" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint72" - } - ] - }, - { - "name": "getAndReturnUint80", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint80" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint80" - } - ] - }, - { - "name": "getAndReturnUint88", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint88" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint88" - } - ] - }, - { - "name": "getAndReturnUint96", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint96" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint96" - } - ] - }, - { - "name": "getAndReturnUint104", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint104" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint104" - } - ] - }, - { - "name": "getAndReturnUint112", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint112" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint112" - } - ] - }, - { - "name": "getAndReturnUint120", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint120" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint120" - } - ] - }, - { - "name": "getAndReturnUint128", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint128" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint128" - } - ] - }, - { - "name": "getAndReturnUint136", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint136" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint136" - } - ] - }, - { - "name": "getAndReturnUint144", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint144" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint144" - } - ] - }, - { - "name": "getAndReturnUint152", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint152" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint152" - } - ] - }, - { - "name": "getAndReturnUint160", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint160" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint160" - } - ] - }, - { - "name": "getAndReturnUint168", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint168" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint168" - } - ] - }, - { - "name": "getAndReturnUint176", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint176" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint176" - } - ] - }, - { - "name": "getAndReturnUint184", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint184" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint184" - } - ] - }, - { - "name": "getAndReturnUint192", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint192" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint192" - } - ] - }, - { - "name": "getAndReturnUint200", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint200" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint200" - } - ] - }, - { - "name": "getAndReturnUint208", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint208" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint208" - } - ] - }, - { - "name": "getAndReturnUint216", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint216" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint216" - } - ] - }, - { - "name": "getAndReturnUint224", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint224" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint224" - } - ] - }, - { - "name": "getAndReturnUint232", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint232" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint232" - } - ] - }, - { - "name": "getAndReturnUint240", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint240" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint240" - } - ] - }, - { - "name": "getAndReturnUint248", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint248" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint248" - } - ] - }, - { - "name": "getAndReturnUint256", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint256" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint256" - } - ] - }, - { - "name": "getAndReturnAddressArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "address[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "address[]" - } - ] - }, - { - "name": "getAndReturnStringArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "string[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "string[]" - } - ] - }, - { - "name": "getAndReturnBoolArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bool[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bool[]" - } - ] - }, - { - "name": "getAndReturnByteArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "byte[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "byte[]" - } - ] - }, - { - "name": "getAndReturnBytes1Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes1[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes1[]" - } - ] - }, - { - "name": "getAndReturnBytes32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes32[]" - } - ] - }, - { - "name": "getAndReturnInt8Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int8[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int8[]" - } - ] - }, - { - "name": "getAndReturnInt16Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int16[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int16[]" - } - ] - }, - { - "name": "getAndReturnInt24Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int24[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int24[]" - } - ] - }, - { - "name": "getAndReturnInt32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int32[]" - } - ] - }, - { - "name": "getAndReturnInt40Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int40[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int40[]" - } - ] - }, - { - "name": "getAndReturnInt48Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int48[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int48[]" - } - ] - }, - { - "name": "getAndReturnInt56Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int56[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int56[]" - } - ] - }, - { - "name": "getAndReturnInt64Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int64[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int64[]" - } - ] - }, - { - "name": "getAndReturnInt72Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int72[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int72[]" - } - ] - }, - { - "name": "getAndReturnInt80Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int80[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int80[]" - } - ] - }, - { - "name": "getAndReturnInt88Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int88[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int88[]" - } - ] - }, - { - "name": "getAndReturnInt96Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int96[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int96[]" - } - ] - }, - { - "name": "getAndReturnInt104Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int104[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int104[]" - } - ] - }, - { - "name": "getAndReturnInt112Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int112[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int112[]" - } - ] - }, - { - "name": "getAndReturnInt120Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int120[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int120[]" - } - ] - }, - { - "name": "getAndReturnInt128Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int128[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int128[]" - } - ] - }, - { - "name": "getAndReturnInt136Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int136[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int136[]" - } - ] - }, - { - "name": "getAndReturnInt144Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int144[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int144[]" - } - ] - }, - { - "name": "getAndReturnInt152Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int152[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int152[]" - } - ] - }, - { - "name": "getAndReturnInt160Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int160[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int160[]" - } - ] - }, - { - "name": "getAndReturnInt168Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int168[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int168[]" - } - ] - }, - { - "name": "getAndReturnInt176Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int176[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int176[]" - } - ] - }, - { - "name": "getAndReturnInt184Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int184[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int184[]" - } - ] - }, - { - "name": "getAndReturnInt192Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int192[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int192[]" - } - ] - }, - { - "name": "getAndReturnInt200Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int200[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int200[]" - } - ] - }, - { - "name": "getAndReturnInt208Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int208[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int208[]" - } - ] - }, - { - "name": "getAndReturnInt216Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int216[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int216[]" - } - ] - }, - { - "name": "getAndReturnInt224Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int224[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int224[]" - } - ] - }, - { - "name": "getAndReturnInt232Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int232[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int232[]" - } - ] - }, - { - "name": "getAndReturnInt240Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int240[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int240[]" - } - ] - }, - { - "name": "getAndReturnInt248Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int248[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int248[]" - } - ] - }, - { - "name": "getAndReturnInt256Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int256[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int256[]" - } - ] - }, - { - "name": "getAndReturnUint8Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint8[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint8[]" - } - ] - }, - { - "name": "getAndReturnUint16Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint16[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint16[]" - } - ] - }, - { - "name": "getAndReturnUint24Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint24[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint24[]" - } - ] - }, - { - "name": "getAndReturnUint32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint32[]" - } - ] - }, - { - "name": "getAndReturnUint40Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint40[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint40[]" - } - ] - }, - { - "name": "getAndReturnUint48Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint48[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint48[]" - } - ] - }, - { - "name": "getAndReturnUint56Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint56[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint56[]" - } - ] - }, - { - "name": "getAndReturnUint64Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint64[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint64[]" - } - ] - }, - { - "name": "getAndReturnUint72Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint72[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint72[]" - } - ] - }, - { - "name": "getAndReturnUint80Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint80[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint80[]" - } - ] - }, - { - "name": "getAndReturnUint88Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint88[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint88[]" - } - ] - }, - { - "name": "getAndReturnUint96Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint96[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint96[]" - } - ] - }, - { - "name": "getAndReturnUint104Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint104[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint104[]" - } - ] - }, - { - "name": "getAndReturnUint112Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint112[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint112[]" - } - ] - }, - { - "name": "getAndReturnUint120Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint120[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint120[]" - } - ] - }, - { - "name": "getAndReturnUint128Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint128[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint128[]" - } - ] - }, - { - "name": "getAndReturnUint136Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint136[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint136[]" - } - ] - }, - { - "name": "getAndReturnUint144Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint144[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint144[]" - } - ] - }, - { - "name": "getAndReturnUint152Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint152[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint152[]" - } - ] - }, - { - "name": "getAndReturnUint160Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint160[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint160[]" - } - ] - }, - { - "name": "getAndReturnUint168Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint168[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint168[]" - } - ] - }, - { - "name": "getAndReturnUint176Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint176[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint176[]" - } - ] - }, - { - "name": "getAndReturnUint184Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint184[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint184[]" - } - ] - }, - { - "name": "getAndReturnUint192Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint192[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint192[]" - } - ] - }, - { - "name": "getAndReturnUint200Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint200[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint200[]" - } - ] - }, - { - "name": "getAndReturnUint208Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint208[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint208[]" - } - ] - }, - { - "name": "getAndReturnUint216Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint216[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint216[]" - } - ] - }, - { - "name": "getAndReturnUint224Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint224[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint224[]" - } - ] - }, - { - "name": "getAndReturnUint232Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint232[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint232[]" - } - ] - }, - { - "name": "getAndReturnUint240Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint240[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint240[]" - } - ] - }, - { - "name": "getAndReturnUint248Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint248[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint248[]" - } - ] - }, - { - "name": "getAndReturnUint256Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint256[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint256[]" - } - ] - } -] diff --git a/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/ExampleSubgraph.wasm b/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/ExampleSubgraph.wasm deleted file mode 100644 index 03023e95e6c4863acfa61b49051c2ab0f34e2f1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32402 zcmeHP3w#_$d7s(6lg?Vn8q2b+*iO7BIf_HutUzs2p_>6F7C((5|X&eG$N6jAX4(N zLkzUa$31iIbDG_r{xiw$!vllEtRdOkf3)XpOV9A_J%c@WoZNV%`@{+6sMM9icb@9G zdZ7PI&)`t+K>xzT3EQe+8tpf+PZH-tK4Gj+r_G}#L8D_33H%vK( z6s}U570+PL$$>LHtWhO;s<4fxPTVn6Vhqzx_V&jUhkH-9~&Ta_;g}qtl3A2Up6Ica4(5HKHg}CqcV1g>c9q{)z-j zr2k1OBa!3|3J?Erss|O(FJ0&VQ#Tvsl626cvS=#qi50wvbEc|huA59U)`UNa1V06< zx}5QbxAN5^EO0$sQgmsgO9p=u-Uts^<%JXJ&;?J9btn6rvpCE>GH~)#_h1kEg3}tNpxX=_=^pN3Eu|6$dwSTH zoaT^Wu!nlUmz|XJ6=zY3GuVVbl}s(x$od6aLyb^j6i6#?{MEbCzV7!&*tt(KvJW)fDiYj8%Qg8*XZnVp#vZd zn|Q)+#N~Kravv1*5_=rv1pIh9;Wq>hp&IF@(QD=;d(u0=9aQi0{fRvRZ}og=xWCh( z>Y)|xQAEHfog{<_e2$xIqr`xuVZJNGKJO-!M(7A_NfN39!Caj=QOZxrd{~Gb58TsG0k-N(qY&Rcj`ntf7oJYTC4qT|wM7vH1 zMFbrr)akyMc8Lf5#DjbNdtQ=GN)L4c|7Pis%unugVG~jyyn{^P9VC%=;3gBXz=y$< zyL#KCvv!G_(3AlSrdY5da0Fb2yiK%|MMZNnll{zBUC(>R67(EZKfDRi@^sR7WXB*- zXOi3w0#OlMQ5@6;#>h+Hln^59EC|h~(IZF&cMq~eqz!cm*<#c-2*v2LAq@o)OUpDG zfd|bI&CwKTbPM{Sx0z(GQesuL@;O=k1EXe}{nJ4WoT=vg`1BRfU z6}He4)j|lEWOCWH+@RwOB4TQIkgUpsq|8Cbl>Le_-E!ul2u7Y-jch3)scTgs=WEzz zm*U&c)F@EdDXZKTsq93uLvTSVi%8{$lHe3dC=(n}W>W-HDpw*GmylBBO60sMJC-U# zA?kHu8!n9$awEwgZi*D@h-7Xoi6s?6CfX{>^dgv2s1n&)LP~`yk@G6VNg?WU!l=*u zEd2Wa%b+-2j?BM2_8>o@SpLf+@lzvdG-f?DwJlr=$wOo0!ki0pP+5lKsdqP4%b1AB z88`-4ECKp_c2lQ|$%;#}eVT^eg!u}wV0yDcO<@lp0js>z7`GZvM^h5Ir`bs~)eYk) zO>?kPpy3|lF->zM#X+fQj+)4MiY+BgQN5oKD_45nB^3*~1Qv3%?ve9j zN3GxjA7)xCRzZ_>U=CN$G(}ajXtjFAtR6{Sp0v5wgnOXQ6|20<${0?jB8JKp_ad1@ z_mnqewzjwx!6^Qk!wqL%7% z<*tOm76Vx1+NE4!z`V6^BiONP(SGV*b3Dj7!4KW2hpl&0d)Y1M^%S7VJ1$I152L*j z)=HgwU8{$%&>5D}BumM-RLXq`t(5yCN0R$+aYtfLfg{!0REjwgqli&*Bq{BDj>Pn6 zQSC_ZRo}UcrM&B~_{P%wqBQy$4L#C3E~d#nhilNHP$o&&z@`Z5cEu%Po!H>Jk+`B$cxiD56Mb z(Q`)|!a=DaYQ3;&0E-o_nkHlbGRB~4UwD(cF%0h?QUj$fP%acGM*{7AGJX3R6u*FP z&xFFvkTCmn-)@w?J=RFR{S!T;-yg*iC=#>JwZB5XeZauCuNBwN$`AzUhaSgt($H-% z*J-Jo>*yL}Q%b)q$`iMc|2@TVu|ujG&IR=;+y$kKy3duY2b^a?%>_DTJ~T?6jPh)~ zQ?|%XIg_GJ`Ldb=4h$M=*yl*M`Zl)OPXabnP{S3GFNlxfq+xPSAB|Qecq)(ifrcJ6<#q*12V=C zpCe9%H0BR*)5TlE=o&(1CONT77)XR z#{J$VDSJ?Cp&grmi@Vf@96aZD1&)1q;zeAgh`YIXF*leWt*C6INQMw{&r6k0%spOvD7jwol9|_nKIx ztWcKm8A|-wt!h%!1!uQk@B{HnK+>S7%_HkOr-jN zNh<&fuQNt0tDIhh6PRMWhRM3&e)PPU4)p;!Tfnp}AhX6&qzPLohu{dFl*j=Tr`7*W;vz zJTaioliZc&)#pCKcS@r3B-6Bg@#ml_Pn7%x_sXlMb1Ijc9csBbw~m&ZKdxLoJ^3bi zfqdLd8vwP%8kb_dE!-u;n)}3=Hid=zW}qZgajVBLYP5m-q)0keK;Ub8Oz)E{Pj9gjcv56zm7EB&uE%=+Du zS!Znl*-K((tzSdI7+~EF&l1?ndIIh6(7f%i@N;Ff!<%{h$#U2ZnGG>3{acN8`1evf zxOOf)nfLU8Wc9W$@1zW)AX3HA#wtzWXKyHhrNHey8>{iPfrfmUZ+bnCC zvIS(eTh=gX3z)S9Ok8RyQqdMLzQeMHf-PWlr)3R!Tfm$xU}{%Pr1}HO*ltTe(HQVJ zMj-6R)f|DsfnfZyn6R&L;?FG013|$SFnYOV4S8F@oGl=Cg{4R{wt(!FmNiV<0>++Z zS;LeqAaj*v4U@KjS!2K!xfc;k zqpwhOwStYl&O*l(;oW)#tYcgFZ|y3tSi_(qH9 zQ0ItI=e6q1znMo^@O^xwAbjtS4RnfxHu&hrrB92{yM}o6j95k=rH{8H z#D^VqLW#7%+gBgK$8Erglh8O^M1;2t$2zDcDpS7v$3@QZZc&}qj}D1RVWuC(0k5yK zpgod?HnG&JBr`~!o?_yoj^tRTID*NC@miPIg-xsk-rSQU6G<yNG$+|eWyLixkw zwb&r`BaP8jT$iS^iZ`ZlW{{X~Qq1%-+bEunteewxpzmNB2loK^HSrAji>nNhj<_|w z*k25-DesxMQ(U<7#IH+MT*YsIiHql^Tf;)0r@@6UN^ntv3s3wuAcxWd*Y5NZ2|O&0 z%3oZ=+I!M%ew&0J7PsM!YL|DO=#{Lv;-e*Pxb~-)hJ_4h@OHnw1aB|F+dXj#kkjdQ zTnE$30G#l|ki^q4EncM)uPzfei`UDRlbD;u8+780I`O75 zaY(#{3p9ho91?HUiMQ#*+jZg{I`K}O$m+zqbmHAQ@gALcuTH#AC*H3U_v^%jPCTF! zAJB;p>coe1;=y@|59>J}(TSW+d{iesrV}66iBFV?o5d%~hQC>SN+&*DCJu?ulre|I zXLaIpI`Mg(_<~M+Q768n6M3EZvQB(OCmzy?uj<6tbmC#1__|Ku^~bVTJ)#qj>csEq z#P93GAIwYqp`P@YBUnK*hc5@jp88zdG>~o%pFvJf;&FM-%i# zI&rs7yjUk*q7yIGiF@WHUZ&@a>cqV|@p7Gbg-+b36R#vU)Kl+N!U6V3sUDn8NUl z5TE0+AD`fm-*}_v!N)Nn#H?I>y#zlz{GJ=P!{Lhb5Ozq2d6m<=XEqO#(LOU*3C|`Q|tupeb&p4 zG8Xt=%0Z?g)_Lc(fVc}Bz3edC1pYz%?Phnfjck|=fq#m5SFEn!>1F-M>j7UsI8Rid z4zoMhZTL&MQ3<1X*Rd5P3_y}$)H4v`_Tp|p%GQk(7UZ}mNHqGx)elnhutN@%%)wU~ zyo;8Cs$bTPsAULs;nSns+qwe$&ytef5!zu0*62qW!}#sS|HBoMY$RD6@9F0QSGLR^ zc1&946uTXI3`+C>JAz-bKsj#%N*zK9S?MV1J6p0t#`QKYUqF_ADN(r%APK%SN!A-g zS*Ky$UU_$vRaAa=Rs;xEPTAwA>66ex@uh_ z>57fDq?^U^xmc2JuCcbSR!f&n)%KyikmneSYRso<`-09@)_4Zrjak?ibS!B-zNoe@ z=zQ2RSX8^6b*{1`#YHNrR{QW?L{*BL6jd`#-UUl)_(GYdT;4>Jw`=7BZAmdql}-^& zj~~S*B~5j^mTQ7E_(BLtGe3_ejpwyBf_Dghd=lDhK$}tT&WB}GYkdoN)OgSXKR*Hr zF9>;FJ4FJDz!X~sOQmF*%U(8t&@)5f2TO8{g$+?37;pAAE|ciW@g!bTS?a0g+8V|& zh)6YM$h3H=QzaQjTa*md7K@ixmSM6*^^ScN*a9t#gNreZCx}sE%$KpM8`?GXtva1iZ#a1lWvg z~=l`*%_>g_qtvetNf9~0hMY*ZqW z)V5zVa-v@gdo63t7BWi~s!{b#hWG5e%T`%wSZ)=HS2IiM+q2xOw@|-ntM5r=ZW;y9 zhuiAwp(67xlB3PLajlgeG{>XyhWyZn&ky2Cvl*gEv&p5ZhtAh(s_rdp2Y8D{yj$6J z@Q${dl&kd58S!pMZ^1^h5$~l^-pn!+8Fol{CyaP^%JwQ4@$QoH&KdGj>t>gm$h%wW zHnqIIM@H?oS!y?H$h}4CH@?EGY>Hp-USn?Q!G_%1q?ThHW|C}|T22~rUn;dM8glQD zT8^G$Cdm#)TILM7cS=6){tApknz=Kl5Cf4nK$HCF=u9V{XYE6F!qxD#?GxTN5re_H)+VN>{m48 zR`we`&rA|!znmervdFX{w~E7=HD;2iNIYT4tzvP(m|J?cA-9UhS-<|6Uv5hkkqgHB zDkf*rrsb=soU`C3ZHvbIVPx(!l}E+qyfMFu&a=k+Dn4hsOyyA#x?s$&VsvJ$Y56Kj z=ZyJPoGu#jN0EB$d^357pV~KX%&(%&tTDfeH`xnJ@>SH%8S|?s zRlLyK-ce`uQn|_tFppOIwb;v8=RFU*&yQox7L^gr%WuQja2BhlqnM*t?k3EwvtOab z_cSNht6kao=KA`oP}gvFy;^n8hl^HrIwpJ3LKw9+(=mmM>dRMNH*LXcJhC3v8W-1Z zyE2Y^Pe%wDW^yymk;H1pn3fy!QDf}*~p%U3W$Rcn>mU{V+LE4{9q z5sG??jw%|VXl&O}V;fB*q%mGc<&97@*6XNQLsVreXE&KhNMpZVS7B3q4~~3;<^Vcw zbh8~K}tB>XsI&RVsM{^4uH*17ba||6fajA)%YObNDvH z`jIPIiBw5cv*gj;Ug~VAXCBJ5LZ1`=B_Z4vwF0gF~(K;PxeZ)`l?6F=_~8c-O4^yJ!XzQ z%@kQZYEBs=tH;gERi<@rtr{UFjgi%3=d3ZZdi0#gGgEP^2T;6!VG6AtL-8VpIkeJ= z@J5Cyw0b1Ps~M)y>cJH6XqZB)$5XtlVFry4sd#I{99n56yuM)ytq#R_kHZvN9cl4G zhbgo=*y7C&Q)qR(#Va1>&`LAmT@O=eb+pDgIQ96x@}coQ`Pi%%kIwGIu!~nByhC_~ z#;(R{y&r$o$)+JtXRwOLs}&VboOLig3#KPC{uZ1MC`9gSRf! z*2fT*yhm`viE2NE0_eEY5K`zt@kvy=5jpe_8Si6w{g?hsM?fI(UXL2a c$_SFV^4MLiGH?u1J;N=Zt%#oYSDpm?KLpk5>;M1& diff --git a/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json b/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json deleted file mode 100644 index 8cb5d92..0000000 --- a/registry-subgraph/ow_subgraph/dist/ExampleSubgraph/abis/ExampleContract.json +++ /dev/null @@ -1,2394 +0,0 @@ -[ - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "name": "exampleParam", - "type": "string" - } - ], - "name": "ExampleEvent", - "type": "event" - }, - { - "name": "getAndReturnAddress", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "address" - } - ], - "outputs": [ - { - "name": "x", - "type": "address" - } - ] - }, - { - "name": "getAndReturnString", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "string" - } - ], - "outputs": [ - { - "name": "x", - "type": "string" - } - ] - }, - { - "name": "getAndReturnBool", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bool" - } - ], - "outputs": [ - { - "name": "x", - "type": "bool" - } - ] - }, - { - "name": "getAndReturnByte", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "byte" - } - ], - "outputs": [ - { - "name": "x", - "type": "byte" - } - ] - }, - { - "name": "getAndReturnBytes1", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes1" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes1" - } - ] - }, - { - "name": "getAndReturnBytes32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes32" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes32" - } - ] - }, - { - "name": "getAndReturnInt8", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int8" - } - ], - "outputs": [ - { - "name": "x", - "type": "int8" - } - ] - }, - { - "name": "getAndReturnInt16", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int16" - } - ], - "outputs": [ - { - "name": "x", - "type": "int16" - } - ] - }, - { - "name": "getAndReturnInt24", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int24" - } - ], - "outputs": [ - { - "name": "x", - "type": "int24" - } - ] - }, - { - "name": "getAndReturnInt32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int32" - } - ], - "outputs": [ - { - "name": "x", - "type": "int32" - } - ] - }, - { - "name": "getAndReturnInt40", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int40" - } - ], - "outputs": [ - { - "name": "x", - "type": "int40" - } - ] - }, - { - "name": "getAndReturnInt48", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int48" - } - ], - "outputs": [ - { - "name": "x", - "type": "int48" - } - ] - }, - { - "name": "getAndReturnInt56", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int56" - } - ], - "outputs": [ - { - "name": "x", - "type": "int56" - } - ] - }, - { - "name": "getAndReturnInt64", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int64" - } - ], - "outputs": [ - { - "name": "x", - "type": "int64" - } - ] - }, - { - "name": "getAndReturnInt72", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int72" - } - ], - "outputs": [ - { - "name": "x", - "type": "int72" - } - ] - }, - { - "name": "getAndReturnInt80", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int80" - } - ], - "outputs": [ - { - "name": "x", - "type": "int80" - } - ] - }, - { - "name": "getAndReturnInt88", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int88" - } - ], - "outputs": [ - { - "name": "x", - "type": "int88" - } - ] - }, - { - "name": "getAndReturnInt96", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int96" - } - ], - "outputs": [ - { - "name": "x", - "type": "int96" - } - ] - }, - { - "name": "getAndReturnInt104", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int104" - } - ], - "outputs": [ - { - "name": "x", - "type": "int104" - } - ] - }, - { - "name": "getAndReturnInt112", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int112" - } - ], - "outputs": [ - { - "name": "x", - "type": "int112" - } - ] - }, - { - "name": "getAndReturnInt120", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int120" - } - ], - "outputs": [ - { - "name": "x", - "type": "int120" - } - ] - }, - { - "name": "getAndReturnInt128", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int128" - } - ], - "outputs": [ - { - "name": "x", - "type": "int128" - } - ] - }, - { - "name": "getAndReturnInt136", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int136" - } - ], - "outputs": [ - { - "name": "x", - "type": "int136" - } - ] - }, - { - "name": "getAndReturnInt144", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int144" - } - ], - "outputs": [ - { - "name": "x", - "type": "int144" - } - ] - }, - { - "name": "getAndReturnInt152", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int152" - } - ], - "outputs": [ - { - "name": "x", - "type": "int152" - } - ] - }, - { - "name": "getAndReturnInt160", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int160" - } - ], - "outputs": [ - { - "name": "x", - "type": "int160" - } - ] - }, - { - "name": "getAndReturnInt168", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int168" - } - ], - "outputs": [ - { - "name": "x", - "type": "int168" - } - ] - }, - { - "name": "getAndReturnInt176", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int176" - } - ], - "outputs": [ - { - "name": "x", - "type": "int176" - } - ] - }, - { - "name": "getAndReturnInt184", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int184" - } - ], - "outputs": [ - { - "name": "x", - "type": "int184" - } - ] - }, - { - "name": "getAndReturnInt192", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int192" - } - ], - "outputs": [ - { - "name": "x", - "type": "int192" - } - ] - }, - { - "name": "getAndReturnInt200", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int200" - } - ], - "outputs": [ - { - "name": "x", - "type": "int200" - } - ] - }, - { - "name": "getAndReturnInt208", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int208" - } - ], - "outputs": [ - { - "name": "x", - "type": "int208" - } - ] - }, - { - "name": "getAndReturnInt216", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int216" - } - ], - "outputs": [ - { - "name": "x", - "type": "int216" - } - ] - }, - { - "name": "getAndReturnInt224", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int224" - } - ], - "outputs": [ - { - "name": "x", - "type": "int224" - } - ] - }, - { - "name": "getAndReturnInt232", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int232" - } - ], - "outputs": [ - { - "name": "x", - "type": "int232" - } - ] - }, - { - "name": "getAndReturnInt240", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int240" - } - ], - "outputs": [ - { - "name": "x", - "type": "int240" - } - ] - }, - { - "name": "getAndReturnInt248", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int248" - } - ], - "outputs": [ - { - "name": "x", - "type": "int248" - } - ] - }, - { - "name": "getAndReturnInt256", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int256" - } - ], - "outputs": [ - { - "name": "x", - "type": "int256" - } - ] - }, - { - "name": "getAndReturnUint8", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint8" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint8" - } - ] - }, - { - "name": "getAndReturnUint16", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint16" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint16" - } - ] - }, - { - "name": "getAndReturnUint24", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint24" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint24" - } - ] - }, - { - "name": "getAndReturnUint32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint32" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint32" - } - ] - }, - { - "name": "getAndReturnUint40", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint40" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint40" - } - ] - }, - { - "name": "getAndReturnUint48", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint48" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint48" - } - ] - }, - { - "name": "getAndReturnUint56", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint56" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint56" - } - ] - }, - { - "name": "getAndReturnUint64", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint64" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint64" - } - ] - }, - { - "name": "getAndReturnUint72", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint72" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint72" - } - ] - }, - { - "name": "getAndReturnUint80", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint80" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint80" - } - ] - }, - { - "name": "getAndReturnUint88", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint88" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint88" - } - ] - }, - { - "name": "getAndReturnUint96", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint96" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint96" - } - ] - }, - { - "name": "getAndReturnUint104", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint104" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint104" - } - ] - }, - { - "name": "getAndReturnUint112", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint112" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint112" - } - ] - }, - { - "name": "getAndReturnUint120", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint120" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint120" - } - ] - }, - { - "name": "getAndReturnUint128", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint128" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint128" - } - ] - }, - { - "name": "getAndReturnUint136", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint136" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint136" - } - ] - }, - { - "name": "getAndReturnUint144", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint144" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint144" - } - ] - }, - { - "name": "getAndReturnUint152", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint152" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint152" - } - ] - }, - { - "name": "getAndReturnUint160", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint160" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint160" - } - ] - }, - { - "name": "getAndReturnUint168", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint168" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint168" - } - ] - }, - { - "name": "getAndReturnUint176", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint176" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint176" - } - ] - }, - { - "name": "getAndReturnUint184", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint184" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint184" - } - ] - }, - { - "name": "getAndReturnUint192", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint192" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint192" - } - ] - }, - { - "name": "getAndReturnUint200", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint200" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint200" - } - ] - }, - { - "name": "getAndReturnUint208", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint208" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint208" - } - ] - }, - { - "name": "getAndReturnUint216", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint216" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint216" - } - ] - }, - { - "name": "getAndReturnUint224", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint224" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint224" - } - ] - }, - { - "name": "getAndReturnUint232", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint232" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint232" - } - ] - }, - { - "name": "getAndReturnUint240", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint240" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint240" - } - ] - }, - { - "name": "getAndReturnUint248", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint248" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint248" - } - ] - }, - { - "name": "getAndReturnUint256", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint256" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint256" - } - ] - }, - { - "name": "getAndReturnAddressArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "address[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "address[]" - } - ] - }, - { - "name": "getAndReturnStringArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "string[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "string[]" - } - ] - }, - { - "name": "getAndReturnBoolArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bool[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bool[]" - } - ] - }, - { - "name": "getAndReturnByteArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "byte[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "byte[]" - } - ] - }, - { - "name": "getAndReturnBytes1Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes1[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes1[]" - } - ] - }, - { - "name": "getAndReturnBytes32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes32[]" - } - ] - }, - { - "name": "getAndReturnInt8Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int8[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int8[]" - } - ] - }, - { - "name": "getAndReturnInt16Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int16[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int16[]" - } - ] - }, - { - "name": "getAndReturnInt24Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int24[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int24[]" - } - ] - }, - { - "name": "getAndReturnInt32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int32[]" - } - ] - }, - { - "name": "getAndReturnInt40Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int40[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int40[]" - } - ] - }, - { - "name": "getAndReturnInt48Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int48[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int48[]" - } - ] - }, - { - "name": "getAndReturnInt56Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int56[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int56[]" - } - ] - }, - { - "name": "getAndReturnInt64Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int64[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int64[]" - } - ] - }, - { - "name": "getAndReturnInt72Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int72[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int72[]" - } - ] - }, - { - "name": "getAndReturnInt80Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int80[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int80[]" - } - ] - }, - { - "name": "getAndReturnInt88Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int88[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int88[]" - } - ] - }, - { - "name": "getAndReturnInt96Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int96[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int96[]" - } - ] - }, - { - "name": "getAndReturnInt104Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int104[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int104[]" - } - ] - }, - { - "name": "getAndReturnInt112Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int112[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int112[]" - } - ] - }, - { - "name": "getAndReturnInt120Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int120[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int120[]" - } - ] - }, - { - "name": "getAndReturnInt128Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int128[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int128[]" - } - ] - }, - { - "name": "getAndReturnInt136Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int136[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int136[]" - } - ] - }, - { - "name": "getAndReturnInt144Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int144[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int144[]" - } - ] - }, - { - "name": "getAndReturnInt152Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int152[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int152[]" - } - ] - }, - { - "name": "getAndReturnInt160Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int160[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int160[]" - } - ] - }, - { - "name": "getAndReturnInt168Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int168[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int168[]" - } - ] - }, - { - "name": "getAndReturnInt176Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int176[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int176[]" - } - ] - }, - { - "name": "getAndReturnInt184Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int184[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int184[]" - } - ] - }, - { - "name": "getAndReturnInt192Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int192[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int192[]" - } - ] - }, - { - "name": "getAndReturnInt200Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int200[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int200[]" - } - ] - }, - { - "name": "getAndReturnInt208Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int208[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int208[]" - } - ] - }, - { - "name": "getAndReturnInt216Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int216[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int216[]" - } - ] - }, - { - "name": "getAndReturnInt224Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int224[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int224[]" - } - ] - }, - { - "name": "getAndReturnInt232Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int232[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int232[]" - } - ] - }, - { - "name": "getAndReturnInt240Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int240[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int240[]" - } - ] - }, - { - "name": "getAndReturnInt248Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int248[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int248[]" - } - ] - }, - { - "name": "getAndReturnInt256Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int256[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int256[]" - } - ] - }, - { - "name": "getAndReturnUint8Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint8[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint8[]" - } - ] - }, - { - "name": "getAndReturnUint16Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint16[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint16[]" - } - ] - }, - { - "name": "getAndReturnUint24Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint24[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint24[]" - } - ] - }, - { - "name": "getAndReturnUint32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint32[]" - } - ] - }, - { - "name": "getAndReturnUint40Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint40[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint40[]" - } - ] - }, - { - "name": "getAndReturnUint48Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint48[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint48[]" - } - ] - }, - { - "name": "getAndReturnUint56Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint56[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint56[]" - } - ] - }, - { - "name": "getAndReturnUint64Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint64[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint64[]" - } - ] - }, - { - "name": "getAndReturnUint72Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint72[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint72[]" - } - ] - }, - { - "name": "getAndReturnUint80Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint80[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint80[]" - } - ] - }, - { - "name": "getAndReturnUint88Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint88[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint88[]" - } - ] - }, - { - "name": "getAndReturnUint96Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint96[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint96[]" - } - ] - }, - { - "name": "getAndReturnUint104Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint104[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint104[]" - } - ] - }, - { - "name": "getAndReturnUint112Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint112[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint112[]" - } - ] - }, - { - "name": "getAndReturnUint120Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint120[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint120[]" - } - ] - }, - { - "name": "getAndReturnUint128Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint128[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint128[]" - } - ] - }, - { - "name": "getAndReturnUint136Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint136[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint136[]" - } - ] - }, - { - "name": "getAndReturnUint144Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint144[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint144[]" - } - ] - }, - { - "name": "getAndReturnUint152Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint152[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint152[]" - } - ] - }, - { - "name": "getAndReturnUint160Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint160[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint160[]" - } - ] - }, - { - "name": "getAndReturnUint168Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint168[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint168[]" - } - ] - }, - { - "name": "getAndReturnUint176Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint176[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint176[]" - } - ] - }, - { - "name": "getAndReturnUint184Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint184[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint184[]" - } - ] - }, - { - "name": "getAndReturnUint192Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint192[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint192[]" - } - ] - }, - { - "name": "getAndReturnUint200Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint200[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint200[]" - } - ] - }, - { - "name": "getAndReturnUint208Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint208[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint208[]" - } - ] - }, - { - "name": "getAndReturnUint216Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint216[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint216[]" - } - ] - }, - { - "name": "getAndReturnUint224Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint224[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint224[]" - } - ] - }, - { - "name": "getAndReturnUint232Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint232[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint232[]" - } - ] - }, - { - "name": "getAndReturnUint240Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint240[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint240[]" - } - ] - }, - { - "name": "getAndReturnUint248Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint248[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint248[]" - } - ] - }, - { - "name": "getAndReturnUint256Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint256[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint256[]" - } - ] - } -] diff --git a/registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json b/registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json deleted file mode 100644 index 7131b91..0000000 --- a/registry-subgraph/ow_subgraph/dist/abis/ExampleContract.json +++ /dev/null @@ -1,2388 +0,0 @@ -[ - { - "anonymous": false, - "inputs": [{ "indexed": true, "name": "exampleParam", "type": "string" }], - "name": "ExampleEvent", - "type": "event" - }, - { - "name": "getAndReturnAddress", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "address" - } - ], - "outputs": [ - { - "name": "x", - "type": "address" - } - ] - }, - { - "name": "getAndReturnString", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "string" - } - ], - "outputs": [ - { - "name": "x", - "type": "string" - } - ] - }, - { - "name": "getAndReturnBool", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bool" - } - ], - "outputs": [ - { - "name": "x", - "type": "bool" - } - ] - }, - { - "name": "getAndReturnByte", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "byte" - } - ], - "outputs": [ - { - "name": "x", - "type": "byte" - } - ] - }, - { - "name": "getAndReturnBytes1", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes1" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes1" - } - ] - }, - { - "name": "getAndReturnBytes32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes32" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes32" - } - ] - }, - { - "name": "getAndReturnInt8", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int8" - } - ], - "outputs": [ - { - "name": "x", - "type": "int8" - } - ] - }, - { - "name": "getAndReturnInt16", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int16" - } - ], - "outputs": [ - { - "name": "x", - "type": "int16" - } - ] - }, - { - "name": "getAndReturnInt24", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int24" - } - ], - "outputs": [ - { - "name": "x", - "type": "int24" - } - ] - }, - { - "name": "getAndReturnInt32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int32" - } - ], - "outputs": [ - { - "name": "x", - "type": "int32" - } - ] - }, - { - "name": "getAndReturnInt40", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int40" - } - ], - "outputs": [ - { - "name": "x", - "type": "int40" - } - ] - }, - { - "name": "getAndReturnInt48", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int48" - } - ], - "outputs": [ - { - "name": "x", - "type": "int48" - } - ] - }, - { - "name": "getAndReturnInt56", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int56" - } - ], - "outputs": [ - { - "name": "x", - "type": "int56" - } - ] - }, - { - "name": "getAndReturnInt64", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int64" - } - ], - "outputs": [ - { - "name": "x", - "type": "int64" - } - ] - }, - { - "name": "getAndReturnInt72", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int72" - } - ], - "outputs": [ - { - "name": "x", - "type": "int72" - } - ] - }, - { - "name": "getAndReturnInt80", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int80" - } - ], - "outputs": [ - { - "name": "x", - "type": "int80" - } - ] - }, - { - "name": "getAndReturnInt88", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int88" - } - ], - "outputs": [ - { - "name": "x", - "type": "int88" - } - ] - }, - { - "name": "getAndReturnInt96", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int96" - } - ], - "outputs": [ - { - "name": "x", - "type": "int96" - } - ] - }, - { - "name": "getAndReturnInt104", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int104" - } - ], - "outputs": [ - { - "name": "x", - "type": "int104" - } - ] - }, - { - "name": "getAndReturnInt112", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int112" - } - ], - "outputs": [ - { - "name": "x", - "type": "int112" - } - ] - }, - { - "name": "getAndReturnInt120", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int120" - } - ], - "outputs": [ - { - "name": "x", - "type": "int120" - } - ] - }, - { - "name": "getAndReturnInt128", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int128" - } - ], - "outputs": [ - { - "name": "x", - "type": "int128" - } - ] - }, - { - "name": "getAndReturnInt136", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int136" - } - ], - "outputs": [ - { - "name": "x", - "type": "int136" - } - ] - }, - { - "name": "getAndReturnInt144", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int144" - } - ], - "outputs": [ - { - "name": "x", - "type": "int144" - } - ] - }, - { - "name": "getAndReturnInt152", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int152" - } - ], - "outputs": [ - { - "name": "x", - "type": "int152" - } - ] - }, - { - "name": "getAndReturnInt160", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int160" - } - ], - "outputs": [ - { - "name": "x", - "type": "int160" - } - ] - }, - { - "name": "getAndReturnInt168", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int168" - } - ], - "outputs": [ - { - "name": "x", - "type": "int168" - } - ] - }, - { - "name": "getAndReturnInt176", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int176" - } - ], - "outputs": [ - { - "name": "x", - "type": "int176" - } - ] - }, - { - "name": "getAndReturnInt184", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int184" - } - ], - "outputs": [ - { - "name": "x", - "type": "int184" - } - ] - }, - { - "name": "getAndReturnInt192", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int192" - } - ], - "outputs": [ - { - "name": "x", - "type": "int192" - } - ] - }, - { - "name": "getAndReturnInt200", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int200" - } - ], - "outputs": [ - { - "name": "x", - "type": "int200" - } - ] - }, - { - "name": "getAndReturnInt208", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int208" - } - ], - "outputs": [ - { - "name": "x", - "type": "int208" - } - ] - }, - { - "name": "getAndReturnInt216", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int216" - } - ], - "outputs": [ - { - "name": "x", - "type": "int216" - } - ] - }, - { - "name": "getAndReturnInt224", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int224" - } - ], - "outputs": [ - { - "name": "x", - "type": "int224" - } - ] - }, - { - "name": "getAndReturnInt232", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int232" - } - ], - "outputs": [ - { - "name": "x", - "type": "int232" - } - ] - }, - { - "name": "getAndReturnInt240", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int240" - } - ], - "outputs": [ - { - "name": "x", - "type": "int240" - } - ] - }, - { - "name": "getAndReturnInt248", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int248" - } - ], - "outputs": [ - { - "name": "x", - "type": "int248" - } - ] - }, - { - "name": "getAndReturnInt256", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int256" - } - ], - "outputs": [ - { - "name": "x", - "type": "int256" - } - ] - }, - { - "name": "getAndReturnUint8", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint8" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint8" - } - ] - }, - { - "name": "getAndReturnUint16", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint16" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint16" - } - ] - }, - { - "name": "getAndReturnUint24", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint24" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint24" - } - ] - }, - { - "name": "getAndReturnUint32", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint32" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint32" - } - ] - }, - { - "name": "getAndReturnUint40", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint40" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint40" - } - ] - }, - { - "name": "getAndReturnUint48", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint48" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint48" - } - ] - }, - { - "name": "getAndReturnUint56", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint56" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint56" - } - ] - }, - { - "name": "getAndReturnUint64", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint64" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint64" - } - ] - }, - { - "name": "getAndReturnUint72", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint72" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint72" - } - ] - }, - { - "name": "getAndReturnUint80", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint80" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint80" - } - ] - }, - { - "name": "getAndReturnUint88", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint88" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint88" - } - ] - }, - { - "name": "getAndReturnUint96", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint96" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint96" - } - ] - }, - { - "name": "getAndReturnUint104", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint104" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint104" - } - ] - }, - { - "name": "getAndReturnUint112", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint112" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint112" - } - ] - }, - { - "name": "getAndReturnUint120", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint120" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint120" - } - ] - }, - { - "name": "getAndReturnUint128", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint128" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint128" - } - ] - }, - { - "name": "getAndReturnUint136", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint136" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint136" - } - ] - }, - { - "name": "getAndReturnUint144", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint144" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint144" - } - ] - }, - { - "name": "getAndReturnUint152", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint152" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint152" - } - ] - }, - { - "name": "getAndReturnUint160", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint160" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint160" - } - ] - }, - { - "name": "getAndReturnUint168", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint168" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint168" - } - ] - }, - { - "name": "getAndReturnUint176", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint176" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint176" - } - ] - }, - { - "name": "getAndReturnUint184", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint184" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint184" - } - ] - }, - { - "name": "getAndReturnUint192", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint192" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint192" - } - ] - }, - { - "name": "getAndReturnUint200", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint200" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint200" - } - ] - }, - { - "name": "getAndReturnUint208", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint208" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint208" - } - ] - }, - { - "name": "getAndReturnUint216", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint216" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint216" - } - ] - }, - { - "name": "getAndReturnUint224", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint224" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint224" - } - ] - }, - { - "name": "getAndReturnUint232", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint232" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint232" - } - ] - }, - { - "name": "getAndReturnUint240", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint240" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint240" - } - ] - }, - { - "name": "getAndReturnUint248", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint248" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint248" - } - ] - }, - { - "name": "getAndReturnUint256", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint256" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint256" - } - ] - }, - { - "name": "getAndReturnAddressArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "address[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "address[]" - } - ] - }, - { - "name": "getAndReturnStringArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "string[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "string[]" - } - ] - }, - { - "name": "getAndReturnBoolArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bool[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bool[]" - } - ] - }, - { - "name": "getAndReturnByteArray", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "byte[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "byte[]" - } - ] - }, - { - "name": "getAndReturnBytes1Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes1[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes1[]" - } - ] - }, - { - "name": "getAndReturnBytes32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "bytes32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "bytes32[]" - } - ] - }, - { - "name": "getAndReturnInt8Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int8[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int8[]" - } - ] - }, - { - "name": "getAndReturnInt16Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int16[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int16[]" - } - ] - }, - { - "name": "getAndReturnInt24Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int24[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int24[]" - } - ] - }, - { - "name": "getAndReturnInt32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int32[]" - } - ] - }, - { - "name": "getAndReturnInt40Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int40[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int40[]" - } - ] - }, - { - "name": "getAndReturnInt48Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int48[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int48[]" - } - ] - }, - { - "name": "getAndReturnInt56Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int56[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int56[]" - } - ] - }, - { - "name": "getAndReturnInt64Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int64[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int64[]" - } - ] - }, - { - "name": "getAndReturnInt72Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int72[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int72[]" - } - ] - }, - { - "name": "getAndReturnInt80Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int80[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int80[]" - } - ] - }, - { - "name": "getAndReturnInt88Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int88[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int88[]" - } - ] - }, - { - "name": "getAndReturnInt96Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int96[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int96[]" - } - ] - }, - { - "name": "getAndReturnInt104Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int104[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int104[]" - } - ] - }, - { - "name": "getAndReturnInt112Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int112[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int112[]" - } - ] - }, - { - "name": "getAndReturnInt120Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int120[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int120[]" - } - ] - }, - { - "name": "getAndReturnInt128Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int128[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int128[]" - } - ] - }, - { - "name": "getAndReturnInt136Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int136[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int136[]" - } - ] - }, - { - "name": "getAndReturnInt144Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int144[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int144[]" - } - ] - }, - { - "name": "getAndReturnInt152Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int152[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int152[]" - } - ] - }, - { - "name": "getAndReturnInt160Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int160[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int160[]" - } - ] - }, - { - "name": "getAndReturnInt168Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int168[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int168[]" - } - ] - }, - { - "name": "getAndReturnInt176Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int176[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int176[]" - } - ] - }, - { - "name": "getAndReturnInt184Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int184[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int184[]" - } - ] - }, - { - "name": "getAndReturnInt192Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int192[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int192[]" - } - ] - }, - { - "name": "getAndReturnInt200Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int200[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int200[]" - } - ] - }, - { - "name": "getAndReturnInt208Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int208[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int208[]" - } - ] - }, - { - "name": "getAndReturnInt216Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int216[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int216[]" - } - ] - }, - { - "name": "getAndReturnInt224Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int224[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int224[]" - } - ] - }, - { - "name": "getAndReturnInt232Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int232[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int232[]" - } - ] - }, - { - "name": "getAndReturnInt240Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int240[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int240[]" - } - ] - }, - { - "name": "getAndReturnInt248Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int248[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int248[]" - } - ] - }, - { - "name": "getAndReturnInt256Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "int256[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "int256[]" - } - ] - }, - { - "name": "getAndReturnUint8Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint8[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint8[]" - } - ] - }, - { - "name": "getAndReturnUint16Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint16[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint16[]" - } - ] - }, - { - "name": "getAndReturnUint24Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint24[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint24[]" - } - ] - }, - { - "name": "getAndReturnUint32Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint32[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint32[]" - } - ] - }, - { - "name": "getAndReturnUint40Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint40[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint40[]" - } - ] - }, - { - "name": "getAndReturnUint48Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint48[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint48[]" - } - ] - }, - { - "name": "getAndReturnUint56Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint56[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint56[]" - } - ] - }, - { - "name": "getAndReturnUint64Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint64[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint64[]" - } - ] - }, - { - "name": "getAndReturnUint72Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint72[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint72[]" - } - ] - }, - { - "name": "getAndReturnUint80Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint80[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint80[]" - } - ] - }, - { - "name": "getAndReturnUint88Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint88[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint88[]" - } - ] - }, - { - "name": "getAndReturnUint96Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint96[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint96[]" - } - ] - }, - { - "name": "getAndReturnUint104Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint104[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint104[]" - } - ] - }, - { - "name": "getAndReturnUint112Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint112[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint112[]" - } - ] - }, - { - "name": "getAndReturnUint120Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint120[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint120[]" - } - ] - }, - { - "name": "getAndReturnUint128Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint128[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint128[]" - } - ] - }, - { - "name": "getAndReturnUint136Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint136[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint136[]" - } - ] - }, - { - "name": "getAndReturnUint144Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint144[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint144[]" - } - ] - }, - { - "name": "getAndReturnUint152Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint152[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint152[]" - } - ] - }, - { - "name": "getAndReturnUint160Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint160[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint160[]" - } - ] - }, - { - "name": "getAndReturnUint168Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint168[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint168[]" - } - ] - }, - { - "name": "getAndReturnUint176Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint176[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint176[]" - } - ] - }, - { - "name": "getAndReturnUint184Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint184[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint184[]" - } - ] - }, - { - "name": "getAndReturnUint192Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint192[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint192[]" - } - ] - }, - { - "name": "getAndReturnUint200Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint200[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint200[]" - } - ] - }, - { - "name": "getAndReturnUint208Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint208[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint208[]" - } - ] - }, - { - "name": "getAndReturnUint216Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint216[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint216[]" - } - ] - }, - { - "name": "getAndReturnUint224Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint224[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint224[]" - } - ] - }, - { - "name": "getAndReturnUint232Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint232[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint232[]" - } - ] - }, - { - "name": "getAndReturnUint240Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint240[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint240[]" - } - ] - }, - { - "name": "getAndReturnUint248Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint248[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint248[]" - } - ] - }, - { - "name": "getAndReturnUint256Array", - "type": "function", - "stateMutability": "view", - "inputs": [ - { - "name": "x", - "type": "uint256[]" - } - ], - "outputs": [ - { - "name": "x", - "type": "uint256[]" - } - ] - } -] diff --git a/registry-subgraph/ow_subgraph/dist/schema.graphql b/registry-subgraph/ow_subgraph/dist/schema.graphql deleted file mode 100644 index f72b1bc..0000000 --- a/registry-subgraph/ow_subgraph/dist/schema.graphql +++ /dev/null @@ -1,37 +0,0 @@ -type ExampleEntity @entity { - id: ID! - - optionalBoolean: Boolean - requiredBoolean: Boolean! - optionalBooleanList: [Boolean!] - requiredBooleanList: [Boolean!]! - - optionalString: String - requiredString: String! - optionalStringList: [String!] - requiredStringList: [String!]! - - optionalBytes: Bytes - requiredBytes: Bytes! - optionalBytesList: [Bytes!] - requiredBytesList: [Bytes!]! - - optionalInt: Int - requiredInt: Int! - optionalIntList: [Int!] - requiredIntList: [Int!]! - - optionalBigInt: BigInt - requiredBigInt: BigInt! - optionalBigIntList: [BigInt!] - requiredBigIntList: [BigInt!]! - - optionalReference: OtherEntity - requiredReference: OtherEntity! - optionalReferenceList: [OtherEntity!] - requiredReferenceList: [OtherEntity!]! -} - -type OtherEntity @entity { - id: ID! -} diff --git a/registry-subgraph/ow_subgraph/dist/subgraph.yaml b/registry-subgraph/ow_subgraph/dist/subgraph.yaml deleted file mode 100644 index e6402ad..0000000 --- a/registry-subgraph/ow_subgraph/dist/subgraph.yaml +++ /dev/null @@ -1,26 +0,0 @@ -specVersion: 0.0.5 -description: example of a subgraph -repository: 'https://github.com/graphprotocol/graph-cli.git' -schema: - file: schema.graphql -dataSources: - - kind: ethereum/contract - name: ExampleSubgraph - network: mainnet - source: - address: '0x22843e74c59580b3eaf6c233fa67d8b7c561a835' - abi: ExampleContract - mapping: - kind: ethereum/events - apiVersion: 0.0.7 - language: wasm/assemblyscript - file: ExampleSubgraph/ExampleSubgraph.wasm - entities: - - ExampleEntity - - OtherEntity - abis: - - name: ExampleContract - file: ExampleSubgraph/abis/ExampleContract.json - eventHandlers: - - event: ExampleEvent(indexed string) - handler: handleExampleEvent diff --git a/registry-subgraph/ow_subgraph/networks.json b/registry-subgraph/ow_subgraph/networks.json deleted file mode 100644 index ad3eb12..0000000 --- a/registry-subgraph/ow_subgraph/networks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "mainnet": { - "ExampleSubgraph": { - "address": "0x22843e74c59580b3eaf6c233fa67d8b7c561a835" - } - } -} \ No newline at end of file diff --git a/registry-subgraph/ow_subgraph/package.json b/registry-subgraph/ow_subgraph/package.json deleted file mode 100644 index 83bc2eb..0000000 --- a/registry-subgraph/ow_subgraph/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "ow_subgraph", - "private": true, - "scripts": { - "build": "../../packages/cli/bin/run build subgraph.yaml", - "build-ipfs": "../../packages/cli/bin/run build --ipfs /ip4/127.0.0.1/tcp/5001 subgraph.yaml", - "build-wast": "../../packages/cli/bin/run build -t wast subgraph.yaml", - "codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml" - }, - "devDependencies": { - "@graphprotocol/graph-ts": "0.35.1" - } -} \ No newline at end of file diff --git a/registry-subgraph/ow_subgraph/schema.graphql b/registry-subgraph/ow_subgraph/schema.graphql deleted file mode 100644 index f72b1bc..0000000 --- a/registry-subgraph/ow_subgraph/schema.graphql +++ /dev/null @@ -1,37 +0,0 @@ -type ExampleEntity @entity { - id: ID! - - optionalBoolean: Boolean - requiredBoolean: Boolean! - optionalBooleanList: [Boolean!] - requiredBooleanList: [Boolean!]! - - optionalString: String - requiredString: String! - optionalStringList: [String!] - requiredStringList: [String!]! - - optionalBytes: Bytes - requiredBytes: Bytes! - optionalBytesList: [Bytes!] - requiredBytesList: [Bytes!]! - - optionalInt: Int - requiredInt: Int! - optionalIntList: [Int!] - requiredIntList: [Int!]! - - optionalBigInt: BigInt - requiredBigInt: BigInt! - optionalBigIntList: [BigInt!] - requiredBigIntList: [BigInt!]! - - optionalReference: OtherEntity - requiredReference: OtherEntity! - optionalReferenceList: [OtherEntity!] - requiredReferenceList: [OtherEntity!]! -} - -type OtherEntity @entity { - id: ID! -} diff --git a/registry-subgraph/ow_subgraph/src/mapping.ts b/registry-subgraph/ow_subgraph/src/mapping.ts deleted file mode 100644 index 07a25f7..0000000 --- a/registry-subgraph/ow_subgraph/src/mapping.ts +++ /dev/null @@ -1,272 +0,0 @@ -import { Address, BigInt, Bytes, log, store } from '@graphprotocol/graph-ts'; -import { ExampleContract, ExampleEvent } from './types/ExampleSubgraph/ExampleContract'; -import { ExampleEntity } from './types/schema'; - -export function handleExampleEvent(event: ExampleEvent): void { - const entity = new ExampleEntity('example id'); - - // Entity field access - - entity.optionalBoolean = true; - entity.optionalBoolean = false; - entity.optionalBooleanList = [true, false]; - entity.optionalBooleanList = null; - - const optionalBoolean: boolean = entity.optionalBoolean; - const optionalBooleanList: Array | null = entity.optionalBooleanList; - - entity.requiredBoolean = true; - entity.requiredBoolean = false; - entity.requiredBooleanList = [true, false]; - - const requiredBoolean: boolean = entity.requiredBoolean; - const requiredBooleanList: Array = entity.requiredBooleanList; - - entity.optionalString = 'hello'; - entity.optionalString = null; - entity.optionalStringList = ['hello', 'world']; - entity.optionalStringList = null; - - const optionalString: string | null = entity.optionalString; - const optionalStringList: Array | null = entity.optionalStringList; - - entity.requiredString = 'hello'; - entity.requiredStringList = ['hello', 'world']; - - const requiredString: string = entity.requiredString; - const requiredStringList: Array = entity.requiredStringList; - - entity.optionalInt = 128; - entity.optionalInt = -500; - entity.optionalInt = null; - entity.optionalIntList = [128, -500]; - entity.optionalIntList = null; - - const optionalInt: i32 = entity.optionalInt; - const optionalIntList: Array | null = entity.optionalIntList; - - entity.requiredInt = 128; - entity.requiredInt = -500; - entity.requiredIntList = [128, -500]; - - const requiredInt: i32 = entity.requiredInt; - const requiredIntList: Array = entity.requiredIntList; - - entity.optionalBigInt = new BigInt(0); - entity.optionalBigInt = null; - entity.optionalBigIntList = [new BigInt(0), new BigInt(0)]; - entity.optionalBigIntList = null; - - const optionalBigInt: BigInt | null = entity.optionalBigInt; - const optionalBigIntList: Array | null = entity.optionalBigIntList; - - entity.requiredBigInt = new BigInt(0); - entity.requiredBigIntList = [new BigInt(0), new BigInt(0)]; - - const requiredBigInt: BigInt = entity.requiredBigInt; - const requiredBigIntList: Array = entity.requiredBigIntList; - - entity.optionalBytes = new Bytes(0); - entity.optionalBytes = null; - entity.optionalBytesList = [new Bytes(0), new Bytes(0)]; - entity.optionalBytesList = null; - - const optionalBytes: Bytes | null = entity.optionalBytes; - const optionalBytesList: Array | null = entity.optionalBytesList; - - entity.requiredBytes = new Bytes(0); - entity.requiredBytesList = [new Bytes(0), new Bytes(0)]; - - const requiredBytes: Bytes = entity.requiredBytes; - const requiredBytesList: Array = entity.requiredBytesList; - - entity.optionalReference = 'some-id'; - entity.optionalReference = null; - entity.optionalReferenceList = ['some-id', 'other-id']; - entity.optionalReferenceList = null; - - const optionalReference: string | null = entity.optionalReference; - const optionalReferenceList: Array | null = entity.optionalReferenceList; - - entity.requiredReference = 'some-id'; - entity.requiredReferenceList = ['some-id', 'other-id']; - - const requiredReference: string = entity.requiredReference; - const requiredReferenceList: Array = entity.requiredReferenceList; - - // Smart contract calls - - const contract = ExampleContract.bind(event.address); - entity.requiredBytes = contract.getAndReturnAddress(entity.requiredBytes as Address); - entity.requiredString = contract.getAndReturnString(entity.requiredString); - entity.requiredBoolean = contract.getAndReturnBool(entity.requiredBoolean); - entity.requiredBytes = contract.getAndReturnByte(entity.requiredBytes); - entity.requiredBytes = contract.getAndReturnBytes1(entity.requiredBytes); - entity.requiredBytes = contract.getAndReturnBytes32(entity.requiredBytes); - entity.requiredInt = contract.getAndReturnInt8(entity.requiredInt); - entity.requiredInt = contract.getAndReturnInt16(entity.requiredInt); - entity.requiredInt = contract.getAndReturnInt24(entity.requiredInt); - entity.requiredInt = contract.getAndReturnInt32(entity.requiredInt); - entity.requiredBigInt = contract.getAndReturnInt40(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt56(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt64(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt72(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt80(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt88(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt96(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt104(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt112(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt120(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt128(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt136(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt144(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt152(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt160(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt168(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt176(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt184(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt192(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt200(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt200(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt208(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt216(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt224(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt232(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt240(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt248(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnInt256(entity.requiredBigInt); - entity.requiredInt = contract.getAndReturnUint8(entity.requiredInt); - entity.requiredInt = contract.getAndReturnUint16(entity.requiredInt); - entity.requiredInt = contract.getAndReturnUint24(entity.requiredInt); - entity.requiredBigInt = contract.getAndReturnUint32(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint40(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint56(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint64(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint72(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint80(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint88(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint96(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint104(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint112(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint120(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint128(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint136(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint144(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint152(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint160(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint168(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint176(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint184(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint192(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint200(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint200(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint208(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint216(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint224(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint232(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint240(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint248(entity.requiredBigInt); - entity.requiredBigInt = contract.getAndReturnUint256(entity.requiredBigInt); - - const addrArray: Array
= contract.getAndReturnAddressArray([ - new Address(0), - new Address(0), - ]); - entity.requiredStringList = contract.getAndReturnStringArray(entity.requiredStringList); - entity.requiredBooleanList = contract.getAndReturnBoolArray(entity.requiredBooleanList); - entity.requiredBytesList = contract.getAndReturnByteArray(entity.requiredBytesList); - entity.requiredBytesList = contract.getAndReturnBytes1Array(entity.requiredBytesList); - entity.requiredBytesList = contract.getAndReturnBytes32Array(entity.requiredBytesList); - entity.requiredIntList = contract.getAndReturnInt8Array(entity.requiredIntList); - entity.requiredIntList = contract.getAndReturnInt16Array(entity.requiredIntList); - entity.requiredIntList = contract.getAndReturnInt24Array(entity.requiredIntList); - contract.getAndReturnInt32Array(entity.requiredIntList); - entity.requiredBigIntList = contract.getAndReturnInt40Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt56Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt64Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt72Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt80Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt88Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt96Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt104Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt112Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt120Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt128Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt136Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt144Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt152Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt160Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt168Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt176Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt184Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt192Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt200Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt200Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt208Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt216Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt224Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt232Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt240Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt248Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnInt256Array(entity.requiredBigIntList); - const u8Array: Array = contract.getAndReturnUint8Array([1 as i32, 100 as i32]); - const u16Array: Array = contract.getAndReturnUint16Array([1 as i32, 100 as i32]); - const u24Array: Array = contract.getAndReturnUint24Array([1 as i32, 100 as i32]); - const u32Array: Array = contract.getAndReturnUint32Array([new BigInt(0), new BigInt(0)]); - entity.requiredBigIntList = contract.getAndReturnUint40Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint56Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint64Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint72Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint80Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint88Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint96Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint104Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint112Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint120Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint128Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint136Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint144Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint152Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint160Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint168Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint176Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint184Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint192Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint200Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint200Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint208Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint216Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint224Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint232Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint240Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint248Array(entity.requiredBigIntList); - entity.requiredBigIntList = contract.getAndReturnUint256Array(entity.requiredBigIntList); - - // Store access - - store.set('ExampleEntity', 'example id', entity); - store.get('ExampleEntity', 'example id'); - store.remove('ExampleEntity', 'example id'); - - // Entity load and save (using the store behind the scenes) - entity.save(); - let other = ExampleEntity.load('other example id'); - if (other == null) { - other = new ExampleEntity('other example id'); - } - other.save(); - - // BigInt math - const bigIntPlus = entity.requiredBigInt + entity.requiredBigInt; - const bigIntMinus = entity.requiredBigInt - entity.requiredBigInt; - const bigIntTimes = entity.requiredBigInt * entity.requiredBigInt; - const bigIntDividedBy = entity.requiredBigInt / entity.requiredBigInt; - const bigIntMod = entity.requiredBigInt % entity.requiredBigInt; - - // Logging - log.debug('Hello {}', ['World']); - log.info('Hello {}', ['World']); - log.warning('Hello {}', ['World']); - log.error('Hello {}', ['World']); - log.critical('Hello {}', ['World']); -} diff --git a/registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts b/registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts deleted file mode 100644 index b851c37..0000000 --- a/registry-subgraph/ow_subgraph/src/types/ExampleSubgraph/ExampleContract.ts +++ /dev/null @@ -1,2939 +0,0 @@ -// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. - -import { - Address, - BigInt, - Bytes, - Entity, - ethereum, - JSONValue, - TypedMap, -} from '@graphprotocol/graph-ts'; - -export class ExampleEvent extends ethereum.Event { - get params(): ExampleEvent__Params { - return new ExampleEvent__Params(this); - } -} - -export class ExampleEvent__Params { - _event: ExampleEvent; - - constructor(event: ExampleEvent) { - this._event = event; - } - - get exampleParam(): Bytes { - return this._event.parameters[0].value.toBytes(); - } -} - -export class ExampleContract extends ethereum.SmartContract { - static bind(address: Address): ExampleContract { - return new ExampleContract('ExampleContract', address); - } - - getAndReturnAddress(x: Address): Address { - let result = super.call('getAndReturnAddress', 'getAndReturnAddress(address):(address)', [ - ethereum.Value.fromAddress(x), - ]); - - return result[0].toAddress(); - } - - try_getAndReturnAddress(x: Address): ethereum.CallResult
{ - let result = super.tryCall('getAndReturnAddress', 'getAndReturnAddress(address):(address)', [ - ethereum.Value.fromAddress(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toAddress()); - } - - getAndReturnString(x: string): string { - let result = super.call('getAndReturnString', 'getAndReturnString(string):(string)', [ - ethereum.Value.fromString(x), - ]); - - return result[0].toString(); - } - - try_getAndReturnString(x: string): ethereum.CallResult { - let result = super.tryCall('getAndReturnString', 'getAndReturnString(string):(string)', [ - ethereum.Value.fromString(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toString()); - } - - getAndReturnBool(x: boolean): boolean { - let result = super.call('getAndReturnBool', 'getAndReturnBool(bool):(bool)', [ - ethereum.Value.fromBoolean(x), - ]); - - return result[0].toBoolean(); - } - - try_getAndReturnBool(x: boolean): ethereum.CallResult { - let result = super.tryCall('getAndReturnBool', 'getAndReturnBool(bool):(bool)', [ - ethereum.Value.fromBoolean(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBoolean()); - } - - getAndReturnByte(x: Bytes): Bytes { - let result = super.call('getAndReturnByte', 'getAndReturnByte(byte):(byte)', [ - ethereum.Value.fromFixedBytes(x), - ]); - - return result[0].toBytes(); - } - - try_getAndReturnByte(x: Bytes): ethereum.CallResult { - let result = super.tryCall('getAndReturnByte', 'getAndReturnByte(byte):(byte)', [ - ethereum.Value.fromFixedBytes(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytes()); - } - - getAndReturnBytes1(x: Bytes): Bytes { - let result = super.call('getAndReturnBytes1', 'getAndReturnBytes1(bytes1):(bytes1)', [ - ethereum.Value.fromFixedBytes(x), - ]); - - return result[0].toBytes(); - } - - try_getAndReturnBytes1(x: Bytes): ethereum.CallResult { - let result = super.tryCall('getAndReturnBytes1', 'getAndReturnBytes1(bytes1):(bytes1)', [ - ethereum.Value.fromFixedBytes(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytes()); - } - - getAndReturnBytes32(x: Bytes): Bytes { - let result = super.call('getAndReturnBytes32', 'getAndReturnBytes32(bytes32):(bytes32)', [ - ethereum.Value.fromFixedBytes(x), - ]); - - return result[0].toBytes(); - } - - try_getAndReturnBytes32(x: Bytes): ethereum.CallResult { - let result = super.tryCall('getAndReturnBytes32', 'getAndReturnBytes32(bytes32):(bytes32)', [ - ethereum.Value.fromFixedBytes(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytes()); - } - - getAndReturnInt8(x: i32): i32 { - let result = super.call('getAndReturnInt8', 'getAndReturnInt8(int8):(int8)', [ - ethereum.Value.fromI32(x), - ]); - - return result[0].toI32(); - } - - try_getAndReturnInt8(x: i32): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt8', 'getAndReturnInt8(int8):(int8)', [ - ethereum.Value.fromI32(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32()); - } - - getAndReturnInt16(x: i32): i32 { - let result = super.call('getAndReturnInt16', 'getAndReturnInt16(int16):(int16)', [ - ethereum.Value.fromI32(x), - ]); - - return result[0].toI32(); - } - - try_getAndReturnInt16(x: i32): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt16', 'getAndReturnInt16(int16):(int16)', [ - ethereum.Value.fromI32(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32()); - } - - getAndReturnInt24(x: i32): i32 { - let result = super.call('getAndReturnInt24', 'getAndReturnInt24(int24):(int24)', [ - ethereum.Value.fromI32(x), - ]); - - return result[0].toI32(); - } - - try_getAndReturnInt24(x: i32): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt24', 'getAndReturnInt24(int24):(int24)', [ - ethereum.Value.fromI32(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32()); - } - - getAndReturnInt32(x: i32): i32 { - let result = super.call('getAndReturnInt32', 'getAndReturnInt32(int32):(int32)', [ - ethereum.Value.fromI32(x), - ]); - - return result[0].toI32(); - } - - try_getAndReturnInt32(x: i32): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt32', 'getAndReturnInt32(int32):(int32)', [ - ethereum.Value.fromI32(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32()); - } - - getAndReturnInt40(x: BigInt): BigInt { - let result = super.call('getAndReturnInt40', 'getAndReturnInt40(int40):(int40)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt40(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt40', 'getAndReturnInt40(int40):(int40)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt48(x: BigInt): BigInt { - let result = super.call('getAndReturnInt48', 'getAndReturnInt48(int48):(int48)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt48(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt48', 'getAndReturnInt48(int48):(int48)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt56(x: BigInt): BigInt { - let result = super.call('getAndReturnInt56', 'getAndReturnInt56(int56):(int56)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt56(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt56', 'getAndReturnInt56(int56):(int56)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt64(x: BigInt): BigInt { - let result = super.call('getAndReturnInt64', 'getAndReturnInt64(int64):(int64)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt64(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt64', 'getAndReturnInt64(int64):(int64)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt72(x: BigInt): BigInt { - let result = super.call('getAndReturnInt72', 'getAndReturnInt72(int72):(int72)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt72(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt72', 'getAndReturnInt72(int72):(int72)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt80(x: BigInt): BigInt { - let result = super.call('getAndReturnInt80', 'getAndReturnInt80(int80):(int80)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt80(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt80', 'getAndReturnInt80(int80):(int80)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt88(x: BigInt): BigInt { - let result = super.call('getAndReturnInt88', 'getAndReturnInt88(int88):(int88)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt88(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt88', 'getAndReturnInt88(int88):(int88)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt96(x: BigInt): BigInt { - let result = super.call('getAndReturnInt96', 'getAndReturnInt96(int96):(int96)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt96(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt96', 'getAndReturnInt96(int96):(int96)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt104(x: BigInt): BigInt { - let result = super.call('getAndReturnInt104', 'getAndReturnInt104(int104):(int104)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt104(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt104', 'getAndReturnInt104(int104):(int104)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt112(x: BigInt): BigInt { - let result = super.call('getAndReturnInt112', 'getAndReturnInt112(int112):(int112)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt112(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt112', 'getAndReturnInt112(int112):(int112)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt120(x: BigInt): BigInt { - let result = super.call('getAndReturnInt120', 'getAndReturnInt120(int120):(int120)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt120(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt120', 'getAndReturnInt120(int120):(int120)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt128(x: BigInt): BigInt { - let result = super.call('getAndReturnInt128', 'getAndReturnInt128(int128):(int128)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt128(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt128', 'getAndReturnInt128(int128):(int128)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt136(x: BigInt): BigInt { - let result = super.call('getAndReturnInt136', 'getAndReturnInt136(int136):(int136)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt136(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt136', 'getAndReturnInt136(int136):(int136)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt144(x: BigInt): BigInt { - let result = super.call('getAndReturnInt144', 'getAndReturnInt144(int144):(int144)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt144(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt144', 'getAndReturnInt144(int144):(int144)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt152(x: BigInt): BigInt { - let result = super.call('getAndReturnInt152', 'getAndReturnInt152(int152):(int152)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt152(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt152', 'getAndReturnInt152(int152):(int152)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt160(x: BigInt): BigInt { - let result = super.call('getAndReturnInt160', 'getAndReturnInt160(int160):(int160)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt160(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt160', 'getAndReturnInt160(int160):(int160)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt168(x: BigInt): BigInt { - let result = super.call('getAndReturnInt168', 'getAndReturnInt168(int168):(int168)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt168(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt168', 'getAndReturnInt168(int168):(int168)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt176(x: BigInt): BigInt { - let result = super.call('getAndReturnInt176', 'getAndReturnInt176(int176):(int176)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt176(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt176', 'getAndReturnInt176(int176):(int176)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt184(x: BigInt): BigInt { - let result = super.call('getAndReturnInt184', 'getAndReturnInt184(int184):(int184)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt184(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt184', 'getAndReturnInt184(int184):(int184)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt192(x: BigInt): BigInt { - let result = super.call('getAndReturnInt192', 'getAndReturnInt192(int192):(int192)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt192(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt192', 'getAndReturnInt192(int192):(int192)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt200(x: BigInt): BigInt { - let result = super.call('getAndReturnInt200', 'getAndReturnInt200(int200):(int200)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt200(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt200', 'getAndReturnInt200(int200):(int200)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt208(x: BigInt): BigInt { - let result = super.call('getAndReturnInt208', 'getAndReturnInt208(int208):(int208)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt208(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt208', 'getAndReturnInt208(int208):(int208)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt216(x: BigInt): BigInt { - let result = super.call('getAndReturnInt216', 'getAndReturnInt216(int216):(int216)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt216(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt216', 'getAndReturnInt216(int216):(int216)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt224(x: BigInt): BigInt { - let result = super.call('getAndReturnInt224', 'getAndReturnInt224(int224):(int224)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt224(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt224', 'getAndReturnInt224(int224):(int224)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt232(x: BigInt): BigInt { - let result = super.call('getAndReturnInt232', 'getAndReturnInt232(int232):(int232)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt232(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt232', 'getAndReturnInt232(int232):(int232)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt240(x: BigInt): BigInt { - let result = super.call('getAndReturnInt240', 'getAndReturnInt240(int240):(int240)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt240(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt240', 'getAndReturnInt240(int240):(int240)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt248(x: BigInt): BigInt { - let result = super.call('getAndReturnInt248', 'getAndReturnInt248(int248):(int248)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt248(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt248', 'getAndReturnInt248(int248):(int248)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnInt256(x: BigInt): BigInt { - let result = super.call('getAndReturnInt256', 'getAndReturnInt256(int256):(int256)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnInt256(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnInt256', 'getAndReturnInt256(int256):(int256)', [ - ethereum.Value.fromSignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint8(x: i32): i32 { - let result = super.call('getAndReturnUint8', 'getAndReturnUint8(uint8):(uint8)', [ - ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), - ]); - - return result[0].toI32(); - } - - try_getAndReturnUint8(x: i32): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint8', 'getAndReturnUint8(uint8):(uint8)', [ - ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32()); - } - - getAndReturnUint16(x: i32): i32 { - let result = super.call('getAndReturnUint16', 'getAndReturnUint16(uint16):(uint16)', [ - ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), - ]); - - return result[0].toI32(); - } - - try_getAndReturnUint16(x: i32): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint16', 'getAndReturnUint16(uint16):(uint16)', [ - ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32()); - } - - getAndReturnUint24(x: i32): i32 { - let result = super.call('getAndReturnUint24', 'getAndReturnUint24(uint24):(uint24)', [ - ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), - ]); - - return result[0].toI32(); - } - - try_getAndReturnUint24(x: i32): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint24', 'getAndReturnUint24(uint24):(uint24)', [ - ethereum.Value.fromUnsignedBigInt(BigInt.fromI32(x)), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32()); - } - - getAndReturnUint32(x: BigInt): BigInt { - let result = super.call('getAndReturnUint32', 'getAndReturnUint32(uint32):(uint32)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint32(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint32', 'getAndReturnUint32(uint32):(uint32)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint40(x: BigInt): BigInt { - let result = super.call('getAndReturnUint40', 'getAndReturnUint40(uint40):(uint40)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint40(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint40', 'getAndReturnUint40(uint40):(uint40)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint48(x: BigInt): BigInt { - let result = super.call('getAndReturnUint48', 'getAndReturnUint48(uint48):(uint48)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint48(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint48', 'getAndReturnUint48(uint48):(uint48)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint56(x: BigInt): BigInt { - let result = super.call('getAndReturnUint56', 'getAndReturnUint56(uint56):(uint56)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint56(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint56', 'getAndReturnUint56(uint56):(uint56)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint64(x: BigInt): BigInt { - let result = super.call('getAndReturnUint64', 'getAndReturnUint64(uint64):(uint64)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint64(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint64', 'getAndReturnUint64(uint64):(uint64)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint72(x: BigInt): BigInt { - let result = super.call('getAndReturnUint72', 'getAndReturnUint72(uint72):(uint72)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint72(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint72', 'getAndReturnUint72(uint72):(uint72)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint80(x: BigInt): BigInt { - let result = super.call('getAndReturnUint80', 'getAndReturnUint80(uint80):(uint80)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint80(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint80', 'getAndReturnUint80(uint80):(uint80)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint88(x: BigInt): BigInt { - let result = super.call('getAndReturnUint88', 'getAndReturnUint88(uint88):(uint88)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint88(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint88', 'getAndReturnUint88(uint88):(uint88)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint96(x: BigInt): BigInt { - let result = super.call('getAndReturnUint96', 'getAndReturnUint96(uint96):(uint96)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint96(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint96', 'getAndReturnUint96(uint96):(uint96)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint104(x: BigInt): BigInt { - let result = super.call('getAndReturnUint104', 'getAndReturnUint104(uint104):(uint104)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint104(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint104', 'getAndReturnUint104(uint104):(uint104)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint112(x: BigInt): BigInt { - let result = super.call('getAndReturnUint112', 'getAndReturnUint112(uint112):(uint112)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint112(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint112', 'getAndReturnUint112(uint112):(uint112)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint120(x: BigInt): BigInt { - let result = super.call('getAndReturnUint120', 'getAndReturnUint120(uint120):(uint120)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint120(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint120', 'getAndReturnUint120(uint120):(uint120)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint128(x: BigInt): BigInt { - let result = super.call('getAndReturnUint128', 'getAndReturnUint128(uint128):(uint128)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint128(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint128', 'getAndReturnUint128(uint128):(uint128)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint136(x: BigInt): BigInt { - let result = super.call('getAndReturnUint136', 'getAndReturnUint136(uint136):(uint136)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint136(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint136', 'getAndReturnUint136(uint136):(uint136)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint144(x: BigInt): BigInt { - let result = super.call('getAndReturnUint144', 'getAndReturnUint144(uint144):(uint144)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint144(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint144', 'getAndReturnUint144(uint144):(uint144)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint152(x: BigInt): BigInt { - let result = super.call('getAndReturnUint152', 'getAndReturnUint152(uint152):(uint152)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint152(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint152', 'getAndReturnUint152(uint152):(uint152)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint160(x: BigInt): BigInt { - let result = super.call('getAndReturnUint160', 'getAndReturnUint160(uint160):(uint160)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint160(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint160', 'getAndReturnUint160(uint160):(uint160)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint168(x: BigInt): BigInt { - let result = super.call('getAndReturnUint168', 'getAndReturnUint168(uint168):(uint168)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint168(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint168', 'getAndReturnUint168(uint168):(uint168)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint176(x: BigInt): BigInt { - let result = super.call('getAndReturnUint176', 'getAndReturnUint176(uint176):(uint176)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint176(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint176', 'getAndReturnUint176(uint176):(uint176)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint184(x: BigInt): BigInt { - let result = super.call('getAndReturnUint184', 'getAndReturnUint184(uint184):(uint184)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint184(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint184', 'getAndReturnUint184(uint184):(uint184)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint192(x: BigInt): BigInt { - let result = super.call('getAndReturnUint192', 'getAndReturnUint192(uint192):(uint192)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint192(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint192', 'getAndReturnUint192(uint192):(uint192)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint200(x: BigInt): BigInt { - let result = super.call('getAndReturnUint200', 'getAndReturnUint200(uint200):(uint200)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint200(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint200', 'getAndReturnUint200(uint200):(uint200)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint208(x: BigInt): BigInt { - let result = super.call('getAndReturnUint208', 'getAndReturnUint208(uint208):(uint208)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint208(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint208', 'getAndReturnUint208(uint208):(uint208)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint216(x: BigInt): BigInt { - let result = super.call('getAndReturnUint216', 'getAndReturnUint216(uint216):(uint216)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint216(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint216', 'getAndReturnUint216(uint216):(uint216)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint224(x: BigInt): BigInt { - let result = super.call('getAndReturnUint224', 'getAndReturnUint224(uint224):(uint224)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint224(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint224', 'getAndReturnUint224(uint224):(uint224)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint232(x: BigInt): BigInt { - let result = super.call('getAndReturnUint232', 'getAndReturnUint232(uint232):(uint232)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint232(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint232', 'getAndReturnUint232(uint232):(uint232)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint240(x: BigInt): BigInt { - let result = super.call('getAndReturnUint240', 'getAndReturnUint240(uint240):(uint240)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint240(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint240', 'getAndReturnUint240(uint240):(uint240)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint248(x: BigInt): BigInt { - let result = super.call('getAndReturnUint248', 'getAndReturnUint248(uint248):(uint248)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint248(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint248', 'getAndReturnUint248(uint248):(uint248)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnUint256(x: BigInt): BigInt { - let result = super.call('getAndReturnUint256', 'getAndReturnUint256(uint256):(uint256)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - - return result[0].toBigInt(); - } - - try_getAndReturnUint256(x: BigInt): ethereum.CallResult { - let result = super.tryCall('getAndReturnUint256', 'getAndReturnUint256(uint256):(uint256)', [ - ethereum.Value.fromUnsignedBigInt(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigInt()); - } - - getAndReturnAddressArray(x: Array
): Array
{ - let result = super.call( - 'getAndReturnAddressArray', - 'getAndReturnAddressArray(address[]):(address[])', - [ethereum.Value.fromAddressArray(x)], - ); - - return result[0].toAddressArray(); - } - - try_getAndReturnAddressArray(x: Array
): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnAddressArray', - 'getAndReturnAddressArray(address[]):(address[])', - [ethereum.Value.fromAddressArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toAddressArray()); - } - - getAndReturnStringArray(x: Array): Array { - let result = super.call( - 'getAndReturnStringArray', - 'getAndReturnStringArray(string[]):(string[])', - [ethereum.Value.fromStringArray(x)], - ); - - return result[0].toStringArray(); - } - - try_getAndReturnStringArray(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnStringArray', - 'getAndReturnStringArray(string[]):(string[])', - [ethereum.Value.fromStringArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toStringArray()); - } - - getAndReturnBoolArray(x: Array): Array { - let result = super.call('getAndReturnBoolArray', 'getAndReturnBoolArray(bool[]):(bool[])', [ - ethereum.Value.fromBooleanArray(x), - ]); - - return result[0].toBooleanArray(); - } - - try_getAndReturnBoolArray(x: Array): ethereum.CallResult> { - let result = super.tryCall('getAndReturnBoolArray', 'getAndReturnBoolArray(bool[]):(bool[])', [ - ethereum.Value.fromBooleanArray(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBooleanArray()); - } - - getAndReturnByteArray(x: Array): Array { - let result = super.call('getAndReturnByteArray', 'getAndReturnByteArray(byte[]):(byte[])', [ - ethereum.Value.fromFixedBytesArray(x), - ]); - - return result[0].toBytesArray(); - } - - try_getAndReturnByteArray(x: Array): ethereum.CallResult> { - let result = super.tryCall('getAndReturnByteArray', 'getAndReturnByteArray(byte[]):(byte[])', [ - ethereum.Value.fromFixedBytesArray(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytesArray()); - } - - getAndReturnBytes1Array(x: Array): Array { - let result = super.call( - 'getAndReturnBytes1Array', - 'getAndReturnBytes1Array(bytes1[]):(bytes1[])', - [ethereum.Value.fromFixedBytesArray(x)], - ); - - return result[0].toBytesArray(); - } - - try_getAndReturnBytes1Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnBytes1Array', - 'getAndReturnBytes1Array(bytes1[]):(bytes1[])', - [ethereum.Value.fromFixedBytesArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytesArray()); - } - - getAndReturnBytes32Array(x: Array): Array { - let result = super.call( - 'getAndReturnBytes32Array', - 'getAndReturnBytes32Array(bytes32[]):(bytes32[])', - [ethereum.Value.fromFixedBytesArray(x)], - ); - - return result[0].toBytesArray(); - } - - try_getAndReturnBytes32Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnBytes32Array', - 'getAndReturnBytes32Array(bytes32[]):(bytes32[])', - [ethereum.Value.fromFixedBytesArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytesArray()); - } - - getAndReturnInt8Array(x: Array): Array { - let result = super.call('getAndReturnInt8Array', 'getAndReturnInt8Array(int8[]):(int8[])', [ - ethereum.Value.fromI32Array(x), - ]); - - return result[0].toI32Array(); - } - - try_getAndReturnInt8Array(x: Array): ethereum.CallResult> { - let result = super.tryCall('getAndReturnInt8Array', 'getAndReturnInt8Array(int8[]):(int8[])', [ - ethereum.Value.fromI32Array(x), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32Array()); - } - - getAndReturnInt16Array(x: Array): Array { - let result = super.call('getAndReturnInt16Array', 'getAndReturnInt16Array(int16[]):(int16[])', [ - ethereum.Value.fromI32Array(x), - ]); - - return result[0].toI32Array(); - } - - try_getAndReturnInt16Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt16Array', - 'getAndReturnInt16Array(int16[]):(int16[])', - [ethereum.Value.fromI32Array(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32Array()); - } - - getAndReturnInt24Array(x: Array): Array { - let result = super.call('getAndReturnInt24Array', 'getAndReturnInt24Array(int24[]):(int24[])', [ - ethereum.Value.fromI32Array(x), - ]); - - return result[0].toI32Array(); - } - - try_getAndReturnInt24Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt24Array', - 'getAndReturnInt24Array(int24[]):(int24[])', - [ethereum.Value.fromI32Array(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32Array()); - } - - getAndReturnInt32Array(x: Array): Array { - let result = super.call('getAndReturnInt32Array', 'getAndReturnInt32Array(int32[]):(int32[])', [ - ethereum.Value.fromI32Array(x), - ]); - - return result[0].toI32Array(); - } - - try_getAndReturnInt32Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt32Array', - 'getAndReturnInt32Array(int32[]):(int32[])', - [ethereum.Value.fromI32Array(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32Array()); - } - - getAndReturnInt40Array(x: Array): Array { - let result = super.call('getAndReturnInt40Array', 'getAndReturnInt40Array(int40[]):(int40[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt40Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt40Array', - 'getAndReturnInt40Array(int40[]):(int40[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt48Array(x: Array): Array { - let result = super.call('getAndReturnInt48Array', 'getAndReturnInt48Array(int48[]):(int48[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt48Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt48Array', - 'getAndReturnInt48Array(int48[]):(int48[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt56Array(x: Array): Array { - let result = super.call('getAndReturnInt56Array', 'getAndReturnInt56Array(int56[]):(int56[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt56Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt56Array', - 'getAndReturnInt56Array(int56[]):(int56[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt64Array(x: Array): Array { - let result = super.call('getAndReturnInt64Array', 'getAndReturnInt64Array(int64[]):(int64[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt64Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt64Array', - 'getAndReturnInt64Array(int64[]):(int64[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt72Array(x: Array): Array { - let result = super.call('getAndReturnInt72Array', 'getAndReturnInt72Array(int72[]):(int72[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt72Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt72Array', - 'getAndReturnInt72Array(int72[]):(int72[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt80Array(x: Array): Array { - let result = super.call('getAndReturnInt80Array', 'getAndReturnInt80Array(int80[]):(int80[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt80Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt80Array', - 'getAndReturnInt80Array(int80[]):(int80[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt88Array(x: Array): Array { - let result = super.call('getAndReturnInt88Array', 'getAndReturnInt88Array(int88[]):(int88[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt88Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt88Array', - 'getAndReturnInt88Array(int88[]):(int88[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt96Array(x: Array): Array { - let result = super.call('getAndReturnInt96Array', 'getAndReturnInt96Array(int96[]):(int96[])', [ - ethereum.Value.fromSignedBigIntArray(x), - ]); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt96Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt96Array', - 'getAndReturnInt96Array(int96[]):(int96[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt104Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt104Array', - 'getAndReturnInt104Array(int104[]):(int104[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt104Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt104Array', - 'getAndReturnInt104Array(int104[]):(int104[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt112Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt112Array', - 'getAndReturnInt112Array(int112[]):(int112[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt112Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt112Array', - 'getAndReturnInt112Array(int112[]):(int112[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt120Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt120Array', - 'getAndReturnInt120Array(int120[]):(int120[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt120Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt120Array', - 'getAndReturnInt120Array(int120[]):(int120[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt128Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt128Array', - 'getAndReturnInt128Array(int128[]):(int128[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt128Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt128Array', - 'getAndReturnInt128Array(int128[]):(int128[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt136Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt136Array', - 'getAndReturnInt136Array(int136[]):(int136[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt136Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt136Array', - 'getAndReturnInt136Array(int136[]):(int136[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt144Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt144Array', - 'getAndReturnInt144Array(int144[]):(int144[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt144Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt144Array', - 'getAndReturnInt144Array(int144[]):(int144[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt152Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt152Array', - 'getAndReturnInt152Array(int152[]):(int152[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt152Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt152Array', - 'getAndReturnInt152Array(int152[]):(int152[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt160Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt160Array', - 'getAndReturnInt160Array(int160[]):(int160[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt160Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt160Array', - 'getAndReturnInt160Array(int160[]):(int160[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt168Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt168Array', - 'getAndReturnInt168Array(int168[]):(int168[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt168Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt168Array', - 'getAndReturnInt168Array(int168[]):(int168[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt176Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt176Array', - 'getAndReturnInt176Array(int176[]):(int176[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt176Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt176Array', - 'getAndReturnInt176Array(int176[]):(int176[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt184Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt184Array', - 'getAndReturnInt184Array(int184[]):(int184[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt184Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt184Array', - 'getAndReturnInt184Array(int184[]):(int184[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt192Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt192Array', - 'getAndReturnInt192Array(int192[]):(int192[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt192Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt192Array', - 'getAndReturnInt192Array(int192[]):(int192[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt200Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt200Array', - 'getAndReturnInt200Array(int200[]):(int200[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt200Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt200Array', - 'getAndReturnInt200Array(int200[]):(int200[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt208Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt208Array', - 'getAndReturnInt208Array(int208[]):(int208[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt208Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt208Array', - 'getAndReturnInt208Array(int208[]):(int208[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt216Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt216Array', - 'getAndReturnInt216Array(int216[]):(int216[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt216Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt216Array', - 'getAndReturnInt216Array(int216[]):(int216[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt224Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt224Array', - 'getAndReturnInt224Array(int224[]):(int224[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt224Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt224Array', - 'getAndReturnInt224Array(int224[]):(int224[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt232Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt232Array', - 'getAndReturnInt232Array(int232[]):(int232[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt232Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt232Array', - 'getAndReturnInt232Array(int232[]):(int232[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt240Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt240Array', - 'getAndReturnInt240Array(int240[]):(int240[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt240Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt240Array', - 'getAndReturnInt240Array(int240[]):(int240[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt248Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt248Array', - 'getAndReturnInt248Array(int248[]):(int248[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt248Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt248Array', - 'getAndReturnInt248Array(int248[]):(int248[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnInt256Array(x: Array): Array { - let result = super.call( - 'getAndReturnInt256Array', - 'getAndReturnInt256Array(int256[]):(int256[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnInt256Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnInt256Array', - 'getAndReturnInt256Array(int256[]):(int256[])', - [ethereum.Value.fromSignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint8Array(x: Array): Array { - let result = super.call('getAndReturnUint8Array', 'getAndReturnUint8Array(uint8[]):(uint8[])', [ - ethereum.Value.fromI32Array(x), - ]); - - return result[0].toI32Array(); - } - - try_getAndReturnUint8Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint8Array', - 'getAndReturnUint8Array(uint8[]):(uint8[])', - [ethereum.Value.fromI32Array(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32Array()); - } - - getAndReturnUint16Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint16Array', - 'getAndReturnUint16Array(uint16[]):(uint16[])', - [ethereum.Value.fromI32Array(x)], - ); - - return result[0].toI32Array(); - } - - try_getAndReturnUint16Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint16Array', - 'getAndReturnUint16Array(uint16[]):(uint16[])', - [ethereum.Value.fromI32Array(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32Array()); - } - - getAndReturnUint24Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint24Array', - 'getAndReturnUint24Array(uint24[]):(uint24[])', - [ethereum.Value.fromI32Array(x)], - ); - - return result[0].toI32Array(); - } - - try_getAndReturnUint24Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint24Array', - 'getAndReturnUint24Array(uint24[]):(uint24[])', - [ethereum.Value.fromI32Array(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toI32Array()); - } - - getAndReturnUint32Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint32Array', - 'getAndReturnUint32Array(uint32[]):(uint32[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint32Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint32Array', - 'getAndReturnUint32Array(uint32[]):(uint32[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint40Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint40Array', - 'getAndReturnUint40Array(uint40[]):(uint40[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint40Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint40Array', - 'getAndReturnUint40Array(uint40[]):(uint40[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint48Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint48Array', - 'getAndReturnUint48Array(uint48[]):(uint48[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint48Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint48Array', - 'getAndReturnUint48Array(uint48[]):(uint48[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint56Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint56Array', - 'getAndReturnUint56Array(uint56[]):(uint56[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint56Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint56Array', - 'getAndReturnUint56Array(uint56[]):(uint56[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint64Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint64Array', - 'getAndReturnUint64Array(uint64[]):(uint64[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint64Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint64Array', - 'getAndReturnUint64Array(uint64[]):(uint64[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint72Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint72Array', - 'getAndReturnUint72Array(uint72[]):(uint72[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint72Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint72Array', - 'getAndReturnUint72Array(uint72[]):(uint72[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint80Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint80Array', - 'getAndReturnUint80Array(uint80[]):(uint80[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint80Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint80Array', - 'getAndReturnUint80Array(uint80[]):(uint80[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint88Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint88Array', - 'getAndReturnUint88Array(uint88[]):(uint88[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint88Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint88Array', - 'getAndReturnUint88Array(uint88[]):(uint88[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint96Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint96Array', - 'getAndReturnUint96Array(uint96[]):(uint96[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint96Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint96Array', - 'getAndReturnUint96Array(uint96[]):(uint96[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint104Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint104Array', - 'getAndReturnUint104Array(uint104[]):(uint104[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint104Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint104Array', - 'getAndReturnUint104Array(uint104[]):(uint104[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint112Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint112Array', - 'getAndReturnUint112Array(uint112[]):(uint112[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint112Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint112Array', - 'getAndReturnUint112Array(uint112[]):(uint112[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint120Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint120Array', - 'getAndReturnUint120Array(uint120[]):(uint120[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint120Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint120Array', - 'getAndReturnUint120Array(uint120[]):(uint120[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint128Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint128Array', - 'getAndReturnUint128Array(uint128[]):(uint128[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint128Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint128Array', - 'getAndReturnUint128Array(uint128[]):(uint128[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint136Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint136Array', - 'getAndReturnUint136Array(uint136[]):(uint136[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint136Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint136Array', - 'getAndReturnUint136Array(uint136[]):(uint136[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint144Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint144Array', - 'getAndReturnUint144Array(uint144[]):(uint144[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint144Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint144Array', - 'getAndReturnUint144Array(uint144[]):(uint144[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint152Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint152Array', - 'getAndReturnUint152Array(uint152[]):(uint152[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint152Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint152Array', - 'getAndReturnUint152Array(uint152[]):(uint152[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint160Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint160Array', - 'getAndReturnUint160Array(uint160[]):(uint160[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint160Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint160Array', - 'getAndReturnUint160Array(uint160[]):(uint160[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint168Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint168Array', - 'getAndReturnUint168Array(uint168[]):(uint168[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint168Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint168Array', - 'getAndReturnUint168Array(uint168[]):(uint168[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint176Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint176Array', - 'getAndReturnUint176Array(uint176[]):(uint176[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint176Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint176Array', - 'getAndReturnUint176Array(uint176[]):(uint176[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint184Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint184Array', - 'getAndReturnUint184Array(uint184[]):(uint184[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint184Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint184Array', - 'getAndReturnUint184Array(uint184[]):(uint184[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint192Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint192Array', - 'getAndReturnUint192Array(uint192[]):(uint192[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint192Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint192Array', - 'getAndReturnUint192Array(uint192[]):(uint192[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint200Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint200Array', - 'getAndReturnUint200Array(uint200[]):(uint200[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint200Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint200Array', - 'getAndReturnUint200Array(uint200[]):(uint200[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint208Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint208Array', - 'getAndReturnUint208Array(uint208[]):(uint208[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint208Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint208Array', - 'getAndReturnUint208Array(uint208[]):(uint208[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint216Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint216Array', - 'getAndReturnUint216Array(uint216[]):(uint216[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint216Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint216Array', - 'getAndReturnUint216Array(uint216[]):(uint216[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint224Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint224Array', - 'getAndReturnUint224Array(uint224[]):(uint224[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint224Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint224Array', - 'getAndReturnUint224Array(uint224[]):(uint224[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint232Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint232Array', - 'getAndReturnUint232Array(uint232[]):(uint232[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint232Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint232Array', - 'getAndReturnUint232Array(uint232[]):(uint232[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint240Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint240Array', - 'getAndReturnUint240Array(uint240[]):(uint240[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint240Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint240Array', - 'getAndReturnUint240Array(uint240[]):(uint240[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint248Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint248Array', - 'getAndReturnUint248Array(uint248[]):(uint248[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint248Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint248Array', - 'getAndReturnUint248Array(uint248[]):(uint248[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } - - getAndReturnUint256Array(x: Array): Array { - let result = super.call( - 'getAndReturnUint256Array', - 'getAndReturnUint256Array(uint256[]):(uint256[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - - return result[0].toBigIntArray(); - } - - try_getAndReturnUint256Array(x: Array): ethereum.CallResult> { - let result = super.tryCall( - 'getAndReturnUint256Array', - 'getAndReturnUint256Array(uint256[]):(uint256[])', - [ethereum.Value.fromUnsignedBigIntArray(x)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBigIntArray()); - } -} diff --git a/registry-subgraph/ow_subgraph/src/types/schema.ts b/registry-subgraph/ow_subgraph/src/types/schema.ts deleted file mode 100644 index 6cd35e6..0000000 --- a/registry-subgraph/ow_subgraph/src/types/schema.ts +++ /dev/null @@ -1,444 +0,0 @@ -// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. - -import { - BigDecimal, - BigInt, - Bytes, - Entity, - store, - TypedMap, - Value, - ValueKind, -} from '@graphprotocol/graph-ts'; - -export class ExampleEntity extends Entity { - constructor(id: string) { - super(); - this.set('id', Value.fromString(id)); - } - - save(): void { - let id = this.get('id'); - assert(id != null, 'Cannot save ExampleEntity entity without an ID'); - if (id) { - assert( - id.kind == ValueKind.STRING, - `Entities of type ExampleEntity must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, - ); - store.set('ExampleEntity', id.toString(), this); - } - } - - static loadInBlock(id: string): ExampleEntity | null { - return changetype(store.get_in_block('ExampleEntity', id)); - } - - static load(id: string): ExampleEntity | null { - return changetype(store.get('ExampleEntity', id)); - } - - get id(): string { - let value = this.get('id'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toString(); - } - } - - set id(value: string) { - this.set('id', Value.fromString(value)); - } - - get optionalBoolean(): boolean { - let value = this.get('optionalBoolean'); - if (!value || value.kind == ValueKind.NULL) { - return false; - } else { - return value.toBoolean(); - } - } - - set optionalBoolean(value: boolean) { - this.set('optionalBoolean', Value.fromBoolean(value)); - } - - get requiredBoolean(): boolean { - let value = this.get('requiredBoolean'); - if (!value || value.kind == ValueKind.NULL) { - return false; - } else { - return value.toBoolean(); - } - } - - set requiredBoolean(value: boolean) { - this.set('requiredBoolean', Value.fromBoolean(value)); - } - - get optionalBooleanList(): Array | null { - let value = this.get('optionalBooleanList'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toBooleanArray(); - } - } - - set optionalBooleanList(value: Array | null) { - if (!value) { - this.unset('optionalBooleanList'); - } else { - this.set('optionalBooleanList', Value.fromBooleanArray(>value)); - } - } - - get requiredBooleanList(): Array { - let value = this.get('requiredBooleanList'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toBooleanArray(); - } - } - - set requiredBooleanList(value: Array) { - this.set('requiredBooleanList', Value.fromBooleanArray(value)); - } - - get optionalString(): string | null { - let value = this.get('optionalString'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toString(); - } - } - - set optionalString(value: string | null) { - if (!value) { - this.unset('optionalString'); - } else { - this.set('optionalString', Value.fromString(value)); - } - } - - get requiredString(): string { - let value = this.get('requiredString'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toString(); - } - } - - set requiredString(value: string) { - this.set('requiredString', Value.fromString(value)); - } - - get optionalStringList(): Array | null { - let value = this.get('optionalStringList'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toStringArray(); - } - } - - set optionalStringList(value: Array | null) { - if (!value) { - this.unset('optionalStringList'); - } else { - this.set('optionalStringList', Value.fromStringArray(>value)); - } - } - - get requiredStringList(): Array { - let value = this.get('requiredStringList'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toStringArray(); - } - } - - set requiredStringList(value: Array) { - this.set('requiredStringList', Value.fromStringArray(value)); - } - - get optionalBytes(): Bytes | null { - let value = this.get('optionalBytes'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toBytes(); - } - } - - set optionalBytes(value: Bytes | null) { - if (!value) { - this.unset('optionalBytes'); - } else { - this.set('optionalBytes', Value.fromBytes(value)); - } - } - - get requiredBytes(): Bytes { - let value = this.get('requiredBytes'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toBytes(); - } - } - - set requiredBytes(value: Bytes) { - this.set('requiredBytes', Value.fromBytes(value)); - } - - get optionalBytesList(): Array | null { - let value = this.get('optionalBytesList'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toBytesArray(); - } - } - - set optionalBytesList(value: Array | null) { - if (!value) { - this.unset('optionalBytesList'); - } else { - this.set('optionalBytesList', Value.fromBytesArray(>value)); - } - } - - get requiredBytesList(): Array { - let value = this.get('requiredBytesList'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toBytesArray(); - } - } - - set requiredBytesList(value: Array) { - this.set('requiredBytesList', Value.fromBytesArray(value)); - } - - get optionalInt(): i32 { - let value = this.get('optionalInt'); - if (!value || value.kind == ValueKind.NULL) { - return 0; - } else { - return value.toI32(); - } - } - - set optionalInt(value: i32) { - this.set('optionalInt', Value.fromI32(value)); - } - - get requiredInt(): i32 { - let value = this.get('requiredInt'); - if (!value || value.kind == ValueKind.NULL) { - return 0; - } else { - return value.toI32(); - } - } - - set requiredInt(value: i32) { - this.set('requiredInt', Value.fromI32(value)); - } - - get optionalIntList(): Array | null { - let value = this.get('optionalIntList'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toI32Array(); - } - } - - set optionalIntList(value: Array | null) { - if (!value) { - this.unset('optionalIntList'); - } else { - this.set('optionalIntList', Value.fromI32Array(>value)); - } - } - - get requiredIntList(): Array { - let value = this.get('requiredIntList'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toI32Array(); - } - } - - set requiredIntList(value: Array) { - this.set('requiredIntList', Value.fromI32Array(value)); - } - - get optionalBigInt(): BigInt | null { - let value = this.get('optionalBigInt'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toBigInt(); - } - } - - set optionalBigInt(value: BigInt | null) { - if (!value) { - this.unset('optionalBigInt'); - } else { - this.set('optionalBigInt', Value.fromBigInt(value)); - } - } - - get requiredBigInt(): BigInt { - let value = this.get('requiredBigInt'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toBigInt(); - } - } - - set requiredBigInt(value: BigInt) { - this.set('requiredBigInt', Value.fromBigInt(value)); - } - - get optionalBigIntList(): Array | null { - let value = this.get('optionalBigIntList'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toBigIntArray(); - } - } - - set optionalBigIntList(value: Array | null) { - if (!value) { - this.unset('optionalBigIntList'); - } else { - this.set('optionalBigIntList', Value.fromBigIntArray(>value)); - } - } - - get requiredBigIntList(): Array { - let value = this.get('requiredBigIntList'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toBigIntArray(); - } - } - - set requiredBigIntList(value: Array) { - this.set('requiredBigIntList', Value.fromBigIntArray(value)); - } - - get optionalReference(): string | null { - let value = this.get('optionalReference'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toString(); - } - } - - set optionalReference(value: string | null) { - if (!value) { - this.unset('optionalReference'); - } else { - this.set('optionalReference', Value.fromString(value)); - } - } - - get requiredReference(): string { - let value = this.get('requiredReference'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toString(); - } - } - - set requiredReference(value: string) { - this.set('requiredReference', Value.fromString(value)); - } - - get optionalReferenceList(): Array | null { - let value = this.get('optionalReferenceList'); - if (!value || value.kind == ValueKind.NULL) { - return null; - } else { - return value.toStringArray(); - } - } - - set optionalReferenceList(value: Array | null) { - if (!value) { - this.unset('optionalReferenceList'); - } else { - this.set('optionalReferenceList', Value.fromStringArray(>value)); - } - } - - get requiredReferenceList(): Array { - let value = this.get('requiredReferenceList'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toStringArray(); - } - } - - set requiredReferenceList(value: Array) { - this.set('requiredReferenceList', Value.fromStringArray(value)); - } -} - -export class OtherEntity extends Entity { - constructor(id: string) { - super(); - this.set('id', Value.fromString(id)); - } - - save(): void { - let id = this.get('id'); - assert(id != null, 'Cannot save OtherEntity entity without an ID'); - if (id) { - assert( - id.kind == ValueKind.STRING, - `Entities of type OtherEntity must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, - ); - store.set('OtherEntity', id.toString(), this); - } - } - - static loadInBlock(id: string): OtherEntity | null { - return changetype(store.get_in_block('OtherEntity', id)); - } - - static load(id: string): OtherEntity | null { - return changetype(store.get('OtherEntity', id)); - } - - get id(): string { - let value = this.get('id'); - if (!value || value.kind == ValueKind.NULL) { - throw new Error('Cannot return null for a required field.'); - } else { - return value.toString(); - } - } - - set id(value: string) { - this.set('id', Value.fromString(value)); - } -} diff --git a/registry-subgraph/ow_subgraph/subgraph.yaml b/registry-subgraph/ow_subgraph/subgraph.yaml deleted file mode 100644 index 6b69f65..0000000 --- a/registry-subgraph/ow_subgraph/subgraph.yaml +++ /dev/null @@ -1,26 +0,0 @@ -specVersion: 0.0.5 -description: 'example of a subgraph' -repository: https://github.com/graphprotocol/graph-tooling.git -schema: - file: ./schema.graphql -dataSources: - - kind: ethereum/contract - name: ExampleSubgraph - network: mainnet - source: - address: '0x22843e74c59580b3eaf6c233fa67d8b7c561a835' - abi: ExampleContract - mapping: - kind: ethereum/events - apiVersion: 0.0.7 - language: wasm/assemblyscript - file: ./src/mapping.ts - entities: - - ExampleEntity - - OtherEntity - abis: - - name: ExampleContract - file: ./abis/ExampleContract.json - eventHandlers: - - event: ExampleEvent(indexed string) - handler: handleExampleEvent From 129bd99e0e28736b077f9bb8d4763f2e0f41fc25 Mon Sep 17 00:00:00 2001 From: cezary-stroczynski Date: Mon, 7 Oct 2024 12:23:03 +0200 Subject: [PATCH 3/3] remove autogenerated files from repo --- ow-registry-subgraph/.gitignore | 3 +- .../src/types/DdexSequencer/DdexSequencer.ts | 399 ------------------ ow-registry-subgraph/src/types/schema.ts | 186 -------- 3 files changed, 2 insertions(+), 586 deletions(-) delete mode 100644 ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts delete mode 100644 ow-registry-subgraph/src/types/schema.ts diff --git a/ow-registry-subgraph/.gitignore b/ow-registry-subgraph/.gitignore index 9020b72..470d33b 100644 --- a/ow-registry-subgraph/.gitignore +++ b/ow-registry-subgraph/.gitignore @@ -1,2 +1,3 @@ /node_modules/ -/build/ \ No newline at end of file +/build/ +/src/types/ \ No newline at end of file diff --git a/ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts b/ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts deleted file mode 100644 index 9aedc66..0000000 --- a/ow-registry-subgraph/src/types/DdexSequencer/DdexSequencer.ts +++ /dev/null @@ -1,399 +0,0 @@ -// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. - -import { - ethereum, - JSONValue, - TypedMap, - Entity, - Bytes, - Address, - BigInt, -} from "@graphprotocol/graph-ts"; - -export class MessageDigested extends ethereum.Event { - get params(): MessageDigested__Params { - return new MessageDigested__Params(this); - } -} - -export class MessageDigested__Params { - _event: MessageDigested; - - constructor(event: MessageDigested) { - this._event = event; - } - - get data(): MessageDigestedDataStruct { - return changetype( - this._event.parameters[0].value.toTuple(), - ); - } -} - -export class MessageDigestedDataStruct extends ethereum.Tuple { - get isrc(): string { - return this[0].toString(); - } - - get releaseId(): string { - return this[1].toString(); - } -} - -export class NewBlobSubmitted extends ethereum.Event { - get params(): NewBlobSubmitted__Params { - return new NewBlobSubmitted__Params(this); - } -} - -export class NewBlobSubmitted__Params { - _event: NewBlobSubmitted; - - constructor(event: NewBlobSubmitted) { - this._event = event; - } - - get commitment(): Bytes { - return this._event.parameters[0].value.toBytes(); - } -} - -export class WhitelistChanged extends ethereum.Event { - get params(): WhitelistChanged__Params { - return new WhitelistChanged__Params(this); - } -} - -export class WhitelistChanged__Params { - _event: WhitelistChanged; - - constructor(event: WhitelistChanged) { - this._event = event; - } - - get _whitelistId(): Bytes { - return this._event.parameters[0].value.toBytes(); - } - - get _previousAddress(): Address { - return this._event.parameters[1].value.toAddress(); - } - - get _newAddress(): Address { - return this._event.parameters[2].value.toAddress(); - } -} - -export class DdexSequencer__blobsResult { - value0: Bytes; - value1: boolean; - value2: Address; - - constructor(value0: Bytes, value1: boolean, value2: Address) { - this.value0 = value0; - this.value1 = value1; - this.value2 = value2; - } - - toMap(): TypedMap { - let map = new TypedMap(); - map.set("value0", ethereum.Value.fromFixedBytes(this.value0)); - map.set("value1", ethereum.Value.fromBoolean(this.value1)); - map.set("value2", ethereum.Value.fromAddress(this.value2)); - return map; - } - - getNextBlob(): Bytes { - return this.value0; - } - - getSubmitted(): boolean { - return this.value1; - } - - getProposer(): Address { - return this.value2; - } -} - -export class DdexSequencer extends ethereum.SmartContract { - static bind(address: Address): DdexSequencer { - return new DdexSequencer("DdexSequencer", address); - } - - DATA_PROVIDERS_WHITELIST(): Bytes { - let result = super.call( - "DATA_PROVIDERS_WHITELIST", - "DATA_PROVIDERS_WHITELIST():(bytes1)", - [], - ); - - return result[0].toBytes(); - } - - try_DATA_PROVIDERS_WHITELIST(): ethereum.CallResult { - let result = super.tryCall( - "DATA_PROVIDERS_WHITELIST", - "DATA_PROVIDERS_WHITELIST():(bytes1)", - [], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytes()); - } - - VALIDATORS_WHITELIST(): Bytes { - let result = super.call( - "VALIDATORS_WHITELIST", - "VALIDATORS_WHITELIST():(bytes1)", - [], - ); - - return result[0].toBytes(); - } - - try_VALIDATORS_WHITELIST(): ethereum.CallResult { - let result = super.tryCall( - "VALIDATORS_WHITELIST", - "VALIDATORS_WHITELIST():(bytes1)", - [], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytes()); - } - - blobQueueHead(): Bytes { - let result = super.call("blobQueueHead", "blobQueueHead():(bytes32)", []); - - return result[0].toBytes(); - } - - try_blobQueueHead(): ethereum.CallResult { - let result = super.tryCall( - "blobQueueHead", - "blobQueueHead():(bytes32)", - [], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytes()); - } - - blobQueueTail(): Bytes { - let result = super.call("blobQueueTail", "blobQueueTail():(bytes32)", []); - - return result[0].toBytes(); - } - - try_blobQueueTail(): ethereum.CallResult { - let result = super.tryCall( - "blobQueueTail", - "blobQueueTail():(bytes32)", - [], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toBytes()); - } - - blobs(param0: Bytes): DdexSequencer__blobsResult { - let result = super.call("blobs", "blobs(bytes32):(bytes32,bool,address)", [ - ethereum.Value.fromFixedBytes(param0), - ]); - - return new DdexSequencer__blobsResult( - result[0].toBytes(), - result[1].toBoolean(), - result[2].toAddress(), - ); - } - - try_blobs(param0: Bytes): ethereum.CallResult { - let result = super.tryCall( - "blobs", - "blobs(bytes32):(bytes32,bool,address)", - [ethereum.Value.fromFixedBytes(param0)], - ); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue( - new DdexSequencer__blobsResult( - value[0].toBytes(), - value[1].toBoolean(), - value[2].toAddress(), - ), - ); - } - - whitelists(param0: Bytes): Address { - let result = super.call("whitelists", "whitelists(bytes1):(address)", [ - ethereum.Value.fromFixedBytes(param0), - ]); - - return result[0].toAddress(); - } - - try_whitelists(param0: Bytes): ethereum.CallResult
{ - let result = super.tryCall("whitelists", "whitelists(bytes1):(address)", [ - ethereum.Value.fromFixedBytes(param0), - ]); - if (result.reverted) { - return new ethereum.CallResult(); - } - let value = result.value; - return ethereum.CallResult.fromValue(value[0].toAddress()); - } -} - -export class ConstructorCall extends ethereum.Call { - get inputs(): ConstructorCall__Inputs { - return new ConstructorCall__Inputs(this); - } - - get outputs(): ConstructorCall__Outputs { - return new ConstructorCall__Outputs(this); - } -} - -export class ConstructorCall__Inputs { - _call: ConstructorCall; - - constructor(call: ConstructorCall) { - this._call = call; - } - - get dataProvidersWhitelist(): Address { - return this._call.inputValues[0].value.toAddress(); - } - - get validatorsWhitelist(): Address { - return this._call.inputValues[1].value.toAddress(); - } - - get stakeVaultAddress(): Address { - return this._call.inputValues[2].value.toAddress(); - } -} - -export class ConstructorCall__Outputs { - _call: ConstructorCall; - - constructor(call: ConstructorCall) { - this._call = call; - } -} - -export class SubmitNewBlobCall extends ethereum.Call { - get inputs(): SubmitNewBlobCall__Inputs { - return new SubmitNewBlobCall__Inputs(this); - } - - get outputs(): SubmitNewBlobCall__Outputs { - return new SubmitNewBlobCall__Outputs(this); - } -} - -export class SubmitNewBlobCall__Inputs { - _call: SubmitNewBlobCall; - - constructor(call: SubmitNewBlobCall) { - this._call = call; - } - - get commitment(): Bytes { - return this._call.inputValues[0].value.toBytes(); - } -} - -export class SubmitNewBlobCall__Outputs { - _call: SubmitNewBlobCall; - - constructor(call: SubmitNewBlobCall) { - this._call = call; - } -} - -export class SubmitProofForFraudulentBlobCall extends ethereum.Call { - get inputs(): SubmitProofForFraudulentBlobCall__Inputs { - return new SubmitProofForFraudulentBlobCall__Inputs(this); - } - - get outputs(): SubmitProofForFraudulentBlobCall__Outputs { - return new SubmitProofForFraudulentBlobCall__Outputs(this); - } -} - -export class SubmitProofForFraudulentBlobCall__Inputs { - _call: SubmitProofForFraudulentBlobCall; - - constructor(call: SubmitProofForFraudulentBlobCall) { - this._call = call; - } - - get proof(): boolean { - return this._call.inputValues[0].value.toBoolean(); - } -} - -export class SubmitProofForFraudulentBlobCall__Outputs { - _call: SubmitProofForFraudulentBlobCall; - - constructor(call: SubmitProofForFraudulentBlobCall) { - this._call = call; - } -} - -export class SubmitProofOfProcessingCall extends ethereum.Call { - get inputs(): SubmitProofOfProcessingCall__Inputs { - return new SubmitProofOfProcessingCall__Inputs(this); - } - - get outputs(): SubmitProofOfProcessingCall__Outputs { - return new SubmitProofOfProcessingCall__Outputs(this); - } -} - -export class SubmitProofOfProcessingCall__Inputs { - _call: SubmitProofOfProcessingCall; - - constructor(call: SubmitProofOfProcessingCall) { - this._call = call; - } - - get proof(): boolean { - return this._call.inputValues[0].value.toBoolean(); - } - - get messagesData(): Array { - return this._call.inputValues[1].value.toTupleArray(); - } -} - -export class SubmitProofOfProcessingCall__Outputs { - _call: SubmitProofOfProcessingCall; - - constructor(call: SubmitProofOfProcessingCall) { - this._call = call; - } -} - -export class SubmitProofOfProcessingCallMessagesDataStruct extends ethereum.Tuple { - get isrc(): string { - return this[0].toString(); - } - - get releaseId(): string { - return this[1].toString(); - } -} diff --git a/ow-registry-subgraph/src/types/schema.ts b/ow-registry-subgraph/src/types/schema.ts deleted file mode 100644 index 728b03d..0000000 --- a/ow-registry-subgraph/src/types/schema.ts +++ /dev/null @@ -1,186 +0,0 @@ -// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. - -import { - TypedMap, - Entity, - Value, - ValueKind, - store, - Bytes, - BigInt, - BigDecimal, -} from "@graphprotocol/graph-ts"; - -export class DdexMessage extends Entity { - constructor(id: string) { - super(); - this.set("id", Value.fromString(id)); - } - - save(): void { - let id = this.get("id"); - assert(id != null, "Cannot save DdexMessage entity without an ID"); - if (id) { - assert( - id.kind == ValueKind.STRING, - `Entities of type DdexMessage must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, - ); - store.set("DdexMessage", id.toString(), this); - } - } - - static loadInBlock(id: string): DdexMessage | null { - return changetype( - store.get_in_block("DdexMessage", id), - ); - } - - static load(id: string): DdexMessage | null { - return changetype(store.get("DdexMessage", id)); - } - - get id(): string { - let value = this.get("id"); - if (!value || value.kind == ValueKind.NULL) { - throw new Error("Cannot return null for a required field."); - } else { - return value.toString(); - } - } - - set id(value: string) { - this.set("id", Value.fromString(value)); - } - - get isrc(): string { - let value = this.get("isrc"); - if (!value || value.kind == ValueKind.NULL) { - throw new Error("Cannot return null for a required field."); - } else { - return value.toString(); - } - } - - set isrc(value: string) { - this.set("isrc", Value.fromString(value)); - } - - get releaseId(): string { - let value = this.get("releaseId"); - if (!value || value.kind == ValueKind.NULL) { - throw new Error("Cannot return null for a required field."); - } else { - return value.toString(); - } - } - - set releaseId(value: string) { - this.set("releaseId", Value.fromString(value)); - } -} - -export class Release extends Entity { - constructor(id: string) { - super(); - this.set("id", Value.fromString(id)); - } - - save(): void { - let id = this.get("id"); - assert(id != null, "Cannot save Release entity without an ID"); - if (id) { - assert( - id.kind == ValueKind.STRING, - `Entities of type Release must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, - ); - store.set("Release", id.toString(), this); - } - } - - static loadInBlock(id: string): Release | null { - return changetype(store.get_in_block("Release", id)); - } - - static load(id: string): Release | null { - return changetype(store.get("Release", id)); - } - - get id(): string { - let value = this.get("id"); - if (!value || value.kind == ValueKind.NULL) { - throw new Error("Cannot return null for a required field."); - } else { - return value.toString(); - } - } - - set id(value: string) { - this.set("id", Value.fromString(value)); - } - - get isrcs(): Array { - let value = this.get("isrcs"); - if (!value || value.kind == ValueKind.NULL) { - throw new Error("Cannot return null for a required field."); - } else { - return value.toStringArray(); - } - } - - set isrcs(value: Array) { - this.set("isrcs", Value.fromStringArray(value)); - } -} - -export class Isrc extends Entity { - constructor(id: string) { - super(); - this.set("id", Value.fromString(id)); - } - - save(): void { - let id = this.get("id"); - assert(id != null, "Cannot save Isrc entity without an ID"); - if (id) { - assert( - id.kind == ValueKind.STRING, - `Entities of type Isrc must have an ID of type String but the id '${id.displayData()}' is of type ${id.displayKind()}`, - ); - store.set("Isrc", id.toString(), this); - } - } - - static loadInBlock(id: string): Isrc | null { - return changetype(store.get_in_block("Isrc", id)); - } - - static load(id: string): Isrc | null { - return changetype(store.get("Isrc", id)); - } - - get id(): string { - let value = this.get("id"); - if (!value || value.kind == ValueKind.NULL) { - throw new Error("Cannot return null for a required field."); - } else { - return value.toString(); - } - } - - set id(value: string) { - this.set("id", Value.fromString(value)); - } - - get lastUpdate(): BigInt { - let value = this.get("lastUpdate"); - if (!value || value.kind == ValueKind.NULL) { - throw new Error("Cannot return null for a required field."); - } else { - return value.toBigInt(); - } - } - - set lastUpdate(value: BigInt) { - this.set("lastUpdate", Value.fromBigInt(value)); - } -}