Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/examples/example-subgraph/abis/ExampleContract.json
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

2389 lines
37 KiB
JSON

[
{
"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[]"
}
]
}
]