Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ruttosa/c51ebee01147a7a8d3cbf77fe36861b1 to your computer and use it in GitHub Desktop.
Save ruttosa/c51ebee01147a7a8d3cbf77fe36861b1 to your computer and use it in GitHub Desktop.
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.19+commit.7dd6d404.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
"ropsten:3": {
"linkReferences": {},
"autoDeployLib": true
},
"rinkeby:4": {
"linkReferences": {},
"autoDeployLib": true
},
"kovan:42": {
"linkReferences": {},
"autoDeployLib": true
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"functionDebugData": {
"@_44": {
"entryPoint": null,
"id": 44,
"parameterSlots": 1,
"returnSlots": 0
},
"@_setURI_555": {
"entryPoint": 79,
"id": 555,
"parameterSlots": 1,
"returnSlots": 0
},
"abi_decode_available_length_t_string_memory_ptr_fromMemory": {
"entryPoint": 377,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_t_string_memory_ptr_fromMemory": {
"entryPoint": 452,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_string_memory_ptr_fromMemory": {
"entryPoint": 503,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"allocate_memory": {
"entryPoint": 248,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"allocate_unbounded": {
"entryPoint": 100,
"id": null,
"parameterSlots": 0,
"returnSlots": 1
},
"array_allocation_size_t_string_memory_ptr": {
"entryPoint": 279,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_dataslot_t_string_storage": {
"entryPoint": 695,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_string_memory_ptr": {
"entryPoint": 584,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"clean_up_bytearray_end_slots_t_string_storage": {
"entryPoint": 1016,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"cleanup_t_uint256": {
"entryPoint": 831,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"clear_storage_range_t_bytes1": {
"entryPoint": 977,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"convert_t_uint256_to_t_uint256": {
"entryPoint": 851,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage": {
"entryPoint": 1171,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"copy_memory_to_memory_with_cleanup": {
"entryPoint": 333,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"divide_by_32_ceil": {
"entryPoint": 716,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"extract_byte_array_length": {
"entryPoint": 642,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"extract_used_part_and_set_length_of_short_byte_array": {
"entryPoint": 1141,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"finalize_allocation": {
"entryPoint": 194,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"identity": {
"entryPoint": 841,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"mask_bytes_dynamic": {
"entryPoint": 1109,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"panic_error_0x22": {
"entryPoint": 595,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"panic_error_0x41": {
"entryPoint": 147,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"prepare_store_t_uint256": {
"entryPoint": 891,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d": {
"entryPoint": 120,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae": {
"entryPoint": 125,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db": {
"entryPoint": 115,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b": {
"entryPoint": 110,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"round_up_to_mul_of_32": {
"entryPoint": 130,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"shift_left_dynamic": {
"entryPoint": 732,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"shift_right_unsigned_dynamic": {
"entryPoint": 1096,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"storage_set_to_zero_t_uint256": {
"entryPoint": 949,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"update_byte_slice_dynamic32": {
"entryPoint": 745,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"update_storage_value_t_uint256_to_t_uint256": {
"entryPoint": 901,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"zero_value_for_split_t_uint256": {
"entryPoint": 944,
"id": null,
"parameterSlots": 0,
"returnSlots": 1
}
},
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:8245:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "47:35:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "57:19:8",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "73:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "67:5:8"
},
"nodeType": "YulFunctionCall",
"src": "67:9:8"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "57:6:8"
}
]
}
]
},
"name": "allocate_unbounded",
"nodeType": "YulFunctionDefinition",
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "40:6:8",
"type": ""
}
],
"src": "7:75:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "177:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "194:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "197:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "187:6:8"
},
"nodeType": "YulFunctionCall",
"src": "187:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "187:12:8"
}
]
},
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulFunctionDefinition",
"src": "88:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "300:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "317:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "320:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "310:6:8"
},
"nodeType": "YulFunctionCall",
"src": "310:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "310:12:8"
}
]
},
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulFunctionDefinition",
"src": "211:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "423:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "440:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "443:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "433:6:8"
},
"nodeType": "YulFunctionCall",
"src": "433:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "433:12:8"
}
]
},
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulFunctionDefinition",
"src": "334:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "546:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "563:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "566:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "556:6:8"
},
"nodeType": "YulFunctionCall",
"src": "556:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "556:12:8"
}
]
},
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulFunctionDefinition",
"src": "457:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "628:54:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "638:38:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "656:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "663:2:8",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "652:3:8"
},
"nodeType": "YulFunctionCall",
"src": "652:14:8"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "672:2:8",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "668:3:8"
},
"nodeType": "YulFunctionCall",
"src": "668:7:8"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "648:3:8"
},
"nodeType": "YulFunctionCall",
"src": "648:28:8"
},
"variableNames": [
{
"name": "result",
"nodeType": "YulIdentifier",
"src": "638:6:8"
}
]
}
]
},
"name": "round_up_to_mul_of_32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "611:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "result",
"nodeType": "YulTypedName",
"src": "621:6:8",
"type": ""
}
],
"src": "580:102:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "716:152:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "733:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "736:77:8",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "726:6:8"
},
"nodeType": "YulFunctionCall",
"src": "726:88:8"
},
"nodeType": "YulExpressionStatement",
"src": "726:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "830:1:8",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "833:4:8",
"type": "",
"value": "0x41"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "823:6:8"
},
"nodeType": "YulFunctionCall",
"src": "823:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "823:15:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "854:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "857:4:8",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "847:6:8"
},
"nodeType": "YulFunctionCall",
"src": "847:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "847:15:8"
}
]
},
"name": "panic_error_0x41",
"nodeType": "YulFunctionDefinition",
"src": "688:180:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "917:238:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "927:58:8",
"value": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "949:6:8"
},
{
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "979:4:8"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "957:21:8"
},
"nodeType": "YulFunctionCall",
"src": "957:27:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "945:3:8"
},
"nodeType": "YulFunctionCall",
"src": "945:40:8"
},
"variables": [
{
"name": "newFreePtr",
"nodeType": "YulTypedName",
"src": "931:10:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1096:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "1098:16:8"
},
"nodeType": "YulFunctionCall",
"src": "1098:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "1098:18:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "1039:10:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1051:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1036:2:8"
},
"nodeType": "YulFunctionCall",
"src": "1036:34:8"
},
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "1075:10:8"
},
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "1087:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "1072:2:8"
},
"nodeType": "YulFunctionCall",
"src": "1072:22:8"
}
],
"functionName": {
"name": "or",
"nodeType": "YulIdentifier",
"src": "1033:2:8"
},
"nodeType": "YulFunctionCall",
"src": "1033:62:8"
},
"nodeType": "YulIf",
"src": "1030:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1134:2:8",
"type": "",
"value": "64"
},
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "1138:10:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1127:6:8"
},
"nodeType": "YulFunctionCall",
"src": "1127:22:8"
},
"nodeType": "YulExpressionStatement",
"src": "1127:22:8"
}
]
},
"name": "finalize_allocation",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "903:6:8",
"type": ""
},
{
"name": "size",
"nodeType": "YulTypedName",
"src": "911:4:8",
"type": ""
}
],
"src": "874:281:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1202:88:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1212:30:8",
"value": {
"arguments": [],
"functionName": {
"name": "allocate_unbounded",
"nodeType": "YulIdentifier",
"src": "1222:18:8"
},
"nodeType": "YulFunctionCall",
"src": "1222:20:8"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "1212:6:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "1271:6:8"
},
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1279:4:8"
}
],
"functionName": {
"name": "finalize_allocation",
"nodeType": "YulIdentifier",
"src": "1251:19:8"
},
"nodeType": "YulFunctionCall",
"src": "1251:33:8"
},
"nodeType": "YulExpressionStatement",
"src": "1251:33:8"
}
]
},
"name": "allocate_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "1186:4:8",
"type": ""
}
],
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "1195:6:8",
"type": ""
}
],
"src": "1161:129:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1363:241:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1468:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "1470:16:8"
},
"nodeType": "YulFunctionCall",
"src": "1470:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "1470:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1440:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1448:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1437:2:8"
},
"nodeType": "YulFunctionCall",
"src": "1437:30:8"
},
"nodeType": "YulIf",
"src": "1434:56:8"
},
{
"nodeType": "YulAssignment",
"src": "1500:37:8",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1530:6:8"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "1508:21:8"
},
"nodeType": "YulFunctionCall",
"src": "1508:29:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1500:4:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "1574:23:8",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1586:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1592:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1582:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1582:15:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1574:4:8"
}
]
}
]
},
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "1347:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "1358:4:8",
"type": ""
}
],
"src": "1296:308:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1672:184:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1682:10:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1691:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "1686:1:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1751:63:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1776:3:8"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1781:1:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1772:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1772:11:8"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "1795:3:8"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1800:1:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1791:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1791:11:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "1785:5:8"
},
"nodeType": "YulFunctionCall",
"src": "1785:18:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1765:6:8"
},
"nodeType": "YulFunctionCall",
"src": "1765:39:8"
},
"nodeType": "YulExpressionStatement",
"src": "1765:39:8"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1712:1:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1715:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "1709:2:8"
},
"nodeType": "YulFunctionCall",
"src": "1709:13:8"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "1723:19:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1725:15:8",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1734:1:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1737:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1730:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1730:10:8"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1725:1:8"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "1705:3:8",
"statements": []
},
"src": "1701:113:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1834:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1839:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1830:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1830:16:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1848:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1823:6:8"
},
"nodeType": "YulFunctionCall",
"src": "1823:27:8"
},
"nodeType": "YulExpressionStatement",
"src": "1823:27:8"
}
]
},
"name": "copy_memory_to_memory_with_cleanup",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "1654:3:8",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "1659:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "1664:6:8",
"type": ""
}
],
"src": "1610:246:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1957:339:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1967:75:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2034:6:8"
}
],
"functionName": {
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "1992:41:8"
},
"nodeType": "YulFunctionCall",
"src": "1992:49:8"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "1976:15:8"
},
"nodeType": "YulFunctionCall",
"src": "1976:66:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "1967:5:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "2058:5:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2065:6:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2051:6:8"
},
"nodeType": "YulFunctionCall",
"src": "2051:21:8"
},
"nodeType": "YulExpressionStatement",
"src": "2051:21:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "2081:27:8",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "2096:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2103:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2092:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2092:16:8"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "2085:3:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "2146:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "2148:77:8"
},
"nodeType": "YulFunctionCall",
"src": "2148:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "2148:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "2127:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2132:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2123:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2123:16:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2141:3:8"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "2120:2:8"
},
"nodeType": "YulFunctionCall",
"src": "2120:25:8"
},
"nodeType": "YulIf",
"src": "2117:112:8"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "2273:3:8"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "2278:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2283:6:8"
}
],
"functionName": {
"name": "copy_memory_to_memory_with_cleanup",
"nodeType": "YulIdentifier",
"src": "2238:34:8"
},
"nodeType": "YulFunctionCall",
"src": "2238:52:8"
},
"nodeType": "YulExpressionStatement",
"src": "2238:52:8"
}
]
},
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "1930:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "1935:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1943:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "1951:5:8",
"type": ""
}
],
"src": "1862:434:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2389:282:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2438:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "2440:77:8"
},
"nodeType": "YulFunctionCall",
"src": "2440:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "2440:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2417:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2425:4:8",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2413:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2413:17:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2432:3:8"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2409:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2409:27:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2402:6:8"
},
"nodeType": "YulFunctionCall",
"src": "2402:35:8"
},
"nodeType": "YulIf",
"src": "2399:122:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "2530:27:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2550:6:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "2544:5:8"
},
"nodeType": "YulFunctionCall",
"src": "2544:13:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2534:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2566:99:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2638:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2646:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2634:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2634:17:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2653:6:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2661:3:8"
}
],
"functionName": {
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "2575:58:8"
},
"nodeType": "YulFunctionCall",
"src": "2575:90:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "2566:5:8"
}
]
}
]
},
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2367:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2375:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "2383:5:8",
"type": ""
}
],
"src": "2316:355:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2764:437:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2810:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "2812:77:8"
},
"nodeType": "YulFunctionCall",
"src": "2812:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "2812:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2785:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2794:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "2781:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2781:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2806:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2777:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2777:32:8"
},
"nodeType": "YulIf",
"src": "2774:119:8"
},
{
"nodeType": "YulBlock",
"src": "2903:291:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "2918:38:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2942:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2953:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2938:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2938:17:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "2932:5:8"
},
"nodeType": "YulFunctionCall",
"src": "2932:24:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2922:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "3003:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "3005:77:8"
},
"nodeType": "YulFunctionCall",
"src": "3005:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "3005:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2975:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2983:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "2972:2:8"
},
"nodeType": "YulFunctionCall",
"src": "2972:30:8"
},
"nodeType": "YulIf",
"src": "2969:117:8"
},
{
"nodeType": "YulAssignment",
"src": "3100:84:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3156:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3167:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3152:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3152:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "3176:7:8"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "3110:41:8"
},
"nodeType": "YulFunctionCall",
"src": "3110:74:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "3100:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "2734:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "2745:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "2757:6:8",
"type": ""
}
],
"src": "2677:524:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3266:40:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3277:22:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3293:5:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "3287:5:8"
},
"nodeType": "YulFunctionCall",
"src": "3287:12:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3277:6:8"
}
]
}
]
},
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "3249:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "3259:6:8",
"type": ""
}
],
"src": "3207:99:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3340:152:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3357:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3360:77:8",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3350:6:8"
},
"nodeType": "YulFunctionCall",
"src": "3350:88:8"
},
"nodeType": "YulExpressionStatement",
"src": "3350:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3454:1:8",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3457:4:8",
"type": "",
"value": "0x22"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3447:6:8"
},
"nodeType": "YulFunctionCall",
"src": "3447:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "3447:15:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3478:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3481:4:8",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "3471:6:8"
},
"nodeType": "YulFunctionCall",
"src": "3471:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "3471:15:8"
}
]
},
"name": "panic_error_0x22",
"nodeType": "YulFunctionDefinition",
"src": "3312:180:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3549:269:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3559:22:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "3573:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3579:1:8",
"type": "",
"value": "2"
}
],
"functionName": {
"name": "div",
"nodeType": "YulIdentifier",
"src": "3569:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3569:12:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3559:6:8"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "3590:38:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "3620:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3626:1:8",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "3616:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3616:12:8"
},
"variables": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulTypedName",
"src": "3594:18:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "3667:51:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3681:27:8",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3695:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3703:4:8",
"type": "",
"value": "0x7f"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "3691:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3691:17:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3681:6:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "3647:18:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "3640:6:8"
},
"nodeType": "YulFunctionCall",
"src": "3640:26:8"
},
"nodeType": "YulIf",
"src": "3637:81:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3770:42:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x22",
"nodeType": "YulIdentifier",
"src": "3784:16:8"
},
"nodeType": "YulFunctionCall",
"src": "3784:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "3784:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "3734:18:8"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3757:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3765:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "3754:2:8"
},
"nodeType": "YulFunctionCall",
"src": "3754:14:8"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "3731:2:8"
},
"nodeType": "YulFunctionCall",
"src": "3731:38:8"
},
"nodeType": "YulIf",
"src": "3728:84:8"
}
]
},
"name": "extract_byte_array_length",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "3533:4:8",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "3542:6:8",
"type": ""
}
],
"src": "3498:320:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3878:87:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3888:11:8",
"value": {
"name": "ptr",
"nodeType": "YulIdentifier",
"src": "3896:3:8"
},
"variableNames": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "3888:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3916:1:8",
"type": "",
"value": "0"
},
{
"name": "ptr",
"nodeType": "YulIdentifier",
"src": "3919:3:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3909:6:8"
},
"nodeType": "YulFunctionCall",
"src": "3909:14:8"
},
"nodeType": "YulExpressionStatement",
"src": "3909:14:8"
},
{
"nodeType": "YulAssignment",
"src": "3932:26:8",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3950:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3953:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "keccak256",
"nodeType": "YulIdentifier",
"src": "3940:9:8"
},
"nodeType": "YulFunctionCall",
"src": "3940:18:8"
},
"variableNames": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "3932:4:8"
}
]
}
]
},
"name": "array_dataslot_t_string_storage",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "ptr",
"nodeType": "YulTypedName",
"src": "3865:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "3873:4:8",
"type": ""
}
],
"src": "3824:141:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4015:49:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4025:33:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4043:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4050:2:8",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4039:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4039:14:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4055:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "div",
"nodeType": "YulIdentifier",
"src": "4035:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4035:23:8"
},
"variableNames": [
{
"name": "result",
"nodeType": "YulIdentifier",
"src": "4025:6:8"
}
]
}
]
},
"name": "divide_by_32_ceil",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "3998:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "result",
"nodeType": "YulTypedName",
"src": "4008:6:8",
"type": ""
}
],
"src": "3971:93:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4123:54:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4133:37:8",
"value": {
"arguments": [
{
"name": "bits",
"nodeType": "YulIdentifier",
"src": "4158:4:8"
},
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4164:5:8"
}
],
"functionName": {
"name": "shl",
"nodeType": "YulIdentifier",
"src": "4154:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4154:16:8"
},
"variableNames": [
{
"name": "newValue",
"nodeType": "YulIdentifier",
"src": "4133:8:8"
}
]
}
]
},
"name": "shift_left_dynamic",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "bits",
"nodeType": "YulTypedName",
"src": "4098:4:8",
"type": ""
},
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4104:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "newValue",
"nodeType": "YulTypedName",
"src": "4114:8:8",
"type": ""
}
],
"src": "4070:107:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4259:317:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "4269:35:8",
"value": {
"arguments": [
{
"name": "shiftBytes",
"nodeType": "YulIdentifier",
"src": "4290:10:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4302:1:8",
"type": "",
"value": "8"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "4286:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4286:18:8"
},
"variables": [
{
"name": "shiftBits",
"nodeType": "YulTypedName",
"src": "4273:9:8",
"type": ""
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "4313:109:8",
"value": {
"arguments": [
{
"name": "shiftBits",
"nodeType": "YulIdentifier",
"src": "4344:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4355:66:8",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "shift_left_dynamic",
"nodeType": "YulIdentifier",
"src": "4325:18:8"
},
"nodeType": "YulFunctionCall",
"src": "4325:97:8"
},
"variables": [
{
"name": "mask",
"nodeType": "YulTypedName",
"src": "4317:4:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "4431:51:8",
"value": {
"arguments": [
{
"name": "shiftBits",
"nodeType": "YulIdentifier",
"src": "4462:9:8"
},
{
"name": "toInsert",
"nodeType": "YulIdentifier",
"src": "4473:8:8"
}
],
"functionName": {
"name": "shift_left_dynamic",
"nodeType": "YulIdentifier",
"src": "4443:18:8"
},
"nodeType": "YulFunctionCall",
"src": "4443:39:8"
},
"variableNames": [
{
"name": "toInsert",
"nodeType": "YulIdentifier",
"src": "4431:8:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "4491:30:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4504:5:8"
},
{
"arguments": [
{
"name": "mask",
"nodeType": "YulIdentifier",
"src": "4515:4:8"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "4511:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4511:9:8"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "4500:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4500:21:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4491:5:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "4530:40:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4543:5:8"
},
{
"arguments": [
{
"name": "toInsert",
"nodeType": "YulIdentifier",
"src": "4554:8:8"
},
{
"name": "mask",
"nodeType": "YulIdentifier",
"src": "4564:4:8"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "4550:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4550:19:8"
}
],
"functionName": {
"name": "or",
"nodeType": "YulIdentifier",
"src": "4540:2:8"
},
"nodeType": "YulFunctionCall",
"src": "4540:30:8"
},
"variableNames": [
{
"name": "result",
"nodeType": "YulIdentifier",
"src": "4530:6:8"
}
]
}
]
},
"name": "update_byte_slice_dynamic32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4220:5:8",
"type": ""
},
{
"name": "shiftBytes",
"nodeType": "YulTypedName",
"src": "4227:10:8",
"type": ""
},
{
"name": "toInsert",
"nodeType": "YulTypedName",
"src": "4239:8:8",
"type": ""
}
],
"returnVariables": [
{
"name": "result",
"nodeType": "YulTypedName",
"src": "4252:6:8",
"type": ""
}
],
"src": "4183:393:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4627:32:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4637:16:8",
"value": {
"name": "value",
"nodeType": "YulIdentifier",
"src": "4648:5:8"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "4637:7:8"
}
]
}
]
},
"name": "cleanup_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4609:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "4619:7:8",
"type": ""
}
],
"src": "4582:77:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4697:28:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4707:12:8",
"value": {
"name": "value",
"nodeType": "YulIdentifier",
"src": "4714:5:8"
},
"variableNames": [
{
"name": "ret",
"nodeType": "YulIdentifier",
"src": "4707:3:8"
}
]
}
]
},
"name": "identity",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4683:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "ret",
"nodeType": "YulTypedName",
"src": "4693:3:8",
"type": ""
}
],
"src": "4665:60:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4791:82:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4801:66:8",
"value": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4859:5:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "4841:17:8"
},
"nodeType": "YulFunctionCall",
"src": "4841:24:8"
}
],
"functionName": {
"name": "identity",
"nodeType": "YulIdentifier",
"src": "4832:8:8"
},
"nodeType": "YulFunctionCall",
"src": "4832:34:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "4814:17:8"
},
"nodeType": "YulFunctionCall",
"src": "4814:53:8"
},
"variableNames": [
{
"name": "converted",
"nodeType": "YulIdentifier",
"src": "4801:9:8"
}
]
}
]
},
"name": "convert_t_uint256_to_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4771:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "converted",
"nodeType": "YulTypedName",
"src": "4781:9:8",
"type": ""
}
],
"src": "4731:142:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4926:28:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4936:12:8",
"value": {
"name": "value",
"nodeType": "YulIdentifier",
"src": "4943:5:8"
},
"variableNames": [
{
"name": "ret",
"nodeType": "YulIdentifier",
"src": "4936:3:8"
}
]
}
]
},
"name": "prepare_store_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4912:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "ret",
"nodeType": "YulTypedName",
"src": "4922:3:8",
"type": ""
}
],
"src": "4879:75:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5036:193:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5046:63:8",
"value": {
"arguments": [
{
"name": "value_0",
"nodeType": "YulIdentifier",
"src": "5101:7:8"
}
],
"functionName": {
"name": "convert_t_uint256_to_t_uint256",
"nodeType": "YulIdentifier",
"src": "5070:30:8"
},
"nodeType": "YulFunctionCall",
"src": "5070:39:8"
},
"variables": [
{
"name": "convertedValue_0",
"nodeType": "YulTypedName",
"src": "5050:16:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "5125:4:8"
},
{
"arguments": [
{
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "5165:4:8"
}
],
"functionName": {
"name": "sload",
"nodeType": "YulIdentifier",
"src": "5159:5:8"
},
"nodeType": "YulFunctionCall",
"src": "5159:11:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5172:6:8"
},
{
"arguments": [
{
"name": "convertedValue_0",
"nodeType": "YulIdentifier",
"src": "5204:16:8"
}
],
"functionName": {
"name": "prepare_store_t_uint256",
"nodeType": "YulIdentifier",
"src": "5180:23:8"
},
"nodeType": "YulFunctionCall",
"src": "5180:41:8"
}
],
"functionName": {
"name": "update_byte_slice_dynamic32",
"nodeType": "YulIdentifier",
"src": "5131:27:8"
},
"nodeType": "YulFunctionCall",
"src": "5131:91:8"
}
],
"functionName": {
"name": "sstore",
"nodeType": "YulIdentifier",
"src": "5118:6:8"
},
"nodeType": "YulFunctionCall",
"src": "5118:105:8"
},
"nodeType": "YulExpressionStatement",
"src": "5118:105:8"
}
]
},
"name": "update_storage_value_t_uint256_to_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "slot",
"nodeType": "YulTypedName",
"src": "5013:4:8",
"type": ""
},
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "5019:6:8",
"type": ""
},
{
"name": "value_0",
"nodeType": "YulTypedName",
"src": "5027:7:8",
"type": ""
}
],
"src": "4960:269:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5284:24:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "5294:8:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "5301:1:8",
"type": "",
"value": "0"
},
"variableNames": [
{
"name": "ret",
"nodeType": "YulIdentifier",
"src": "5294:3:8"
}
]
}
]
},
"name": "zero_value_for_split_t_uint256",
"nodeType": "YulFunctionDefinition",
"returnVariables": [
{
"name": "ret",
"nodeType": "YulTypedName",
"src": "5280:3:8",
"type": ""
}
],
"src": "5235:73:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5367:136:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5377:46:8",
"value": {
"arguments": [],
"functionName": {
"name": "zero_value_for_split_t_uint256",
"nodeType": "YulIdentifier",
"src": "5391:30:8"
},
"nodeType": "YulFunctionCall",
"src": "5391:32:8"
},
"variables": [
{
"name": "zero_0",
"nodeType": "YulTypedName",
"src": "5381:6:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "5476:4:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5482:6:8"
},
{
"name": "zero_0",
"nodeType": "YulIdentifier",
"src": "5490:6:8"
}
],
"functionName": {
"name": "update_storage_value_t_uint256_to_t_uint256",
"nodeType": "YulIdentifier",
"src": "5432:43:8"
},
"nodeType": "YulFunctionCall",
"src": "5432:65:8"
},
"nodeType": "YulExpressionStatement",
"src": "5432:65:8"
}
]
},
"name": "storage_set_to_zero_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "slot",
"nodeType": "YulTypedName",
"src": "5353:4:8",
"type": ""
},
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "5359:6:8",
"type": ""
}
],
"src": "5314:189:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5559:136:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "5626:63:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "start",
"nodeType": "YulIdentifier",
"src": "5670:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5677:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "storage_set_to_zero_t_uint256",
"nodeType": "YulIdentifier",
"src": "5640:29:8"
},
"nodeType": "YulFunctionCall",
"src": "5640:39:8"
},
"nodeType": "YulExpressionStatement",
"src": "5640:39:8"
}
]
},
"condition": {
"arguments": [
{
"name": "start",
"nodeType": "YulIdentifier",
"src": "5579:5:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "5586:3:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "5576:2:8"
},
"nodeType": "YulFunctionCall",
"src": "5576:14:8"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "5591:26:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "5593:22:8",
"value": {
"arguments": [
{
"name": "start",
"nodeType": "YulIdentifier",
"src": "5606:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5613:1:8",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5602:3:8"
},
"nodeType": "YulFunctionCall",
"src": "5602:13:8"
},
"variableNames": [
{
"name": "start",
"nodeType": "YulIdentifier",
"src": "5593:5:8"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "5573:2:8",
"statements": []
},
"src": "5569:120:8"
}
]
},
"name": "clear_storage_range_t_bytes1",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "start",
"nodeType": "YulTypedName",
"src": "5547:5:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "5554:3:8",
"type": ""
}
],
"src": "5509:186:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5780:464:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "5806:431:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5820:54:8",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "5868:5:8"
}
],
"functionName": {
"name": "array_dataslot_t_string_storage",
"nodeType": "YulIdentifier",
"src": "5836:31:8"
},
"nodeType": "YulFunctionCall",
"src": "5836:38:8"
},
"variables": [
{
"name": "dataArea",
"nodeType": "YulTypedName",
"src": "5824:8:8",
"type": ""
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "5887:63:8",
"value": {
"arguments": [
{
"name": "dataArea",
"nodeType": "YulIdentifier",
"src": "5910:8:8"
},
{
"arguments": [
{
"name": "startIndex",
"nodeType": "YulIdentifier",
"src": "5938:10:8"
}
],
"functionName": {
"name": "divide_by_32_ceil",
"nodeType": "YulIdentifier",
"src": "5920:17:8"
},
"nodeType": "YulFunctionCall",
"src": "5920:29:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5906:3:8"
},
"nodeType": "YulFunctionCall",
"src": "5906:44:8"
},
"variables": [
{
"name": "deleteStart",
"nodeType": "YulTypedName",
"src": "5891:11:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "6107:27:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6109:23:8",
"value": {
"name": "dataArea",
"nodeType": "YulIdentifier",
"src": "6124:8:8"
},
"variableNames": [
{
"name": "deleteStart",
"nodeType": "YulIdentifier",
"src": "6109:11:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "startIndex",
"nodeType": "YulIdentifier",
"src": "6091:10:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6103:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "6088:2:8"
},
"nodeType": "YulFunctionCall",
"src": "6088:18:8"
},
"nodeType": "YulIf",
"src": "6085:49:8"
},
{
"expression": {
"arguments": [
{
"name": "deleteStart",
"nodeType": "YulIdentifier",
"src": "6176:11:8"
},
{
"arguments": [
{
"name": "dataArea",
"nodeType": "YulIdentifier",
"src": "6193:8:8"
},
{
"arguments": [
{
"name": "len",
"nodeType": "YulIdentifier",
"src": "6221:3:8"
}
],
"functionName": {
"name": "divide_by_32_ceil",
"nodeType": "YulIdentifier",
"src": "6203:17:8"
},
"nodeType": "YulFunctionCall",
"src": "6203:22:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6189:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6189:37:8"
}
],
"functionName": {
"name": "clear_storage_range_t_bytes1",
"nodeType": "YulIdentifier",
"src": "6147:28:8"
},
"nodeType": "YulFunctionCall",
"src": "6147:80:8"
},
"nodeType": "YulExpressionStatement",
"src": "6147:80:8"
}
]
},
"condition": {
"arguments": [
{
"name": "len",
"nodeType": "YulIdentifier",
"src": "5797:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5802:2:8",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "5794:2:8"
},
"nodeType": "YulFunctionCall",
"src": "5794:11:8"
},
"nodeType": "YulIf",
"src": "5791:446:8"
}
]
},
"name": "clean_up_bytearray_end_slots_t_string_storage",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "5756:5:8",
"type": ""
},
{
"name": "len",
"nodeType": "YulTypedName",
"src": "5763:3:8",
"type": ""
},
{
"name": "startIndex",
"nodeType": "YulTypedName",
"src": "5768:10:8",
"type": ""
}
],
"src": "5701:543:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6313:54:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6323:37:8",
"value": {
"arguments": [
{
"name": "bits",
"nodeType": "YulIdentifier",
"src": "6348:4:8"
},
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "6354:5:8"
}
],
"functionName": {
"name": "shr",
"nodeType": "YulIdentifier",
"src": "6344:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6344:16:8"
},
"variableNames": [
{
"name": "newValue",
"nodeType": "YulIdentifier",
"src": "6323:8:8"
}
]
}
]
},
"name": "shift_right_unsigned_dynamic",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "bits",
"nodeType": "YulTypedName",
"src": "6288:4:8",
"type": ""
},
{
"name": "value",
"nodeType": "YulTypedName",
"src": "6294:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "newValue",
"nodeType": "YulTypedName",
"src": "6304:8:8",
"type": ""
}
],
"src": "6250:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6424:118:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6434:68:8",
"value": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6483:1:8",
"type": "",
"value": "8"
},
{
"name": "bytes",
"nodeType": "YulIdentifier",
"src": "6486:5:8"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "6479:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6479:13:8"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6498:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "6494:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6494:6:8"
}
],
"functionName": {
"name": "shift_right_unsigned_dynamic",
"nodeType": "YulIdentifier",
"src": "6450:28:8"
},
"nodeType": "YulFunctionCall",
"src": "6450:51:8"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "6446:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6446:56:8"
},
"variables": [
{
"name": "mask",
"nodeType": "YulTypedName",
"src": "6438:4:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "6511:25:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "6525:4:8"
},
{
"name": "mask",
"nodeType": "YulIdentifier",
"src": "6531:4:8"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "6521:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6521:15:8"
},
"variableNames": [
{
"name": "result",
"nodeType": "YulIdentifier",
"src": "6511:6:8"
}
]
}
]
},
"name": "mask_bytes_dynamic",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "6401:4:8",
"type": ""
},
{
"name": "bytes",
"nodeType": "YulTypedName",
"src": "6407:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "result",
"nodeType": "YulTypedName",
"src": "6417:6:8",
"type": ""
}
],
"src": "6373:169:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6628:214:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6761:37:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "6788:4:8"
},
{
"name": "len",
"nodeType": "YulIdentifier",
"src": "6794:3:8"
}
],
"functionName": {
"name": "mask_bytes_dynamic",
"nodeType": "YulIdentifier",
"src": "6769:18:8"
},
"nodeType": "YulFunctionCall",
"src": "6769:29:8"
},
"variableNames": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "6761:4:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "6807:29:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "6818:4:8"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6828:1:8",
"type": "",
"value": "2"
},
{
"name": "len",
"nodeType": "YulIdentifier",
"src": "6831:3:8"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "6824:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6824:11:8"
}
],
"functionName": {
"name": "or",
"nodeType": "YulIdentifier",
"src": "6815:2:8"
},
"nodeType": "YulFunctionCall",
"src": "6815:21:8"
},
"variableNames": [
{
"name": "used",
"nodeType": "YulIdentifier",
"src": "6807:4:8"
}
]
}
]
},
"name": "extract_used_part_and_set_length_of_short_byte_array",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "6609:4:8",
"type": ""
},
{
"name": "len",
"nodeType": "YulTypedName",
"src": "6615:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "used",
"nodeType": "YulTypedName",
"src": "6623:4:8",
"type": ""
}
],
"src": "6547:295:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6939:1303:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6950:51:8",
"value": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "6997:3:8"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "6964:32:8"
},
"nodeType": "YulFunctionCall",
"src": "6964:37:8"
},
"variables": [
{
"name": "newLen",
"nodeType": "YulTypedName",
"src": "6954:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "7086:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "7088:16:8"
},
"nodeType": "YulFunctionCall",
"src": "7088:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "7088:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "7058:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7066:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "7055:2:8"
},
"nodeType": "YulFunctionCall",
"src": "7055:30:8"
},
"nodeType": "YulIf",
"src": "7052:56:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "7118:52:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "7164:4:8"
}
],
"functionName": {
"name": "sload",
"nodeType": "YulIdentifier",
"src": "7158:5:8"
},
"nodeType": "YulFunctionCall",
"src": "7158:11:8"
}
],
"functionName": {
"name": "extract_byte_array_length",
"nodeType": "YulIdentifier",
"src": "7132:25:8"
},
"nodeType": "YulFunctionCall",
"src": "7132:38:8"
},
"variables": [
{
"name": "oldLen",
"nodeType": "YulTypedName",
"src": "7122:6:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "7263:4:8"
},
{
"name": "oldLen",
"nodeType": "YulIdentifier",
"src": "7269:6:8"
},
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "7277:6:8"
}
],
"functionName": {
"name": "clean_up_bytearray_end_slots_t_string_storage",
"nodeType": "YulIdentifier",
"src": "7217:45:8"
},
"nodeType": "YulFunctionCall",
"src": "7217:67:8"
},
"nodeType": "YulExpressionStatement",
"src": "7217:67:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "7294:18:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "7311:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "srcOffset",
"nodeType": "YulTypedName",
"src": "7298:9:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "7322:17:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "7335:4:8",
"type": "",
"value": "0x20"
},
"variableNames": [
{
"name": "srcOffset",
"nodeType": "YulIdentifier",
"src": "7322:9:8"
}
]
},
{
"cases": [
{
"body": {
"nodeType": "YulBlock",
"src": "7386:611:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7400:37:8",
"value": {
"arguments": [
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "7419:6:8"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7431:4:8",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "7427:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7427:9:8"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "7415:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7415:22:8"
},
"variables": [
{
"name": "loopEnd",
"nodeType": "YulTypedName",
"src": "7404:7:8",
"type": ""
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "7451:51:8",
"value": {
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "7497:4:8"
}
],
"functionName": {
"name": "array_dataslot_t_string_storage",
"nodeType": "YulIdentifier",
"src": "7465:31:8"
},
"nodeType": "YulFunctionCall",
"src": "7465:37:8"
},
"variables": [
{
"name": "dstPtr",
"nodeType": "YulTypedName",
"src": "7455:6:8",
"type": ""
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "7515:10:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "7524:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "7519:1:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "7583:163:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "dstPtr",
"nodeType": "YulIdentifier",
"src": "7608:6:8"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "7626:3:8"
},
{
"name": "srcOffset",
"nodeType": "YulIdentifier",
"src": "7631:9:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7622:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7622:19:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "7616:5:8"
},
"nodeType": "YulFunctionCall",
"src": "7616:26:8"
}
],
"functionName": {
"name": "sstore",
"nodeType": "YulIdentifier",
"src": "7601:6:8"
},
"nodeType": "YulFunctionCall",
"src": "7601:42:8"
},
"nodeType": "YulExpressionStatement",
"src": "7601:42:8"
},
{
"nodeType": "YulAssignment",
"src": "7660:24:8",
"value": {
"arguments": [
{
"name": "dstPtr",
"nodeType": "YulIdentifier",
"src": "7674:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7682:1:8",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7670:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7670:14:8"
},
"variableNames": [
{
"name": "dstPtr",
"nodeType": "YulIdentifier",
"src": "7660:6:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "7701:31:8",
"value": {
"arguments": [
{
"name": "srcOffset",
"nodeType": "YulIdentifier",
"src": "7718:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7729:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7714:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7714:18:8"
},
"variableNames": [
{
"name": "srcOffset",
"nodeType": "YulIdentifier",
"src": "7701:9:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "7549:1:8"
},
{
"name": "loopEnd",
"nodeType": "YulIdentifier",
"src": "7552:7:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "7546:2:8"
},
"nodeType": "YulFunctionCall",
"src": "7546:14:8"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "7561:21:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7563:17:8",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "7572:1:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7575:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7568:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7568:12:8"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "7563:1:8"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "7542:3:8",
"statements": []
},
"src": "7538:208:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7782:156:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7800:43:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "7827:3:8"
},
{
"name": "srcOffset",
"nodeType": "YulIdentifier",
"src": "7832:9:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7823:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7823:19:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "7817:5:8"
},
"nodeType": "YulFunctionCall",
"src": "7817:26:8"
},
"variables": [
{
"name": "lastValue",
"nodeType": "YulTypedName",
"src": "7804:9:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "dstPtr",
"nodeType": "YulIdentifier",
"src": "7867:6:8"
},
{
"arguments": [
{
"name": "lastValue",
"nodeType": "YulIdentifier",
"src": "7894:9:8"
},
{
"arguments": [
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "7909:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7917:4:8",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "7905:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7905:17:8"
}
],
"functionName": {
"name": "mask_bytes_dynamic",
"nodeType": "YulIdentifier",
"src": "7875:18:8"
},
"nodeType": "YulFunctionCall",
"src": "7875:48:8"
}
],
"functionName": {
"name": "sstore",
"nodeType": "YulIdentifier",
"src": "7860:6:8"
},
"nodeType": "YulFunctionCall",
"src": "7860:64:8"
},
"nodeType": "YulExpressionStatement",
"src": "7860:64:8"
}
]
},
"condition": {
"arguments": [
{
"name": "loopEnd",
"nodeType": "YulIdentifier",
"src": "7765:7:8"
},
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "7774:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "7762:2:8"
},
"nodeType": "YulFunctionCall",
"src": "7762:19:8"
},
"nodeType": "YulIf",
"src": "7759:179:8"
},
{
"expression": {
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "7958:4:8"
},
{
"arguments": [
{
"arguments": [
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "7972:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7980:1:8",
"type": "",
"value": "2"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "7968:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7968:14:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7984:1:8",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7964:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7964:22:8"
}
],
"functionName": {
"name": "sstore",
"nodeType": "YulIdentifier",
"src": "7951:6:8"
},
"nodeType": "YulFunctionCall",
"src": "7951:36:8"
},
"nodeType": "YulExpressionStatement",
"src": "7951:36:8"
}
]
},
"nodeType": "YulCase",
"src": "7379:618:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "7384:1:8",
"type": "",
"value": "1"
}
},
{
"body": {
"nodeType": "YulBlock",
"src": "8014:222:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8028:14:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "8041:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "8032:5:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "8065:67:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "8083:35:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "8102:3:8"
},
{
"name": "srcOffset",
"nodeType": "YulIdentifier",
"src": "8107:9:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8098:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8098:19:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "8092:5:8"
},
"nodeType": "YulFunctionCall",
"src": "8092:26:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "8083:5:8"
}
]
}
]
},
"condition": {
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "8058:6:8"
},
"nodeType": "YulIf",
"src": "8055:77:8"
},
{
"expression": {
"arguments": [
{
"name": "slot",
"nodeType": "YulIdentifier",
"src": "8152:4:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "8211:5:8"
},
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "8218:6:8"
}
],
"functionName": {
"name": "extract_used_part_and_set_length_of_short_byte_array",
"nodeType": "YulIdentifier",
"src": "8158:52:8"
},
"nodeType": "YulFunctionCall",
"src": "8158:67:8"
}
],
"functionName": {
"name": "sstore",
"nodeType": "YulIdentifier",
"src": "8145:6:8"
},
"nodeType": "YulFunctionCall",
"src": "8145:81:8"
},
"nodeType": "YulExpressionStatement",
"src": "8145:81:8"
}
]
},
"nodeType": "YulCase",
"src": "8006:230:8",
"value": "default"
}
],
"expression": {
"arguments": [
{
"name": "newLen",
"nodeType": "YulIdentifier",
"src": "7359:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7367:2:8",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "7356:2:8"
},
"nodeType": "YulFunctionCall",
"src": "7356:14:8"
},
"nodeType": "YulSwitch",
"src": "7349:887:8"
}
]
},
"name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "slot",
"nodeType": "YulTypedName",
"src": "6928:4:8",
"type": ""
},
{
"name": "src",
"nodeType": "YulTypedName",
"src": "6934:3:8",
"type": ""
}
],
"src": "6847:1395:8"
}
]
},
"contents": "{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_string_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n mstore(add(dst, length), 0)\n }\n\n function abi_decode_available_length_t_string_memory_ptr_fromMemory(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_string_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_memory_to_memory_with_cleanup(src, dst, length)\n }\n\n // string\n function abi_decode_t_string_memory_ptr_fromMemory(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := mload(offset)\n array := abi_decode_available_length_t_string_memory_ptr_fromMemory(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function array_dataslot_t_string_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_string_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_string_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src) {\n\n let newLen := array_length_t_string_memory_ptr(src)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_string_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n srcOffset := 0x20\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n\n}\n",
"id": 8,
"language": "Yul",
"name": "#utility.yul"
}
],
"linkReferences": {},
"object": "60806040523480156200001157600080fd5b5060405162002a8138038062002a818339818101604052810190620000379190620001f7565b62000048816200004f60201b60201c565b506200057a565b806002908162000060919062000493565b5050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620000cd8262000082565b810181811067ffffffffffffffff82111715620000ef57620000ee62000093565b5b80604052505050565b60006200010462000064565b9050620001128282620000c2565b919050565b600067ffffffffffffffff82111562000135576200013462000093565b5b620001408262000082565b9050602081019050919050565b60005b838110156200016d57808201518184015260208101905062000150565b60008484015250505050565b6000620001906200018a8462000117565b620000f8565b905082815260208101848484011115620001af57620001ae6200007d565b5b620001bc8482856200014d565b509392505050565b600082601f830112620001dc57620001db62000078565b5b8151620001ee84826020860162000179565b91505092915050565b60006020828403121562000210576200020f6200006e565b5b600082015167ffffffffffffffff81111562000231576200023062000073565b5b6200023f84828501620001c4565b91505092915050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200029b57607f821691505b602082108103620002b157620002b062000253565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200031b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82620002dc565b620003278683620002dc565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003746200036e62000368846200033f565b62000349565b6200033f565b9050919050565b6000819050919050565b620003908362000353565b620003a86200039f826200037b565b848454620002e9565b825550505050565b600090565b620003bf620003b0565b620003cc81848462000385565b505050565b5b81811015620003f457620003e8600082620003b5565b600181019050620003d2565b5050565b601f82111562000443576200040d81620002b7565b6200041884620002cc565b8101602085101562000428578190505b620004406200043785620002cc565b830182620003d1565b50505b505050565b600082821c905092915050565b6000620004686000198460080262000448565b1980831691505092915050565b600062000483838362000455565b9150826002028217905092915050565b6200049e8262000248565b67ffffffffffffffff811115620004ba57620004b962000093565b5b620004c6825462000282565b620004d3828285620003f8565b600060209050601f8311600181146200050b5760008415620004f6578287015190505b62000502858262000475565b86555062000572565b601f1984166200051b86620002b7565b60005b8281101562000545578489015182556001820191506020850194506020810190506200051e565b8683101562000565578489015162000561601f89168262000455565b8355505b6001600288020188555050505b505050505050565b6124f7806200058a6000396000f3fe608060405234801561001057600080fd5b50600436106100875760003560e01c80634e1273f41161005b5780634e1273f414610138578063a22cb46514610168578063e985e9c514610184578063f242432a146101b457610087565b8062fdd58e1461008c57806301ffc9a7146100bc5780630e89341c146100ec5780632eb2c2d61461011c575b600080fd5b6100a660048036038101906100a191906113b0565b6101d0565b6040516100b391906113ff565b60405180910390f35b6100d660048036038101906100d19190611472565b610298565b6040516100e391906114ba565b60405180910390f35b610106600480360381019061010191906114d5565b61037a565b6040516101139190611592565b60405180910390f35b610136600480360381019061013191906117b1565b61040e565b005b610152600480360381019061014d9190611943565b6104af565b60405161015f9190611a79565b60405180910390f35b610182600480360381019061017d9190611ac7565b6105c8565b005b61019e60048036038101906101999190611b07565b6105de565b6040516101ab91906114ba565b60405180910390f35b6101ce60048036038101906101c99190611b47565b610672565b005b60008073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610240576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161023790611c50565b60405180910390fd5b60008083815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60007fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061036357507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610373575061037282610713565b5b9050919050565b60606002805461038990611c9f565b80601f01602080910402602001604051908101604052809291908181526020018280546103b590611c9f565b80156104025780601f106103d757610100808354040283529160200191610402565b820191906000526020600020905b8154815290600101906020018083116103e557829003601f168201915b50505050509050919050565b61041661077d565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061045c575061045b8561045661077d565b6105de565b5b61049b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161049290611d42565b60405180910390fd5b6104a88585858585610785565b5050505050565b606081518351146104f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104ec90611dd4565b60405180910390fd5b6000835167ffffffffffffffff811115610512576105116115b9565b5b6040519080825280602002602001820160405280156105405781602001602082028036833780820191505090505b50905060005b84518110156105bd5761058d85828151811061056557610564611df4565b5b60200260200101518583815181106105805761057f611df4565b5b60200260200101516101d0565b8282815181106105a05761059f611df4565b5b602002602001018181525050806105b690611e52565b9050610546565b508091505092915050565b6105da6105d361077d565b8383610aa6565b5050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61067a61077d565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614806106c057506106bf856106ba61077d565b6105de565b5b6106ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f690611d42565b60405180910390fd5b61070c8585858585610c12565b5050505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600033905090565b81518351146107c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107c090611f0c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603610838576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161082f90611f9e565b60405180910390fd5b600061084261077d565b9050610852818787878787610ead565b60005b8451811015610a0357600085828151811061087357610872611df4565b5b60200260200101519050600085838151811061089257610891611df4565b5b60200260200101519050600080600084815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610933576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092a90612030565b60405180910390fd5b81810360008085815260200190815260200160002060008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160008085815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546109e89190612050565b92505081905550505050806109fc90611e52565b9050610855565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610a7a929190612084565b60405180910390a4610a90818787878787610eb5565b610a9e818787878787610ebd565b505050505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b0b9061212d565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610c0591906114ba565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603610c81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c7890611f9e565b60405180910390fd5b6000610c8b61077d565b90506000610c9885611094565b90506000610ca585611094565b9050610cb5838989858589610ead565b600080600088815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905085811015610d4c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4390612030565b60405180910390fd5b85810360008089815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508560008089815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e019190612050565b925050819055508773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628a8a604051610e7e92919061214d565b60405180910390a4610e94848a8a86868a610eb5565b610ea2848a8a8a8a8a61110e565b505050505050505050565b505050505050565b505050505050565b610edc8473ffffffffffffffffffffffffffffffffffffffff166112e5565b1561108c578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b8152600401610f229594939291906121da565b6020604051808303816000875af1925050508015610f5e57506040513d601f19601f82011682018060405250810190610f5b9190612257565b60015b61100357610f6a612291565b806308c379a003610fc65750610f7e6122b3565b80610f895750610fc8565b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fbd9190611592565b60405180910390fd5b505b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ffa906123b5565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161461108a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161108190612447565b60405180910390fd5b505b505050505050565b60606000600167ffffffffffffffff8111156110b3576110b26115b9565b5b6040519080825280602002602001820160405280156110e15781602001602082028036833780820191505090505b50905082816000815181106110f9576110f8611df4565b5b60200260200101818152505080915050919050565b61112d8473ffffffffffffffffffffffffffffffffffffffff166112e5565b156112dd578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b8152600401611173959493929190612467565b6020604051808303816000875af19250505080156111af57506040513d601f19601f820116820180604052508101906111ac9190612257565b60015b611254576111bb612291565b806308c379a00361121757506111cf6122b3565b806111da5750611219565b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161120e9190611592565b60405180910390fd5b505b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161124b906123b5565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916146112db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d290612447565b60405180910390fd5b505b505050505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006113478261131c565b9050919050565b6113578161133c565b811461136257600080fd5b50565b6000813590506113748161134e565b92915050565b6000819050919050565b61138d8161137a565b811461139857600080fd5b50565b6000813590506113aa81611384565b92915050565b600080604083850312156113c7576113c6611312565b5b60006113d585828601611365565b92505060206113e68582860161139b565b9150509250929050565b6113f98161137a565b82525050565b600060208201905061141460008301846113f0565b92915050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b61144f8161141a565b811461145a57600080fd5b50565b60008135905061146c81611446565b92915050565b60006020828403121561148857611487611312565b5b60006114968482850161145d565b91505092915050565b60008115159050919050565b6114b48161149f565b82525050565b60006020820190506114cf60008301846114ab565b92915050565b6000602082840312156114eb576114ea611312565b5b60006114f98482850161139b565b91505092915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561153c578082015181840152602081019050611521565b60008484015250505050565b6000601f19601f8301169050919050565b600061156482611502565b61156e818561150d565b935061157e81856020860161151e565b61158781611548565b840191505092915050565b600060208201905081810360008301526115ac8184611559565b905092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6115f182611548565b810181811067ffffffffffffffff821117156116105761160f6115b9565b5b80604052505050565b6000611623611308565b905061162f82826115e8565b919050565b600067ffffffffffffffff82111561164f5761164e6115b9565b5b602082029050602081019050919050565b600080fd5b600061167861167384611634565b611619565b9050808382526020820190506020840283018581111561169b5761169a611660565b5b835b818110156116c457806116b0888261139b565b84526020840193505060208101905061169d565b5050509392505050565b600082601f8301126116e3576116e26115b4565b5b81356116f3848260208601611665565b91505092915050565b600080fd5b600067ffffffffffffffff82111561171c5761171b6115b9565b5b61172582611548565b9050602081019050919050565b82818337600083830152505050565b600061175461174f84611701565b611619565b9050828152602081018484840111156117705761176f6116fc565b5b61177b848285611732565b509392505050565b600082601f830112611798576117976115b4565b5b81356117a8848260208601611741565b91505092915050565b600080600080600060a086880312156117cd576117cc611312565b5b60006117db88828901611365565b95505060206117ec88828901611365565b945050604086013567ffffffffffffffff81111561180d5761180c611317565b5b611819888289016116ce565b935050606086013567ffffffffffffffff81111561183a57611839611317565b5b611846888289016116ce565b925050608086013567ffffffffffffffff81111561186757611866611317565b5b61187388828901611783565b9150509295509295909350565b600067ffffffffffffffff82111561189b5761189a6115b9565b5b602082029050602081019050919050565b60006118bf6118ba84611880565b611619565b905080838252602082019050602084028301858111156118e2576118e1611660565b5b835b8181101561190b57806118f78882611365565b8452602084019350506020810190506118e4565b5050509392505050565b600082601f83011261192a576119296115b4565b5b813561193a8482602086016118ac565b91505092915050565b6000806040838503121561195a57611959611312565b5b600083013567ffffffffffffffff81111561197857611977611317565b5b61198485828601611915565b925050602083013567ffffffffffffffff8111156119a5576119a4611317565b5b6119b1858286016116ce565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6119f08161137a565b82525050565b6000611a0283836119e7565b60208301905092915050565b6000602082019050919050565b6000611a26826119bb565b611a3081856119c6565b9350611a3b836119d7565b8060005b83811015611a6c578151611a5388826119f6565b9750611a5e83611a0e565b925050600181019050611a3f565b5085935050505092915050565b60006020820190508181036000830152611a938184611a1b565b905092915050565b611aa48161149f565b8114611aaf57600080fd5b50565b600081359050611ac181611a9b565b92915050565b60008060408385031215611ade57611add611312565b5b6000611aec85828601611365565b9250506020611afd85828601611ab2565b9150509250929050565b60008060408385031215611b1e57611b1d611312565b5b6000611b2c85828601611365565b9250506020611b3d85828601611365565b9150509250929050565b600080600080600060a08688031215611b6357611b62611312565b5b6000611b7188828901611365565b9550506020611b8288828901611365565b9450506040611b938882890161139b565b9350506060611ba48882890161139b565b925050608086013567ffffffffffffffff811115611bc557611bc4611317565b5b611bd188828901611783565b9150509295509295909350565b7f455243313135353a2061646472657373207a65726f206973206e6f742061207660008201527f616c6964206f776e657200000000000000000000000000000000000000000000602082015250565b6000611c3a602a8361150d565b9150611c4582611bde565b604082019050919050565b60006020820190508181036000830152611c6981611c2d565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680611cb757607f821691505b602082108103611cca57611cc9611c70565b5b50919050565b7f455243313135353a2063616c6c6572206973206e6f7420746f6b656e206f776e60008201527f6572206f7220617070726f766564000000000000000000000000000000000000602082015250565b6000611d2c602e8361150d565b9150611d3782611cd0565b604082019050919050565b60006020820190508181036000830152611d5b81611d1f565b9050919050565b7f455243313135353a206163636f756e747320616e6420696473206c656e67746860008201527f206d69736d617463680000000000000000000000000000000000000000000000602082015250565b6000611dbe60298361150d565b9150611dc982611d62565b604082019050919050565b60006020820190508181036000830152611ded81611db1565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000611e5d8261137a565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203611e8f57611e8e611e23565b5b600182019050919050565b7f455243313135353a2069647320616e6420616d6f756e7473206c656e6774682060008201527f6d69736d61746368000000000000000000000000000000000000000000000000602082015250565b6000611ef660288361150d565b9150611f0182611e9a565b604082019050919050565b60006020820190508181036000830152611f2581611ee9565b9050919050565b7f455243313135353a207472616e7366657220746f20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611f8860258361150d565b9150611f9382611f2c565b604082019050919050565b60006020820190508181036000830152611fb781611f7b565b9050919050565b7f455243313135353a20696e73756666696369656e742062616c616e636520666f60008201527f72207472616e7366657200000000000000000000000000000000000000000000602082015250565b600061201a602a8361150d565b915061202582611fbe565b604082019050919050565b600060208201905081810360008301526120498161200d565b9050919050565b600061205b8261137a565b91506120668361137a565b925082820190508082111561207e5761207d611e23565b5b92915050565b6000604082019050818103600083015261209e8185611a1b565b905081810360208301526120b28184611a1b565b90509392505050565b7f455243313135353a2073657474696e6720617070726f76616c2073746174757360008201527f20666f722073656c660000000000000000000000000000000000000000000000602082015250565b600061211760298361150d565b9150612122826120bb565b604082019050919050565b600060208201905081810360008301526121468161210a565b9050919050565b600060408201905061216260008301856113f0565b61216f60208301846113f0565b9392505050565b61217f8161133c565b82525050565b600081519050919050565b600082825260208201905092915050565b60006121ac82612185565b6121b68185612190565b93506121c681856020860161151e565b6121cf81611548565b840191505092915050565b600060a0820190506121ef6000830188612176565b6121fc6020830187612176565b818103604083015261220e8186611a1b565b905081810360608301526122228185611a1b565b9050818103608083015261223681846121a1565b90509695505050505050565b60008151905061225181611446565b92915050565b60006020828403121561226d5761226c611312565b5b600061227b84828501612242565b91505092915050565b60008160e01c9050919050565b600060033d11156122b05760046000803e6122ad600051612284565b90505b90565b600060443d10612340576122c5611308565b60043d036004823e80513d602482011167ffffffffffffffff821117156122ed575050612340565b808201805167ffffffffffffffff81111561230b5750505050612340565b80602083010160043d038501811115612328575050505050612340565b612337826020018501866115e8565b82955050505050505b90565b7f455243313135353a207472616e7366657220746f206e6f6e2d4552433131353560008201527f526563656976657220696d706c656d656e746572000000000000000000000000602082015250565b600061239f60348361150d565b91506123aa82612343565b604082019050919050565b600060208201905081810360008301526123ce81612392565b9050919050565b7f455243313135353a204552433131353552656365697665722072656a6563746560008201527f6420746f6b656e73000000000000000000000000000000000000000000000000602082015250565b600061243160288361150d565b915061243c826123d5565b604082019050919050565b6000602082019050818103600083015261246081612424565b9050919050565b600060a08201905061247c6000830188612176565b6124896020830187612176565b61249660408301866113f0565b6124a360608301856113f0565b81810360808301526124b581846121a1565b9050969550505050505056fea2646970667358221220fffea5653148ef2872ae8213b21964527e2f1c944b02f15020c1c7b87e2e1fb064736f6c63430008130033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH3 0x2A81 CODESIZE SUB DUP1 PUSH3 0x2A81 DUP4 CODECOPY DUP2 DUP2 ADD PUSH1 0x40 MSTORE DUP2 ADD SWAP1 PUSH3 0x37 SWAP2 SWAP1 PUSH3 0x1F7 JUMP JUMPDEST PUSH3 0x48 DUP2 PUSH3 0x4F PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST POP PUSH3 0x57A JUMP JUMPDEST DUP1 PUSH1 0x2 SWAP1 DUP2 PUSH3 0x60 SWAP2 SWAP1 PUSH3 0x493 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH3 0xCD DUP3 PUSH3 0x82 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH3 0xEF JUMPI PUSH3 0xEE PUSH3 0x93 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x104 PUSH3 0x64 JUMP JUMPDEST SWAP1 POP PUSH3 0x112 DUP3 DUP3 PUSH3 0xC2 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH3 0x135 JUMPI PUSH3 0x134 PUSH3 0x93 JUMP JUMPDEST JUMPDEST PUSH3 0x140 DUP3 PUSH3 0x82 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x16D JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x150 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x190 PUSH3 0x18A DUP5 PUSH3 0x117 JUMP JUMPDEST PUSH3 0xF8 JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH3 0x1AF JUMPI PUSH3 0x1AE PUSH3 0x7D JUMP JUMPDEST JUMPDEST PUSH3 0x1BC DUP5 DUP3 DUP6 PUSH3 0x14D JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH3 0x1DC JUMPI PUSH3 0x1DB PUSH3 0x78 JUMP JUMPDEST JUMPDEST DUP2 MLOAD PUSH3 0x1EE DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH3 0x179 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH3 0x210 JUMPI PUSH3 0x20F PUSH3 0x6E JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x231 JUMPI PUSH3 0x230 PUSH3 0x73 JUMP JUMPDEST JUMPDEST PUSH3 0x23F DUP5 DUP3 DUP6 ADD PUSH3 0x1C4 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH3 0x29B JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH3 0x2B1 JUMPI PUSH3 0x2B0 PUSH3 0x253 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH3 0x31B PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH3 0x2DC JUMP JUMPDEST PUSH3 0x327 DUP7 DUP4 PUSH3 0x2DC JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x374 PUSH3 0x36E PUSH3 0x368 DUP5 PUSH3 0x33F JUMP JUMPDEST PUSH3 0x349 JUMP JUMPDEST PUSH3 0x33F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x390 DUP4 PUSH3 0x353 JUMP JUMPDEST PUSH3 0x3A8 PUSH3 0x39F DUP3 PUSH3 0x37B JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH3 0x2E9 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH3 0x3BF PUSH3 0x3B0 JUMP JUMPDEST PUSH3 0x3CC DUP2 DUP5 DUP5 PUSH3 0x385 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH3 0x3F4 JUMPI PUSH3 0x3E8 PUSH1 0x0 DUP3 PUSH3 0x3B5 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH3 0x3D2 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH3 0x443 JUMPI PUSH3 0x40D DUP2 PUSH3 0x2B7 JUMP JUMPDEST PUSH3 0x418 DUP5 PUSH3 0x2CC JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH3 0x428 JUMPI DUP2 SWAP1 POP JUMPDEST PUSH3 0x440 PUSH3 0x437 DUP6 PUSH3 0x2CC JUMP JUMPDEST DUP4 ADD DUP3 PUSH3 0x3D1 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x468 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH3 0x448 JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x483 DUP4 DUP4 PUSH3 0x455 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x49E DUP3 PUSH3 0x248 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x4BA JUMPI PUSH3 0x4B9 PUSH3 0x93 JUMP JUMPDEST JUMPDEST PUSH3 0x4C6 DUP3 SLOAD PUSH3 0x282 JUMP JUMPDEST PUSH3 0x4D3 DUP3 DUP3 DUP6 PUSH3 0x3F8 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH3 0x50B JUMPI PUSH1 0x0 DUP5 ISZERO PUSH3 0x4F6 JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH3 0x502 DUP6 DUP3 PUSH3 0x475 JUMP JUMPDEST DUP7 SSTORE POP PUSH3 0x572 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH3 0x51B DUP7 PUSH3 0x2B7 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH3 0x545 JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x51E JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH3 0x565 JUMPI DUP5 DUP10 ADD MLOAD PUSH3 0x561 PUSH1 0x1F DUP10 AND DUP3 PUSH3 0x455 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x24F7 DUP1 PUSH3 0x58A PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x87 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x4E1273F4 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x4E1273F4 EQ PUSH2 0x138 JUMPI DUP1 PUSH4 0xA22CB465 EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0xE985E9C5 EQ PUSH2 0x184 JUMPI DUP1 PUSH4 0xF242432A EQ PUSH2 0x1B4 JUMPI PUSH2 0x87 JUMP JUMPDEST DUP1 PUSH3 0xFDD58E EQ PUSH2 0x8C JUMPI DUP1 PUSH4 0x1FFC9A7 EQ PUSH2 0xBC JUMPI DUP1 PUSH4 0xE89341C EQ PUSH2 0xEC JUMPI DUP1 PUSH4 0x2EB2C2D6 EQ PUSH2 0x11C JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xA1 SWAP2 SWAP1 PUSH2 0x13B0 JUMP JUMPDEST PUSH2 0x1D0 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xB3 SWAP2 SWAP1 PUSH2 0x13FF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xD1 SWAP2 SWAP1 PUSH2 0x1472 JUMP JUMPDEST PUSH2 0x298 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xE3 SWAP2 SWAP1 PUSH2 0x14BA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x106 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x101 SWAP2 SWAP1 PUSH2 0x14D5 JUMP JUMPDEST PUSH2 0x37A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x113 SWAP2 SWAP1 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x136 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x131 SWAP2 SWAP1 PUSH2 0x17B1 JUMP JUMPDEST PUSH2 0x40E JUMP JUMPDEST STOP JUMPDEST PUSH2 0x152 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x14D SWAP2 SWAP1 PUSH2 0x1943 JUMP JUMPDEST PUSH2 0x4AF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x15F SWAP2 SWAP1 PUSH2 0x1A79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x182 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x17D SWAP2 SWAP1 PUSH2 0x1AC7 JUMP JUMPDEST PUSH2 0x5C8 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x19E PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x199 SWAP2 SWAP1 PUSH2 0x1B07 JUMP JUMPDEST PUSH2 0x5DE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1AB SWAP2 SWAP1 PUSH2 0x14BA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1CE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C9 SWAP2 SWAP1 PUSH2 0x1B47 JUMP JUMPDEST PUSH2 0x672 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x240 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x237 SWAP1 PUSH2 0x1C50 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0xD9B67A2600000000000000000000000000000000000000000000000000000000 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP3 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ DUP1 PUSH2 0x363 JUMPI POP PUSH32 0xE89341C00000000000000000000000000000000000000000000000000000000 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP3 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ JUMPDEST DUP1 PUSH2 0x373 JUMPI POP PUSH2 0x372 DUP3 PUSH2 0x713 JUMP JUMPDEST JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x2 DUP1 SLOAD PUSH2 0x389 SWAP1 PUSH2 0x1C9F JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x3B5 SWAP1 PUSH2 0x1C9F JUMP JUMPDEST DUP1 ISZERO PUSH2 0x402 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x3D7 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x402 JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x3E5 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x416 PUSH2 0x77D JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ DUP1 PUSH2 0x45C JUMPI POP PUSH2 0x45B DUP6 PUSH2 0x456 PUSH2 0x77D JUMP JUMPDEST PUSH2 0x5DE JUMP JUMPDEST JUMPDEST PUSH2 0x49B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x492 SWAP1 PUSH2 0x1D42 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4A8 DUP6 DUP6 DUP6 DUP6 DUP6 PUSH2 0x785 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP2 MLOAD DUP4 MLOAD EQ PUSH2 0x4F5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4EC SWAP1 PUSH2 0x1DD4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x512 JUMPI PUSH2 0x511 PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x540 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY DUP1 DUP3 ADD SWAP2 POP POP SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP5 MLOAD DUP2 LT ISZERO PUSH2 0x5BD JUMPI PUSH2 0x58D DUP6 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x565 JUMPI PUSH2 0x564 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP6 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x580 JUMPI PUSH2 0x57F PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH2 0x1D0 JUMP JUMPDEST DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x5A0 JUMPI PUSH2 0x59F PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP1 PUSH2 0x5B6 SWAP1 PUSH2 0x1E52 JUMP JUMPDEST SWAP1 POP PUSH2 0x546 JUMP JUMPDEST POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x5DA PUSH2 0x5D3 PUSH2 0x77D JUMP JUMPDEST DUP4 DUP4 PUSH2 0xAA6 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x67A PUSH2 0x77D JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ DUP1 PUSH2 0x6C0 JUMPI POP PUSH2 0x6BF DUP6 PUSH2 0x6BA PUSH2 0x77D JUMP JUMPDEST PUSH2 0x5DE JUMP JUMPDEST JUMPDEST PUSH2 0x6FF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F6 SWAP1 PUSH2 0x1D42 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x70C DUP6 DUP6 DUP6 DUP6 DUP6 PUSH2 0xC12 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0x1FFC9A700000000000000000000000000000000000000000000000000000000 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP3 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST DUP2 MLOAD DUP4 MLOAD EQ PUSH2 0x7C9 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7C0 SWAP1 PUSH2 0x1F0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x838 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x82F SWAP1 PUSH2 0x1F9E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x842 PUSH2 0x77D JUMP JUMPDEST SWAP1 POP PUSH2 0x852 DUP2 DUP8 DUP8 DUP8 DUP8 DUP8 PUSH2 0xEAD JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP5 MLOAD DUP2 LT ISZERO PUSH2 0xA03 JUMPI PUSH1 0x0 DUP6 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x873 JUMPI PUSH2 0x872 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 DUP6 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x892 JUMPI PUSH2 0x891 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0x933 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x92A SWAP1 PUSH2 0x2030 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x9E8 SWAP2 SWAP1 PUSH2 0x2050 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP POP POP POP DUP1 PUSH2 0x9FC SWAP1 PUSH2 0x1E52 JUMP JUMPDEST SWAP1 POP PUSH2 0x855 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x4A39DC06D4C0DBC64B70AF90FD698A233A518AA5D07E595D983B8C0526C8F7FB DUP8 DUP8 PUSH1 0x40 MLOAD PUSH2 0xA7A SWAP3 SWAP2 SWAP1 PUSH2 0x2084 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 PUSH2 0xA90 DUP2 DUP8 DUP8 DUP8 DUP8 DUP8 PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xA9E DUP2 DUP8 DUP8 DUP8 DUP8 DUP8 PUSH2 0xEBD JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xB14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB0B SWAP1 PUSH2 0x212D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x17307EAB39AB6107E8899845AD3D59BD9653F200F220920489CA2B5937696C31 DUP4 PUSH1 0x40 MLOAD PUSH2 0xC05 SWAP2 SWAP1 PUSH2 0x14BA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xC81 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC78 SWAP1 PUSH2 0x1F9E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xC8B PUSH2 0x77D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC98 DUP6 PUSH2 0x1094 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xCA5 DUP6 PUSH2 0x1094 JUMP JUMPDEST SWAP1 POP PUSH2 0xCB5 DUP4 DUP10 DUP10 DUP6 DUP6 DUP10 PUSH2 0xEAD JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP6 DUP2 LT ISZERO PUSH2 0xD4C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD43 SWAP1 PUSH2 0x2030 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 DUP2 SUB PUSH1 0x0 DUP1 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP6 PUSH1 0x0 DUP1 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xE01 SWAP2 SWAP1 PUSH2 0x2050 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xC3D58168C5AE7397731D063D5BBF3D657854427343F4C083240F7AACAA2D0F62 DUP11 DUP11 PUSH1 0x40 MLOAD PUSH2 0xE7E SWAP3 SWAP2 SWAP1 PUSH2 0x214D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 PUSH2 0xE94 DUP5 DUP11 DUP11 DUP7 DUP7 DUP11 PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xEA2 DUP5 DUP11 DUP11 DUP11 DUP11 DUP11 PUSH2 0x110E JUMP JUMPDEST POP POP POP POP POP POP POP POP POP JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0xEDC DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x12E5 JUMP JUMPDEST ISZERO PUSH2 0x108C JUMPI DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xBC197C81 DUP8 DUP8 DUP7 DUP7 DUP7 PUSH1 0x40 MLOAD DUP7 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xF22 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x21DA JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0xF5E JUMPI POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xF5B SWAP2 SWAP1 PUSH2 0x2257 JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x1003 JUMPI PUSH2 0xF6A PUSH2 0x2291 JUMP JUMPDEST DUP1 PUSH4 0x8C379A0 SUB PUSH2 0xFC6 JUMPI POP PUSH2 0xF7E PUSH2 0x22B3 JUMP JUMPDEST DUP1 PUSH2 0xF89 JUMPI POP PUSH2 0xFC8 JUMP JUMPDEST DUP1 PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xFBD SWAP2 SWAP1 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xFFA SWAP1 PUSH2 0x23B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH4 0xBC197C81 PUSH1 0xE0 SHL PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP2 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ PUSH2 0x108A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1081 SWAP1 PUSH2 0x2447 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH1 0x1 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x10B3 JUMPI PUSH2 0x10B2 PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x10E1 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY DUP1 DUP3 ADD SWAP2 POP POP SWAP1 POP JUMPDEST POP SWAP1 POP DUP3 DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x10F9 JUMPI PUSH2 0x10F8 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP1 SWAP2 POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x112D DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x12E5 JUMP JUMPDEST ISZERO PUSH2 0x12DD JUMPI DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xF23A6E61 DUP8 DUP8 DUP7 DUP7 DUP7 PUSH1 0x40 MLOAD DUP7 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1173 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2467 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0x11AF JUMPI POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x11AC SWAP2 SWAP1 PUSH2 0x2257 JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x1254 JUMPI PUSH2 0x11BB PUSH2 0x2291 JUMP JUMPDEST DUP1 PUSH4 0x8C379A0 SUB PUSH2 0x1217 JUMPI POP PUSH2 0x11CF PUSH2 0x22B3 JUMP JUMPDEST DUP1 PUSH2 0x11DA JUMPI POP PUSH2 0x1219 JUMP JUMPDEST DUP1 PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x120E SWAP2 SWAP1 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x124B SWAP1 PUSH2 0x23B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH4 0xF23A6E61 PUSH1 0xE0 SHL PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP2 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ PUSH2 0x12DB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x12D2 SWAP1 PUSH2 0x2447 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1347 DUP3 PUSH2 0x131C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1357 DUP2 PUSH2 0x133C JUMP JUMPDEST DUP2 EQ PUSH2 0x1362 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x1374 DUP2 PUSH2 0x134E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x138D DUP2 PUSH2 0x137A JUMP JUMPDEST DUP2 EQ PUSH2 0x1398 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x13AA DUP2 PUSH2 0x1384 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x13C7 JUMPI PUSH2 0x13C6 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x13D5 DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x13E6 DUP6 DUP3 DUP7 ADD PUSH2 0x139B JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13F9 DUP2 PUSH2 0x137A JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1414 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x13F0 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x144F DUP2 PUSH2 0x141A JUMP JUMPDEST DUP2 EQ PUSH2 0x145A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x146C DUP2 PUSH2 0x1446 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1488 JUMPI PUSH2 0x1487 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1496 DUP5 DUP3 DUP6 ADD PUSH2 0x145D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x14B4 DUP2 PUSH2 0x149F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x14CF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x14AB JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x14EB JUMPI PUSH2 0x14EA PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x14F9 DUP5 DUP3 DUP6 ADD PUSH2 0x139B JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x153C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1521 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1564 DUP3 PUSH2 0x1502 JUMP JUMPDEST PUSH2 0x156E DUP2 DUP6 PUSH2 0x150D JUMP JUMPDEST SWAP4 POP PUSH2 0x157E DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x151E JUMP JUMPDEST PUSH2 0x1587 DUP2 PUSH2 0x1548 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15AC DUP2 DUP5 PUSH2 0x1559 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x15F1 DUP3 PUSH2 0x1548 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x1610 JUMPI PUSH2 0x160F PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1623 PUSH2 0x1308 JUMP JUMPDEST SWAP1 POP PUSH2 0x162F DUP3 DUP3 PUSH2 0x15E8 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x164F JUMPI PUSH2 0x164E PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1678 PUSH2 0x1673 DUP5 PUSH2 0x1634 JUMP JUMPDEST PUSH2 0x1619 JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x20 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x169B JUMPI PUSH2 0x169A PUSH2 0x1660 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x16C4 JUMPI DUP1 PUSH2 0x16B0 DUP9 DUP3 PUSH2 0x139B JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x169D JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x16E3 JUMPI PUSH2 0x16E2 PUSH2 0x15B4 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x16F3 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x1665 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x171C JUMPI PUSH2 0x171B PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH2 0x1725 DUP3 PUSH2 0x1548 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1754 PUSH2 0x174F DUP5 PUSH2 0x1701 JUMP JUMPDEST PUSH2 0x1619 JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x1770 JUMPI PUSH2 0x176F PUSH2 0x16FC JUMP JUMPDEST JUMPDEST PUSH2 0x177B DUP5 DUP3 DUP6 PUSH2 0x1732 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x1798 JUMPI PUSH2 0x1797 PUSH2 0x15B4 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x17A8 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x1741 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x17CD JUMPI PUSH2 0x17CC PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x17DB DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP6 POP POP PUSH1 0x20 PUSH2 0x17EC DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x180D JUMPI PUSH2 0x180C PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1819 DUP9 DUP3 DUP10 ADD PUSH2 0x16CE JUMP JUMPDEST SWAP4 POP POP PUSH1 0x60 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x183A JUMPI PUSH2 0x1839 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1846 DUP9 DUP3 DUP10 ADD PUSH2 0x16CE JUMP JUMPDEST SWAP3 POP POP PUSH1 0x80 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1867 JUMPI PUSH2 0x1866 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1873 DUP9 DUP3 DUP10 ADD PUSH2 0x1783 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x189B JUMPI PUSH2 0x189A PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x18BF PUSH2 0x18BA DUP5 PUSH2 0x1880 JUMP JUMPDEST PUSH2 0x1619 JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x20 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x18E2 JUMPI PUSH2 0x18E1 PUSH2 0x1660 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x190B JUMPI DUP1 PUSH2 0x18F7 DUP9 DUP3 PUSH2 0x1365 JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x18E4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x192A JUMPI PUSH2 0x1929 PUSH2 0x15B4 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x193A DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x18AC JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x195A JUMPI PUSH2 0x1959 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1978 JUMPI PUSH2 0x1977 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1984 DUP6 DUP3 DUP7 ADD PUSH2 0x1915 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x19A5 JUMPI PUSH2 0x19A4 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x19B1 DUP6 DUP3 DUP7 ADD PUSH2 0x16CE JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x19F0 DUP2 PUSH2 0x137A JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1A02 DUP4 DUP4 PUSH2 0x19E7 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1A26 DUP3 PUSH2 0x19BB JUMP JUMPDEST PUSH2 0x1A30 DUP2 DUP6 PUSH2 0x19C6 JUMP JUMPDEST SWAP4 POP PUSH2 0x1A3B DUP4 PUSH2 0x19D7 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1A6C JUMPI DUP2 MLOAD PUSH2 0x1A53 DUP9 DUP3 PUSH2 0x19F6 JUMP JUMPDEST SWAP8 POP PUSH2 0x1A5E DUP4 PUSH2 0x1A0E JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x1A3F JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1A93 DUP2 DUP5 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1AA4 DUP2 PUSH2 0x149F JUMP JUMPDEST DUP2 EQ PUSH2 0x1AAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x1AC1 DUP2 PUSH2 0x1A9B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1ADE JUMPI PUSH2 0x1ADD PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1AEC DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x1AFD DUP6 DUP3 DUP7 ADD PUSH2 0x1AB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1B1E JUMPI PUSH2 0x1B1D PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1B2C DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x1B3D DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x1B63 JUMPI PUSH2 0x1B62 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1B71 DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP6 POP POP PUSH1 0x20 PUSH2 0x1B82 DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x40 PUSH2 0x1B93 DUP9 DUP3 DUP10 ADD PUSH2 0x139B JUMP JUMPDEST SWAP4 POP POP PUSH1 0x60 PUSH2 0x1BA4 DUP9 DUP3 DUP10 ADD PUSH2 0x139B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x80 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1BC5 JUMPI PUSH2 0x1BC4 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1BD1 DUP9 DUP3 DUP10 ADD PUSH2 0x1783 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST PUSH32 0x455243313135353A2061646472657373207A65726F206973206E6F7420612076 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C6964206F776E657200000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1C3A PUSH1 0x2A DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1C45 DUP3 PUSH2 0x1BDE JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1C69 DUP2 PUSH2 0x1C2D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x1CB7 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1CCA JUMPI PUSH2 0x1CC9 PUSH2 0x1C70 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A2063616C6C6572206973206E6F7420746F6B656E206F776E PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6572206F7220617070726F766564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1D2C PUSH1 0x2E DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1D37 DUP3 PUSH2 0x1CD0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1D5B DUP2 PUSH2 0x1D1F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A206163636F756E747320616E6420696473206C656E677468 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x206D69736D617463680000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1DBE PUSH1 0x29 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1DC9 DUP3 PUSH2 0x1D62 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1DED DUP2 PUSH2 0x1DB1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1E5D DUP3 PUSH2 0x137A JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x1E8F JUMPI PUSH2 0x1E8E PUSH2 0x1E23 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A2069647320616E6420616D6F756E7473206C656E67746820 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6D69736D61746368000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1EF6 PUSH1 0x28 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1F01 DUP3 PUSH2 0x1E9A JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1F25 DUP2 PUSH2 0x1EE9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A207472616E7366657220746F20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1F88 PUSH1 0x25 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1F93 DUP3 PUSH2 0x1F2C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1FB7 DUP2 PUSH2 0x1F7B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A20696E73756666696369656E742062616C616E636520666F PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x72207472616E7366657200000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x201A PUSH1 0x2A DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x2025 DUP3 PUSH2 0x1FBE JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2049 DUP2 PUSH2 0x200D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x205B DUP3 PUSH2 0x137A JUMP JUMPDEST SWAP2 POP PUSH2 0x2066 DUP4 PUSH2 0x137A JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x207E JUMPI PUSH2 0x207D PUSH2 0x1E23 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x209E DUP2 DUP6 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x20 DUP4 ADD MSTORE PUSH2 0x20B2 DUP2 DUP5 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x455243313135353A2073657474696E6720617070726F76616C20737461747573 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x20666F722073656C660000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2117 PUSH1 0x29 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x2122 DUP3 PUSH2 0x20BB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2146 DUP2 PUSH2 0x210A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2162 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x13F0 JUMP JUMPDEST PUSH2 0x216F PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x13F0 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x217F DUP2 PUSH2 0x133C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x21AC DUP3 PUSH2 0x2185 JUMP JUMPDEST PUSH2 0x21B6 DUP2 DUP6 PUSH2 0x2190 JUMP JUMPDEST SWAP4 POP PUSH2 0x21C6 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x151E JUMP JUMPDEST PUSH2 0x21CF DUP2 PUSH2 0x1548 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x21EF PUSH1 0x0 DUP4 ADD DUP9 PUSH2 0x2176 JUMP JUMPDEST PUSH2 0x21FC PUSH1 0x20 DUP4 ADD DUP8 PUSH2 0x2176 JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x40 DUP4 ADD MSTORE PUSH2 0x220E DUP2 DUP7 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x60 DUP4 ADD MSTORE PUSH2 0x2222 DUP2 DUP6 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x2236 DUP2 DUP5 PUSH2 0x21A1 JUMP JUMPDEST SWAP1 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x2251 DUP2 PUSH2 0x1446 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x226D JUMPI PUSH2 0x226C PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x227B DUP5 DUP3 DUP6 ADD PUSH2 0x2242 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0xE0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x3 RETURNDATASIZE GT ISZERO PUSH2 0x22B0 JUMPI PUSH1 0x4 PUSH1 0x0 DUP1 RETURNDATACOPY PUSH2 0x22AD PUSH1 0x0 MLOAD PUSH2 0x2284 JUMP JUMPDEST SWAP1 POP JUMPDEST SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x44 RETURNDATASIZE LT PUSH2 0x2340 JUMPI PUSH2 0x22C5 PUSH2 0x1308 JUMP JUMPDEST PUSH1 0x4 RETURNDATASIZE SUB PUSH1 0x4 DUP3 RETURNDATACOPY DUP1 MLOAD RETURNDATASIZE PUSH1 0x24 DUP3 ADD GT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x22ED JUMPI POP POP PUSH2 0x2340 JUMP JUMPDEST DUP1 DUP3 ADD DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x230B JUMPI POP POP POP POP PUSH2 0x2340 JUMP JUMPDEST DUP1 PUSH1 0x20 DUP4 ADD ADD PUSH1 0x4 RETURNDATASIZE SUB DUP6 ADD DUP2 GT ISZERO PUSH2 0x2328 JUMPI POP POP POP POP POP PUSH2 0x2340 JUMP JUMPDEST PUSH2 0x2337 DUP3 PUSH1 0x20 ADD DUP6 ADD DUP7 PUSH2 0x15E8 JUMP JUMPDEST DUP3 SWAP6 POP POP POP POP POP POP JUMPDEST SWAP1 JUMP JUMPDEST PUSH32 0x455243313135353A207472616E7366657220746F206E6F6E2D45524331313535 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x526563656976657220696D706C656D656E746572000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x239F PUSH1 0x34 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x23AA DUP3 PUSH2 0x2343 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x23CE DUP2 PUSH2 0x2392 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A204552433131353552656365697665722072656A65637465 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6420746F6B656E73000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2431 PUSH1 0x28 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x243C DUP3 PUSH2 0x23D5 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2460 DUP2 PUSH2 0x2424 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x247C PUSH1 0x0 DUP4 ADD DUP9 PUSH2 0x2176 JUMP JUMPDEST PUSH2 0x2489 PUSH1 0x20 DUP4 ADD DUP8 PUSH2 0x2176 JUMP JUMPDEST PUSH2 0x2496 PUSH1 0x40 DUP4 ADD DUP7 PUSH2 0x13F0 JUMP JUMPDEST PUSH2 0x24A3 PUSH1 0x60 DUP4 ADD DUP6 PUSH2 0x13F0 JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x24B5 DUP2 DUP5 PUSH2 0x21A1 JUMP JUMPDEST SWAP1 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SELFDESTRUCT INVALID 0xA5 PUSH6 0x3148EF2872AE DUP3 SGT 0xB2 NOT PUSH5 0x527E2F1C94 0x4B MUL CALL POP KECCAK256 0xC1 0xC7 0xB8 PUSH31 0x2E1FB064736F6C634300081300330000000000000000000000000000000000 ",
"sourceMap": "570:16689:0:-:0;;;1107:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1149:13;1157:4;1149:7;;;:13;;:::i;:::-;1107:62;570:16689;;8171:86;8244:6;8237:4;:13;;;;;;:::i;:::-;;8171:86;:::o;7:75:8:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:117;443:1;440;433:12;457:117;566:1;563;556:12;580:102;621:6;672:2;668:7;663:2;656:5;652:14;648:28;638:38;;580:102;;;:::o;688:180::-;736:77;733:1;726:88;833:4;830:1;823:15;857:4;854:1;847:15;874:281;957:27;979:4;957:27;:::i;:::-;949:6;945:40;1087:6;1075:10;1072:22;1051:18;1039:10;1036:34;1033:62;1030:88;;;1098:18;;:::i;:::-;1030:88;1138:10;1134:2;1127:22;917:238;874:281;;:::o;1161:129::-;1195:6;1222:20;;:::i;:::-;1212:30;;1251:33;1279:4;1271:6;1251:33;:::i;:::-;1161:129;;;:::o;1296:308::-;1358:4;1448:18;1440:6;1437:30;1434:56;;;1470:18;;:::i;:::-;1434:56;1508:29;1530:6;1508:29;:::i;:::-;1500:37;;1592:4;1586;1582:15;1574:23;;1296:308;;;:::o;1610:246::-;1691:1;1701:113;1715:6;1712:1;1709:13;1701:113;;;1800:1;1795:3;1791:11;1785:18;1781:1;1776:3;1772:11;1765:39;1737:2;1734:1;1730:10;1725:15;;1701:113;;;1848:1;1839:6;1834:3;1830:16;1823:27;1672:184;1610:246;;;:::o;1862:434::-;1951:5;1976:66;1992:49;2034:6;1992:49;:::i;:::-;1976:66;:::i;:::-;1967:75;;2065:6;2058:5;2051:21;2103:4;2096:5;2092:16;2141:3;2132:6;2127:3;2123:16;2120:25;2117:112;;;2148:79;;:::i;:::-;2117:112;2238:52;2283:6;2278:3;2273;2238:52;:::i;:::-;1957:339;1862:434;;;;;:::o;2316:355::-;2383:5;2432:3;2425:4;2417:6;2413:17;2409:27;2399:122;;2440:79;;:::i;:::-;2399:122;2550:6;2544:13;2575:90;2661:3;2653:6;2646:4;2638:6;2634:17;2575:90;:::i;:::-;2566:99;;2389:282;2316:355;;;;:::o;2677:524::-;2757:6;2806:2;2794:9;2785:7;2781:23;2777:32;2774:119;;;2812:79;;:::i;:::-;2774:119;2953:1;2942:9;2938:17;2932:24;2983:18;2975:6;2972:30;2969:117;;;3005:79;;:::i;:::-;2969:117;3110:74;3176:7;3167:6;3156:9;3152:22;3110:74;:::i;:::-;3100:84;;2903:291;2677:524;;;;:::o;3207:99::-;3259:6;3293:5;3287:12;3277:22;;3207:99;;;:::o;3312:180::-;3360:77;3357:1;3350:88;3457:4;3454:1;3447:15;3481:4;3478:1;3471:15;3498:320;3542:6;3579:1;3573:4;3569:12;3559:22;;3626:1;3620:4;3616:12;3647:18;3637:81;;3703:4;3695:6;3691:17;3681:27;;3637:81;3765:2;3757:6;3754:14;3734:18;3731:38;3728:84;;3784:18;;:::i;:::-;3728:84;3549:269;3498:320;;;:::o;3824:141::-;3873:4;3896:3;3888:11;;3919:3;3916:1;3909:14;3953:4;3950:1;3940:18;3932:26;;3824:141;;;:::o;3971:93::-;4008:6;4055:2;4050;4043:5;4039:14;4035:23;4025:33;;3971:93;;;:::o;4070:107::-;4114:8;4164:5;4158:4;4154:16;4133:37;;4070:107;;;;:::o;4183:393::-;4252:6;4302:1;4290:10;4286:18;4325:97;4355:66;4344:9;4325:97;:::i;:::-;4443:39;4473:8;4462:9;4443:39;:::i;:::-;4431:51;;4515:4;4511:9;4504:5;4500:21;4491:30;;4564:4;4554:8;4550:19;4543:5;4540:30;4530:40;;4259:317;;4183:393;;;;;:::o;4582:77::-;4619:7;4648:5;4637:16;;4582:77;;;:::o;4665:60::-;4693:3;4714:5;4707:12;;4665:60;;;:::o;4731:142::-;4781:9;4814:53;4832:34;4841:24;4859:5;4841:24;:::i;:::-;4832:34;:::i;:::-;4814:53;:::i;:::-;4801:66;;4731:142;;;:::o;4879:75::-;4922:3;4943:5;4936:12;;4879:75;;;:::o;4960:269::-;5070:39;5101:7;5070:39;:::i;:::-;5131:91;5180:41;5204:16;5180:41;:::i;:::-;5172:6;5165:4;5159:11;5131:91;:::i;:::-;5125:4;5118:105;5036:193;4960:269;;;:::o;5235:73::-;5280:3;5235:73;:::o;5314:189::-;5391:32;;:::i;:::-;5432:65;5490:6;5482;5476:4;5432:65;:::i;:::-;5367:136;5314:189;;:::o;5509:186::-;5569:120;5586:3;5579:5;5576:14;5569:120;;;5640:39;5677:1;5670:5;5640:39;:::i;:::-;5613:1;5606:5;5602:13;5593:22;;5569:120;;;5509:186;;:::o;5701:543::-;5802:2;5797:3;5794:11;5791:446;;;5836:38;5868:5;5836:38;:::i;:::-;5920:29;5938:10;5920:29;:::i;:::-;5910:8;5906:44;6103:2;6091:10;6088:18;6085:49;;;6124:8;6109:23;;6085:49;6147:80;6203:22;6221:3;6203:22;:::i;:::-;6193:8;6189:37;6176:11;6147:80;:::i;:::-;5806:431;;5791:446;5701:543;;;:::o;6250:117::-;6304:8;6354:5;6348:4;6344:16;6323:37;;6250:117;;;;:::o;6373:169::-;6417:6;6450:51;6498:1;6494:6;6486:5;6483:1;6479:13;6450:51;:::i;:::-;6446:56;6531:4;6525;6521:15;6511:25;;6424:118;6373:169;;;;:::o;6547:295::-;6623:4;6769:29;6794:3;6788:4;6769:29;:::i;:::-;6761:37;;6831:3;6828:1;6824:11;6818:4;6815:21;6807:29;;6547:295;;;;:::o;6847:1395::-;6964:37;6997:3;6964:37;:::i;:::-;7066:18;7058:6;7055:30;7052:56;;;7088:18;;:::i;:::-;7052:56;7132:38;7164:4;7158:11;7132:38;:::i;:::-;7217:67;7277:6;7269;7263:4;7217:67;:::i;:::-;7311:1;7335:4;7322:17;;7367:2;7359:6;7356:14;7384:1;7379:618;;;;8041:1;8058:6;8055:77;;;8107:9;8102:3;8098:19;8092:26;8083:35;;8055:77;8158:67;8218:6;8211:5;8158:67;:::i;:::-;8152:4;8145:81;8014:222;7349:887;;7379:618;7431:4;7427:9;7419:6;7415:22;7465:37;7497:4;7465:37;:::i;:::-;7524:1;7538:208;7552:7;7549:1;7546:14;7538:208;;;7631:9;7626:3;7622:19;7616:26;7608:6;7601:42;7682:1;7674:6;7670:14;7660:24;;7729:2;7718:9;7714:18;7701:31;;7575:4;7572:1;7568:12;7563:17;;7538:208;;;7774:6;7765:7;7762:19;7759:179;;;7832:9;7827:3;7823:19;7817:26;7875:48;7917:4;7909:6;7905:17;7894:9;7875:48;:::i;:::-;7867:6;7860:64;7782:156;7759:179;7984:1;7980;7972:6;7968:14;7964:22;7958:4;7951:36;7386:611;;;7349:887;;6939:1303;;;6847:1395;;:::o;570:16689:0:-;;;;;;;"
},
"deployedBytecode": {
"functionDebugData": {
"@_afterTokenTransfer_1065": {
"entryPoint": 3765,
"id": 1065,
"parameterSlots": 6,
"returnSlots": 0
},
"@_asSingletonArray_1221": {
"entryPoint": 4244,
"id": 1221,
"parameterSlots": 1,
"returnSlots": 1
},
"@_beforeTokenTransfer_1046": {
"entryPoint": 3757,
"id": 1046,
"parameterSlots": 6,
"returnSlots": 0
},
"@_doSafeBatchTransferAcceptanceCheck_1193": {
"entryPoint": 3773,
"id": 1193,
"parameterSlots": 6,
"returnSlots": 0
},
"@_doSafeTransferAcceptanceCheck_1128": {
"entryPoint": 4366,
"id": 1128,
"parameterSlots": 6,
"returnSlots": 0
},
"@_msgSender_1742": {
"entryPoint": 1917,
"id": 1742,
"parameterSlots": 0,
"returnSlots": 1
},
"@_safeBatchTransferFrom_544": {
"entryPoint": 1925,
"id": 544,
"parameterSlots": 5,
"returnSlots": 0
},
"@_safeTransferFrom_409": {
"entryPoint": 3090,
"id": 409,
"parameterSlots": 5,
"returnSlots": 0
},
"@_setApprovalForAll_1027": {
"entryPoint": 2726,
"id": 1027,
"parameterSlots": 3,
"returnSlots": 0
},
"@balanceOfBatch_179": {
"entryPoint": 1199,
"id": 179,
"parameterSlots": 2,
"returnSlots": 1
},
"@balanceOf_115": {
"entryPoint": 464,
"id": 115,
"parameterSlots": 2,
"returnSlots": 1
},
"@isApprovedForAll_214": {
"entryPoint": 1502,
"id": 214,
"parameterSlots": 2,
"returnSlots": 1
},
"@isContract_1418": {
"entryPoint": 4837,
"id": 1418,
"parameterSlots": 1,
"returnSlots": 1
},
"@safeBatchTransferFrom_292": {
"entryPoint": 1038,
"id": 292,
"parameterSlots": 5,
"returnSlots": 0
},
"@safeTransferFrom_252": {
"entryPoint": 1650,
"id": 252,
"parameterSlots": 5,
"returnSlots": 0
},
"@setApprovalForAll_196": {
"entryPoint": 1480,
"id": 196,
"parameterSlots": 2,
"returnSlots": 0
},
"@supportsInterface_1775": {
"entryPoint": 1811,
"id": 1775,
"parameterSlots": 1,
"returnSlots": 1
},
"@supportsInterface_75": {
"entryPoint": 664,
"id": 75,
"parameterSlots": 1,
"returnSlots": 1
},
"@uri_87": {
"entryPoint": 890,
"id": 87,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_decode_available_length_t_array$_t_address_$dyn_memory_ptr": {
"entryPoint": 6316,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_available_length_t_array$_t_uint256_$dyn_memory_ptr": {
"entryPoint": 5733,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_available_length_t_bytes_memory_ptr": {
"entryPoint": 5953,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_t_address": {
"entryPoint": 4965,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_array$_t_address_$dyn_memory_ptr": {
"entryPoint": 6421,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_array$_t_uint256_$dyn_memory_ptr": {
"entryPoint": 5838,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_bool": {
"entryPoint": 6834,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_bytes4": {
"entryPoint": 5213,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_bytes4_fromMemory": {
"entryPoint": 8770,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_bytes_memory_ptr": {
"entryPoint": 6019,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_uint256": {
"entryPoint": 5019,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_addresst_address": {
"entryPoint": 6919,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_addresst_addresst_array$_t_uint256_$dyn_memory_ptrt_array$_t_uint256_$dyn_memory_ptrt_bytes_memory_ptr": {
"entryPoint": 6065,
"id": null,
"parameterSlots": 2,
"returnSlots": 5
},
"abi_decode_tuple_t_addresst_addresst_uint256t_uint256t_bytes_memory_ptr": {
"entryPoint": 6983,
"id": null,
"parameterSlots": 2,
"returnSlots": 5
},
"abi_decode_tuple_t_addresst_bool": {
"entryPoint": 6855,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_addresst_uint256": {
"entryPoint": 5040,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_array$_t_address_$dyn_memory_ptrt_array$_t_uint256_$dyn_memory_ptr": {
"entryPoint": 6467,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_bytes4": {
"entryPoint": 5234,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_bytes4_fromMemory": {
"entryPoint": 8791,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_uint256": {
"entryPoint": 5333,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encodeUpdatedPos_t_uint256_to_t_uint256": {
"entryPoint": 6646,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_address_to_t_address_fromStack": {
"entryPoint": 8566,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack": {
"entryPoint": 6683,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_bool_to_t_bool_fromStack": {
"entryPoint": 5291,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack": {
"entryPoint": 8609,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack": {
"entryPoint": 5465,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503_to_t_string_memory_ptr_fromStack": {
"entryPoint": 9252,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad_to_t_string_memory_ptr_fromStack": {
"entryPoint": 7213,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156_to_t_string_memory_ptr_fromStack": {
"entryPoint": 7455,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d_to_t_string_memory_ptr_fromStack": {
"entryPoint": 8059,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf_to_t_string_memory_ptr_fromStack": {
"entryPoint": 8205,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2_to_t_string_memory_ptr_fromStack": {
"entryPoint": 8458,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5_to_t_string_memory_ptr_fromStack": {
"entryPoint": 7601,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807_to_t_string_memory_ptr_fromStack": {
"entryPoint": 7913,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d_to_t_string_memory_ptr_fromStack": {
"entryPoint": 9106,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_t_uint256_to_t_uint256": {
"entryPoint": 6631,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_t_uint256_to_t_uint256_fromStack": {
"entryPoint": 5104,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_tuple_t_address_t_address_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr_t_bytes_memory_ptr__fromStack_reversed": {
"entryPoint": 8666,
"id": null,
"parameterSlots": 6,
"returnSlots": 1
},
"abi_encode_tuple_t_address_t_address_t_uint256_t_uint256_t_bytes_memory_ptr__to_t_address_t_address_t_uint256_t_uint256_t_bytes_memory_ptr__fromStack_reversed": {
"entryPoint": 9319,
"id": null,
"parameterSlots": 6,
"returnSlots": 1
},
"abi_encode_tuple_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed": {
"entryPoint": 6777,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed": {
"entryPoint": 8324,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed": {
"entryPoint": 5306,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 5522,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 9287,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 7248,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 7490,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 8094,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 8240,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 8493,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 7636,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 7948,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d__to_t_string_memory_ptr__fromStack_reversed": {
"entryPoint": 9141,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed": {
"entryPoint": 5119,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed": {
"entryPoint": 8525,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"allocate_memory": {
"entryPoint": 5657,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"allocate_unbounded": {
"entryPoint": 4872,
"id": null,
"parameterSlots": 0,
"returnSlots": 1
},
"array_allocation_size_t_array$_t_address_$dyn_memory_ptr": {
"entryPoint": 6272,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr": {
"entryPoint": 5684,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_allocation_size_t_bytes_memory_ptr": {
"entryPoint": 5889,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_dataslot_t_array$_t_uint256_$dyn_memory_ptr": {
"entryPoint": 6615,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_array$_t_uint256_$dyn_memory_ptr": {
"entryPoint": 6587,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_bytes_memory_ptr": {
"entryPoint": 8581,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_string_memory_ptr": {
"entryPoint": 5378,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_nextElement_t_array$_t_uint256_$dyn_memory_ptr": {
"entryPoint": 6670,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_array$_t_uint256_$dyn_memory_ptr_fromStack": {
"entryPoint": 6598,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack": {
"entryPoint": 8592,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr_fromStack": {
"entryPoint": 5389,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"checked_add_t_uint256": {
"entryPoint": 8272,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"cleanup_t_address": {
"entryPoint": 4924,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_bool": {
"entryPoint": 5279,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_bytes4": {
"entryPoint": 5146,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_uint160": {
"entryPoint": 4892,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_uint256": {
"entryPoint": 4986,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"copy_calldata_to_memory_with_cleanup": {
"entryPoint": 5938,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"copy_memory_to_memory_with_cleanup": {
"entryPoint": 5406,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"extract_byte_array_length": {
"entryPoint": 7327,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"finalize_allocation": {
"entryPoint": 5608,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"increment_t_uint256": {
"entryPoint": 7762,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"panic_error_0x11": {
"entryPoint": 7715,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"panic_error_0x22": {
"entryPoint": 7280,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"panic_error_0x32": {
"entryPoint": 7668,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"panic_error_0x41": {
"entryPoint": 5561,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"return_data_selector": {
"entryPoint": 8849,
"id": null,
"parameterSlots": 0,
"returnSlots": 1
},
"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d": {
"entryPoint": 5556,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef": {
"entryPoint": 5728,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae": {
"entryPoint": 5884,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db": {
"entryPoint": 4887,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b": {
"entryPoint": 4882,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"round_up_to_mul_of_32": {
"entryPoint": 5448,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"shift_right_224_unsigned": {
"entryPoint": 8836,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"store_literal_in_memory_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503": {
"entryPoint": 9173,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad": {
"entryPoint": 7134,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156": {
"entryPoint": 7376,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d": {
"entryPoint": 7980,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf": {
"entryPoint": 8126,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2": {
"entryPoint": 8379,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5": {
"entryPoint": 7522,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807": {
"entryPoint": 7834,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"store_literal_in_memory_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d": {
"entryPoint": 9027,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"try_decode_error_message": {
"entryPoint": 8883,
"id": null,
"parameterSlots": 0,
"returnSlots": 1
},
"validator_revert_t_address": {
"entryPoint": 4942,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"validator_revert_t_bool": {
"entryPoint": 6811,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"validator_revert_t_bytes4": {
"entryPoint": 5190,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"validator_revert_t_uint256": {
"entryPoint": 4996,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
}
},
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:32445:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "47:35:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "57:19:8",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "73:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "67:5:8"
},
"nodeType": "YulFunctionCall",
"src": "67:9:8"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "57:6:8"
}
]
}
]
},
"name": "allocate_unbounded",
"nodeType": "YulFunctionDefinition",
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "40:6:8",
"type": ""
}
],
"src": "7:75:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "177:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "194:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "197:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "187:6:8"
},
"nodeType": "YulFunctionCall",
"src": "187:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "187:12:8"
}
]
},
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulFunctionDefinition",
"src": "88:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "300:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "317:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "320:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "310:6:8"
},
"nodeType": "YulFunctionCall",
"src": "310:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "310:12:8"
}
]
},
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulFunctionDefinition",
"src": "211:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "379:81:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "389:65:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "404:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "411:42:8",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "400:3:8"
},
"nodeType": "YulFunctionCall",
"src": "400:54:8"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "389:7:8"
}
]
}
]
},
"name": "cleanup_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "361:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "371:7:8",
"type": ""
}
],
"src": "334:126:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "511:51:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "521:35:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "550:5:8"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "532:17:8"
},
"nodeType": "YulFunctionCall",
"src": "532:24:8"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "521:7:8"
}
]
}
]
},
"name": "cleanup_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "493:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "503:7:8",
"type": ""
}
],
"src": "466:96:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "611:79:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "668:16:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "677:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "680:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "670:6:8"
},
"nodeType": "YulFunctionCall",
"src": "670:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "670:12:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "634:5:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "659:5:8"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "641:17:8"
},
"nodeType": "YulFunctionCall",
"src": "641:24:8"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "631:2:8"
},
"nodeType": "YulFunctionCall",
"src": "631:35:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "624:6:8"
},
"nodeType": "YulFunctionCall",
"src": "624:43:8"
},
"nodeType": "YulIf",
"src": "621:63:8"
}
]
},
"name": "validator_revert_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "604:5:8",
"type": ""
}
],
"src": "568:122:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "748:87:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "758:29:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "780:6:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "767:12:8"
},
"nodeType": "YulFunctionCall",
"src": "767:20:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "758:5:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "823:5:8"
}
],
"functionName": {
"name": "validator_revert_t_address",
"nodeType": "YulIdentifier",
"src": "796:26:8"
},
"nodeType": "YulFunctionCall",
"src": "796:33:8"
},
"nodeType": "YulExpressionStatement",
"src": "796:33:8"
}
]
},
"name": "abi_decode_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "726:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "734:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "742:5:8",
"type": ""
}
],
"src": "696:139:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "886:32:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "896:16:8",
"value": {
"name": "value",
"nodeType": "YulIdentifier",
"src": "907:5:8"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "896:7:8"
}
]
}
]
},
"name": "cleanup_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "868:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "878:7:8",
"type": ""
}
],
"src": "841:77:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "967:79:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1024:16:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1033:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1036:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "1026:6:8"
},
"nodeType": "YulFunctionCall",
"src": "1026:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "1026:12:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "990:5:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1015:5:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "997:17:8"
},
"nodeType": "YulFunctionCall",
"src": "997:24:8"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "987:2:8"
},
"nodeType": "YulFunctionCall",
"src": "987:35:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "980:6:8"
},
"nodeType": "YulFunctionCall",
"src": "980:43:8"
},
"nodeType": "YulIf",
"src": "977:63:8"
}
]
},
"name": "validator_revert_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "960:5:8",
"type": ""
}
],
"src": "924:122:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1104:87:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1114:29:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1136:6:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "1123:12:8"
},
"nodeType": "YulFunctionCall",
"src": "1123:20:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1114:5:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1179:5:8"
}
],
"functionName": {
"name": "validator_revert_t_uint256",
"nodeType": "YulIdentifier",
"src": "1152:26:8"
},
"nodeType": "YulFunctionCall",
"src": "1152:33:8"
},
"nodeType": "YulExpressionStatement",
"src": "1152:33:8"
}
]
},
"name": "abi_decode_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1082:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1090:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "1098:5:8",
"type": ""
}
],
"src": "1052:139:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1280:391:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1326:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "1328:77:8"
},
"nodeType": "YulFunctionCall",
"src": "1328:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "1328:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1301:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1310:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "1297:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1297:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1322:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1293:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1293:32:8"
},
"nodeType": "YulIf",
"src": "1290:119:8"
},
{
"nodeType": "YulBlock",
"src": "1419:117:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1434:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1448:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1438:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1463:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1498:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1509:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1494:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1494:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1518:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "1473:20:8"
},
"nodeType": "YulFunctionCall",
"src": "1473:53:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1463:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "1546:118:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1561:16:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1575:2:8",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1565:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1591:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1626:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1637:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1622:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1622:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1646:7:8"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "1601:20:8"
},
"nodeType": "YulFunctionCall",
"src": "1601:53:8"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "1591:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1242:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "1253:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1265:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "1273:6:8",
"type": ""
}
],
"src": "1197:474:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1742:53:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "1759:3:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1782:5:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "1764:17:8"
},
"nodeType": "YulFunctionCall",
"src": "1764:24:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1752:6:8"
},
"nodeType": "YulFunctionCall",
"src": "1752:37:8"
},
"nodeType": "YulExpressionStatement",
"src": "1752:37:8"
}
]
},
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "1730:5:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "1737:3:8",
"type": ""
}
],
"src": "1677:118:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1899:124:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1909:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1921:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1932:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1917:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1917:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "1909:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1989:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2002:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2013:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1998:3:8"
},
"nodeType": "YulFunctionCall",
"src": "1998:17:8"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "1945:43:8"
},
"nodeType": "YulFunctionCall",
"src": "1945:71:8"
},
"nodeType": "YulExpressionStatement",
"src": "1945:71:8"
}
]
},
"name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1871:9:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1883:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "1894:4:8",
"type": ""
}
],
"src": "1801:222:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2073:105:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2083:89:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2098:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2105:66:8",
"type": "",
"value": "0xffffffff00000000000000000000000000000000000000000000000000000000"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "2094:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2094:78:8"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "2083:7:8"
}
]
}
]
},
"name": "cleanup_t_bytes4",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2055:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "2065:7:8",
"type": ""
}
],
"src": "2029:149:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2226:78:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2282:16:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2291:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2294:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "2284:6:8"
},
"nodeType": "YulFunctionCall",
"src": "2284:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "2284:12:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2249:5:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2273:5:8"
}
],
"functionName": {
"name": "cleanup_t_bytes4",
"nodeType": "YulIdentifier",
"src": "2256:16:8"
},
"nodeType": "YulFunctionCall",
"src": "2256:23:8"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "2246:2:8"
},
"nodeType": "YulFunctionCall",
"src": "2246:34:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2239:6:8"
},
"nodeType": "YulFunctionCall",
"src": "2239:42:8"
},
"nodeType": "YulIf",
"src": "2236:62:8"
}
]
},
"name": "validator_revert_t_bytes4",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2219:5:8",
"type": ""
}
],
"src": "2184:120:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2361:86:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2371:29:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2393:6:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "2380:12:8"
},
"nodeType": "YulFunctionCall",
"src": "2380:20:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2371:5:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2435:5:8"
}
],
"functionName": {
"name": "validator_revert_t_bytes4",
"nodeType": "YulIdentifier",
"src": "2409:25:8"
},
"nodeType": "YulFunctionCall",
"src": "2409:32:8"
},
"nodeType": "YulExpressionStatement",
"src": "2409:32:8"
}
]
},
"name": "abi_decode_t_bytes4",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2339:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2347:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2355:5:8",
"type": ""
}
],
"src": "2310:137:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2518:262:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2564:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "2566:77:8"
},
"nodeType": "YulFunctionCall",
"src": "2566:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "2566:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2539:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2548:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "2535:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2535:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2560:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2531:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2531:32:8"
},
"nodeType": "YulIf",
"src": "2528:119:8"
},
{
"nodeType": "YulBlock",
"src": "2657:116:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "2672:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "2686:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2676:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2701:62:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2735:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2746:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2731:3:8"
},
"nodeType": "YulFunctionCall",
"src": "2731:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2755:7:8"
}
],
"functionName": {
"name": "abi_decode_t_bytes4",
"nodeType": "YulIdentifier",
"src": "2711:19:8"
},
"nodeType": "YulFunctionCall",
"src": "2711:52:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "2701:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_bytes4",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "2488:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "2499:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "2511:6:8",
"type": ""
}
],
"src": "2453:327:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2828:48:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2838:32:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2863:5:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2856:6:8"
},
"nodeType": "YulFunctionCall",
"src": "2856:13:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2849:6:8"
},
"nodeType": "YulFunctionCall",
"src": "2849:21:8"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "2838:7:8"
}
]
}
]
},
"name": "cleanup_t_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2810:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "2820:7:8",
"type": ""
}
],
"src": "2786:90:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2941:50:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2958:3:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2978:5:8"
}
],
"functionName": {
"name": "cleanup_t_bool",
"nodeType": "YulIdentifier",
"src": "2963:14:8"
},
"nodeType": "YulFunctionCall",
"src": "2963:21:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2951:6:8"
},
"nodeType": "YulFunctionCall",
"src": "2951:34:8"
},
"nodeType": "YulExpressionStatement",
"src": "2951:34:8"
}
]
},
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2929:5:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2936:3:8",
"type": ""
}
],
"src": "2882:109:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3089:118:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3099:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3111:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3122:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3107:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3107:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "3099:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "3173:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3186:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3197:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3182:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3182:17:8"
}
],
"functionName": {
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulIdentifier",
"src": "3135:37:8"
},
"nodeType": "YulFunctionCall",
"src": "3135:65:8"
},
"nodeType": "YulExpressionStatement",
"src": "3135:65:8"
}
]
},
"name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "3061:9:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "3073:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "3084:4:8",
"type": ""
}
],
"src": "2997:210:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3279:263:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "3325:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "3327:77:8"
},
"nodeType": "YulFunctionCall",
"src": "3327:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "3327:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "3300:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3309:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "3296:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3296:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3321:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "3292:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3292:32:8"
},
"nodeType": "YulIf",
"src": "3289:119:8"
},
{
"nodeType": "YulBlock",
"src": "3418:117:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3433:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "3447:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "3437:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "3462:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3497:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3508:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3493:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3493:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "3517:7:8"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "3472:20:8"
},
"nodeType": "YulFunctionCall",
"src": "3472:53:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "3462:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "3249:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "3260:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "3272:6:8",
"type": ""
}
],
"src": "3213:329:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3607:40:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3618:22:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3634:5:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "3628:5:8"
},
"nodeType": "YulFunctionCall",
"src": "3628:12:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3618:6:8"
}
]
}
]
},
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "3590:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "3600:6:8",
"type": ""
}
],
"src": "3548:99:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3749:73:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3766:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3771:6:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3759:6:8"
},
"nodeType": "YulFunctionCall",
"src": "3759:19:8"
},
"nodeType": "YulExpressionStatement",
"src": "3759:19:8"
},
{
"nodeType": "YulAssignment",
"src": "3787:29:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3806:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3811:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3802:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3802:14:8"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "3787:11:8"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "3721:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "3726:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "3737:11:8",
"type": ""
}
],
"src": "3653:169:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3890:184:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3900:10:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "3909:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "3904:1:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "3969:63:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "3994:3:8"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "3999:1:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3990:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3990:11:8"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "4013:3:8"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "4018:1:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4009:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4009:11:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "4003:5:8"
},
"nodeType": "YulFunctionCall",
"src": "4003:18:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3983:6:8"
},
"nodeType": "YulFunctionCall",
"src": "3983:39:8"
},
"nodeType": "YulExpressionStatement",
"src": "3983:39:8"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "3930:1:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "3933:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "3927:2:8"
},
"nodeType": "YulFunctionCall",
"src": "3927:13:8"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "3941:19:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3943:15:8",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "3952:1:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3955:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3948:3:8"
},
"nodeType": "YulFunctionCall",
"src": "3948:10:8"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "3943:1:8"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "3923:3:8",
"statements": []
},
"src": "3919:113:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "4052:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "4057:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4048:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4048:16:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4066:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4041:6:8"
},
"nodeType": "YulFunctionCall",
"src": "4041:27:8"
},
"nodeType": "YulExpressionStatement",
"src": "4041:27:8"
}
]
},
"name": "copy_memory_to_memory_with_cleanup",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "3872:3:8",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "3877:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "3882:6:8",
"type": ""
}
],
"src": "3828:246:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4128:54:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4138:38:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4156:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4163:2:8",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4152:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4152:14:8"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4172:2:8",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "4168:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4168:7:8"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "4148:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4148:28:8"
},
"variableNames": [
{
"name": "result",
"nodeType": "YulIdentifier",
"src": "4138:6:8"
}
]
}
]
},
"name": "round_up_to_mul_of_32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4111:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "result",
"nodeType": "YulTypedName",
"src": "4121:6:8",
"type": ""
}
],
"src": "4080:102:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4280:285:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "4290:53:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4337:5:8"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "4304:32:8"
},
"nodeType": "YulFunctionCall",
"src": "4304:39:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "4294:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "4352:78:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4418:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "4423:6:8"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4359:58:8"
},
"nodeType": "YulFunctionCall",
"src": "4359:71:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4352:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4478:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4485:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4474:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4474:16:8"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4492:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "4497:6:8"
}
],
"functionName": {
"name": "copy_memory_to_memory_with_cleanup",
"nodeType": "YulIdentifier",
"src": "4439:34:8"
},
"nodeType": "YulFunctionCall",
"src": "4439:65:8"
},
"nodeType": "YulExpressionStatement",
"src": "4439:65:8"
},
{
"nodeType": "YulAssignment",
"src": "4513:46:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4524:3:8"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "4551:6:8"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "4529:21:8"
},
"nodeType": "YulFunctionCall",
"src": "4529:29:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4520:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4520:39:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4513:3:8"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4261:5:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "4268:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4276:3:8",
"type": ""
}
],
"src": "4188:377:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4689:195:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4699:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4711:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4722:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4707:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4707:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "4699:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4746:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4757:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4742:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4742:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "4765:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4771:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "4761:3:8"
},
"nodeType": "YulFunctionCall",
"src": "4761:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4735:6:8"
},
"nodeType": "YulFunctionCall",
"src": "4735:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "4735:47:8"
},
{
"nodeType": "YulAssignment",
"src": "4791:86:8",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "4863:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "4872:4:8"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4799:63:8"
},
"nodeType": "YulFunctionCall",
"src": "4799:78:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "4791:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "4661:9:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "4673:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "4684:4:8",
"type": ""
}
],
"src": "4571:313:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4979:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4996:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4999:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "4989:6:8"
},
"nodeType": "YulFunctionCall",
"src": "4989:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "4989:12:8"
}
]
},
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulFunctionDefinition",
"src": "4890:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5041:152:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5058:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5061:77:8",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5051:6:8"
},
"nodeType": "YulFunctionCall",
"src": "5051:88:8"
},
"nodeType": "YulExpressionStatement",
"src": "5051:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5155:1:8",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5158:4:8",
"type": "",
"value": "0x41"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5148:6:8"
},
"nodeType": "YulFunctionCall",
"src": "5148:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "5148:15:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5179:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5182:4:8",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "5172:6:8"
},
"nodeType": "YulFunctionCall",
"src": "5172:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "5172:15:8"
}
]
},
"name": "panic_error_0x41",
"nodeType": "YulFunctionDefinition",
"src": "5013:180:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5242:238:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5252:58:8",
"value": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "5274:6:8"
},
{
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "5304:4:8"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "5282:21:8"
},
"nodeType": "YulFunctionCall",
"src": "5282:27:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5270:3:8"
},
"nodeType": "YulFunctionCall",
"src": "5270:40:8"
},
"variables": [
{
"name": "newFreePtr",
"nodeType": "YulTypedName",
"src": "5256:10:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "5421:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "5423:16:8"
},
"nodeType": "YulFunctionCall",
"src": "5423:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "5423:18:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "5364:10:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5376:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "5361:2:8"
},
"nodeType": "YulFunctionCall",
"src": "5361:34:8"
},
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "5400:10:8"
},
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "5412:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "5397:2:8"
},
"nodeType": "YulFunctionCall",
"src": "5397:22:8"
}
],
"functionName": {
"name": "or",
"nodeType": "YulIdentifier",
"src": "5358:2:8"
},
"nodeType": "YulFunctionCall",
"src": "5358:62:8"
},
"nodeType": "YulIf",
"src": "5355:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5459:2:8",
"type": "",
"value": "64"
},
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "5463:10:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5452:6:8"
},
"nodeType": "YulFunctionCall",
"src": "5452:22:8"
},
"nodeType": "YulExpressionStatement",
"src": "5452:22:8"
}
]
},
"name": "finalize_allocation",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "5228:6:8",
"type": ""
},
{
"name": "size",
"nodeType": "YulTypedName",
"src": "5236:4:8",
"type": ""
}
],
"src": "5199:281:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5527:88:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "5537:30:8",
"value": {
"arguments": [],
"functionName": {
"name": "allocate_unbounded",
"nodeType": "YulIdentifier",
"src": "5547:18:8"
},
"nodeType": "YulFunctionCall",
"src": "5547:20:8"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "5537:6:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "5596:6:8"
},
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "5604:4:8"
}
],
"functionName": {
"name": "finalize_allocation",
"nodeType": "YulIdentifier",
"src": "5576:19:8"
},
"nodeType": "YulFunctionCall",
"src": "5576:33:8"
},
"nodeType": "YulExpressionStatement",
"src": "5576:33:8"
}
]
},
"name": "allocate_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "5511:4:8",
"type": ""
}
],
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "5520:6:8",
"type": ""
}
],
"src": "5486:129:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5703:229:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "5808:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "5810:16:8"
},
"nodeType": "YulFunctionCall",
"src": "5810:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "5810:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "5780:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5788:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "5777:2:8"
},
"nodeType": "YulFunctionCall",
"src": "5777:30:8"
},
"nodeType": "YulIf",
"src": "5774:56:8"
},
{
"nodeType": "YulAssignment",
"src": "5840:25:8",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "5852:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5860:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "5848:3:8"
},
"nodeType": "YulFunctionCall",
"src": "5848:17:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "5840:4:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "5902:23:8",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "5914:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5920:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5910:3:8"
},
"nodeType": "YulFunctionCall",
"src": "5910:15:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "5902:4:8"
}
]
}
]
},
"name": "array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "5687:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "5698:4:8",
"type": ""
}
],
"src": "5621:311:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6027:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6044:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6047:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "6037:6:8"
},
"nodeType": "YulFunctionCall",
"src": "6037:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "6037:12:8"
}
]
},
"name": "revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef",
"nodeType": "YulFunctionDefinition",
"src": "5938:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6180:608:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6190:90:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "6272:6:8"
}
],
"functionName": {
"name": "array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "6215:56:8"
},
"nodeType": "YulFunctionCall",
"src": "6215:64:8"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "6199:15:8"
},
"nodeType": "YulFunctionCall",
"src": "6199:81:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "6190:5:8"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "6289:16:8",
"value": {
"name": "array",
"nodeType": "YulIdentifier",
"src": "6300:5:8"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "6293:3:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "6322:5:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "6329:6:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6315:6:8"
},
"nodeType": "YulFunctionCall",
"src": "6315:21:8"
},
"nodeType": "YulExpressionStatement",
"src": "6315:21:8"
},
{
"nodeType": "YulAssignment",
"src": "6345:23:8",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "6356:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6363:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6352:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6352:16:8"
},
"variableNames": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "6345:3:8"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "6378:44:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6396:6:8"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "6408:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6416:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "6404:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6404:17:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6392:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6392:30:8"
},
"variables": [
{
"name": "srcEnd",
"nodeType": "YulTypedName",
"src": "6382:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "6450:103:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef",
"nodeType": "YulIdentifier",
"src": "6464:77:8"
},
"nodeType": "YulFunctionCall",
"src": "6464:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "6464:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "srcEnd",
"nodeType": "YulIdentifier",
"src": "6437:6:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "6445:3:8"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "6434:2:8"
},
"nodeType": "YulFunctionCall",
"src": "6434:15:8"
},
"nodeType": "YulIf",
"src": "6431:122:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6638:144:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6653:21:8",
"value": {
"name": "src",
"nodeType": "YulIdentifier",
"src": "6671:3:8"
},
"variables": [
{
"name": "elementPos",
"nodeType": "YulTypedName",
"src": "6657:10:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "6695:3:8"
},
{
"arguments": [
{
"name": "elementPos",
"nodeType": "YulIdentifier",
"src": "6721:10:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "6733:3:8"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "6700:20:8"
},
"nodeType": "YulFunctionCall",
"src": "6700:37:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6688:6:8"
},
"nodeType": "YulFunctionCall",
"src": "6688:50:8"
},
"nodeType": "YulExpressionStatement",
"src": "6688:50:8"
},
{
"nodeType": "YulAssignment",
"src": "6751:21:8",
"value": {
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "6762:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6767:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6758:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6758:14:8"
},
"variableNames": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "6751:3:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "6591:3:8"
},
{
"name": "srcEnd",
"nodeType": "YulIdentifier",
"src": "6596:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "6588:2:8"
},
"nodeType": "YulFunctionCall",
"src": "6588:15:8"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "6604:25:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6606:21:8",
"value": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "6617:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6622:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6613:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6613:14:8"
},
"variableNames": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "6606:3:8"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "6566:21:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6568:17:8",
"value": {
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6579:6:8"
},
"variables": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "6572:3:8",
"type": ""
}
]
}
]
},
"src": "6562:220:8"
}
]
},
"name": "abi_decode_available_length_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "6150:6:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "6158:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "6166:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "6174:5:8",
"type": ""
}
],
"src": "6078:710:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6888:293:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "6937:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "6939:77:8"
},
"nodeType": "YulFunctionCall",
"src": "6939:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "6939:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6916:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6924:4:8",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6912:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6912:17:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "6931:3:8"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "6908:3:8"
},
"nodeType": "YulFunctionCall",
"src": "6908:27:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "6901:6:8"
},
"nodeType": "YulFunctionCall",
"src": "6901:35:8"
},
"nodeType": "YulIf",
"src": "6898:122:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "7029:34:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7056:6:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "7043:12:8"
},
"nodeType": "YulFunctionCall",
"src": "7043:20:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "7033:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "7072:103:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7148:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7156:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7144:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7144:17:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "7163:6:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "7171:3:8"
}
],
"functionName": {
"name": "abi_decode_available_length_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "7081:62:8"
},
"nodeType": "YulFunctionCall",
"src": "7081:94:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "7072:5:8"
}
]
}
]
},
"name": "abi_decode_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "6866:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "6874:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "6882:5:8",
"type": ""
}
],
"src": "6811:370:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7276:28:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7293:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7296:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "7286:6:8"
},
"nodeType": "YulFunctionCall",
"src": "7286:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "7286:12:8"
}
]
},
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulFunctionDefinition",
"src": "7187:117:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7376:241:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "7481:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "7483:16:8"
},
"nodeType": "YulFunctionCall",
"src": "7483:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "7483:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "7453:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7461:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "7450:2:8"
},
"nodeType": "YulFunctionCall",
"src": "7450:30:8"
},
"nodeType": "YulIf",
"src": "7447:56:8"
},
{
"nodeType": "YulAssignment",
"src": "7513:37:8",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "7543:6:8"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "7521:21:8"
},
"nodeType": "YulFunctionCall",
"src": "7521:29:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "7513:4:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "7587:23:8",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "7599:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7605:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7595:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7595:15:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "7587:4:8"
}
]
}
]
},
"name": "array_allocation_size_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "7360:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "7371:4:8",
"type": ""
}
],
"src": "7310:307:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7687:82:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "7710:3:8"
},
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "7715:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "7720:6:8"
}
],
"functionName": {
"name": "calldatacopy",
"nodeType": "YulIdentifier",
"src": "7697:12:8"
},
"nodeType": "YulFunctionCall",
"src": "7697:30:8"
},
"nodeType": "YulExpressionStatement",
"src": "7697:30:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "7747:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "7752:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7743:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7743:16:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7761:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7736:6:8"
},
"nodeType": "YulFunctionCall",
"src": "7736:27:8"
},
"nodeType": "YulExpressionStatement",
"src": "7736:27:8"
}
]
},
"name": "copy_calldata_to_memory_with_cleanup",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "7669:3:8",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "7674:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "7679:6:8",
"type": ""
}
],
"src": "7623:146:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7858:340:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7868:74:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "7934:6:8"
}
],
"functionName": {
"name": "array_allocation_size_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "7893:40:8"
},
"nodeType": "YulFunctionCall",
"src": "7893:48:8"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "7877:15:8"
},
"nodeType": "YulFunctionCall",
"src": "7877:65:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "7868:5:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "7958:5:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "7965:6:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7951:6:8"
},
"nodeType": "YulFunctionCall",
"src": "7951:21:8"
},
"nodeType": "YulExpressionStatement",
"src": "7951:21:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "7981:27:8",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "7996:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8003:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7992:3:8"
},
"nodeType": "YulFunctionCall",
"src": "7992:16:8"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "7985:3:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "8046:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "8048:77:8"
},
"nodeType": "YulFunctionCall",
"src": "8048:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "8048:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "8027:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "8032:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8023:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8023:16:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "8041:3:8"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "8020:2:8"
},
"nodeType": "YulFunctionCall",
"src": "8020:25:8"
},
"nodeType": "YulIf",
"src": "8017:112:8"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "8175:3:8"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "8180:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "8185:6:8"
}
],
"functionName": {
"name": "copy_calldata_to_memory_with_cleanup",
"nodeType": "YulIdentifier",
"src": "8138:36:8"
},
"nodeType": "YulFunctionCall",
"src": "8138:54:8"
},
"nodeType": "YulExpressionStatement",
"src": "8138:54:8"
}
]
},
"name": "abi_decode_available_length_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "7831:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "7836:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "7844:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "7852:5:8",
"type": ""
}
],
"src": "7775:423:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8278:277:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "8327:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "8329:77:8"
},
"nodeType": "YulFunctionCall",
"src": "8329:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "8329:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8306:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8314:4:8",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8302:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8302:17:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "8321:3:8"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "8298:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8298:27:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "8291:6:8"
},
"nodeType": "YulFunctionCall",
"src": "8291:35:8"
},
"nodeType": "YulIf",
"src": "8288:122:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "8419:34:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8446:6:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "8433:12:8"
},
"nodeType": "YulFunctionCall",
"src": "8433:20:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "8423:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "8462:87:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8522:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8530:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8518:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8518:17:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "8537:6:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "8545:3:8"
}
],
"functionName": {
"name": "abi_decode_available_length_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "8471:46:8"
},
"nodeType": "YulFunctionCall",
"src": "8471:78:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "8462:5:8"
}
]
}
]
},
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8256:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "8264:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "8272:5:8",
"type": ""
}
],
"src": "8217:338:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8754:1316:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "8801:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "8803:77:8"
},
"nodeType": "YulFunctionCall",
"src": "8803:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "8803:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8775:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8784:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "8771:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8771:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8796:3:8",
"type": "",
"value": "160"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "8767:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8767:33:8"
},
"nodeType": "YulIf",
"src": "8764:120:8"
},
{
"nodeType": "YulBlock",
"src": "8894:117:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8909:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "8923:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8913:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "8938:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8973:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8984:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8969:3:8"
},
"nodeType": "YulFunctionCall",
"src": "8969:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8993:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "8948:20:8"
},
"nodeType": "YulFunctionCall",
"src": "8948:53:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "8938:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "9021:118:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9036:16:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "9050:2:8",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9040:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "9066:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9101:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9112:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9097:3:8"
},
"nodeType": "YulFunctionCall",
"src": "9097:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9121:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "9076:20:8"
},
"nodeType": "YulFunctionCall",
"src": "9076:53:8"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "9066:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "9149:303:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9164:46:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9195:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9206:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9191:3:8"
},
"nodeType": "YulFunctionCall",
"src": "9191:18:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "9178:12:8"
},
"nodeType": "YulFunctionCall",
"src": "9178:32:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9168:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "9257:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "9259:77:8"
},
"nodeType": "YulFunctionCall",
"src": "9259:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "9259:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9229:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9237:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "9226:2:8"
},
"nodeType": "YulFunctionCall",
"src": "9226:30:8"
},
"nodeType": "YulIf",
"src": "9223:117:8"
},
{
"nodeType": "YulAssignment",
"src": "9354:88:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9414:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9425:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9410:3:8"
},
"nodeType": "YulFunctionCall",
"src": "9410:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9434:7:8"
}
],
"functionName": {
"name": "abi_decode_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "9364:45:8"
},
"nodeType": "YulFunctionCall",
"src": "9364:78:8"
},
"variableNames": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "9354:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "9462:303:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9477:46:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9508:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9519:2:8",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9504:3:8"
},
"nodeType": "YulFunctionCall",
"src": "9504:18:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "9491:12:8"
},
"nodeType": "YulFunctionCall",
"src": "9491:32:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9481:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "9570:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "9572:77:8"
},
"nodeType": "YulFunctionCall",
"src": "9572:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "9572:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9542:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9550:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "9539:2:8"
},
"nodeType": "YulFunctionCall",
"src": "9539:30:8"
},
"nodeType": "YulIf",
"src": "9536:117:8"
},
{
"nodeType": "YulAssignment",
"src": "9667:88:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9727:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9738:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9723:3:8"
},
"nodeType": "YulFunctionCall",
"src": "9723:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9747:7:8"
}
],
"functionName": {
"name": "abi_decode_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "9677:45:8"
},
"nodeType": "YulFunctionCall",
"src": "9677:78:8"
},
"variableNames": [
{
"name": "value3",
"nodeType": "YulIdentifier",
"src": "9667:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "9775:288:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9790:47:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9821:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9832:3:8",
"type": "",
"value": "128"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9817:3:8"
},
"nodeType": "YulFunctionCall",
"src": "9817:19:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "9804:12:8"
},
"nodeType": "YulFunctionCall",
"src": "9804:33:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9794:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "9884:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "9886:77:8"
},
"nodeType": "YulFunctionCall",
"src": "9886:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "9886:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9856:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9864:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "9853:2:8"
},
"nodeType": "YulFunctionCall",
"src": "9853:30:8"
},
"nodeType": "YulIf",
"src": "9850:117:8"
},
{
"nodeType": "YulAssignment",
"src": "9981:72:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10025:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "10036:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10021:3:8"
},
"nodeType": "YulFunctionCall",
"src": "10021:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "10045:7:8"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "9991:29:8"
},
"nodeType": "YulFunctionCall",
"src": "9991:62:8"
},
"variableNames": [
{
"name": "value4",
"nodeType": "YulIdentifier",
"src": "9981:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_addresst_array$_t_uint256_$dyn_memory_ptrt_array$_t_uint256_$dyn_memory_ptrt_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "8692:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "8703:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "8715:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "8723:6:8",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "8731:6:8",
"type": ""
},
{
"name": "value3",
"nodeType": "YulTypedName",
"src": "8739:6:8",
"type": ""
},
{
"name": "value4",
"nodeType": "YulTypedName",
"src": "8747:6:8",
"type": ""
}
],
"src": "8561:1509:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10158:229:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "10263:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "10265:16:8"
},
"nodeType": "YulFunctionCall",
"src": "10265:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "10265:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10235:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10243:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "10232:2:8"
},
"nodeType": "YulFunctionCall",
"src": "10232:30:8"
},
"nodeType": "YulIf",
"src": "10229:56:8"
},
{
"nodeType": "YulAssignment",
"src": "10295:25:8",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10307:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10315:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "10303:3:8"
},
"nodeType": "YulFunctionCall",
"src": "10303:17:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "10295:4:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "10357:23:8",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "10369:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10375:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10365:3:8"
},
"nodeType": "YulFunctionCall",
"src": "10365:15:8"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "10357:4:8"
}
]
}
]
},
"name": "array_allocation_size_t_array$_t_address_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "10142:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "10153:4:8",
"type": ""
}
],
"src": "10076:311:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10512:608:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "10522:90:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10604:6:8"
}
],
"functionName": {
"name": "array_allocation_size_t_array$_t_address_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "10547:56:8"
},
"nodeType": "YulFunctionCall",
"src": "10547:64:8"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "10531:15:8"
},
"nodeType": "YulFunctionCall",
"src": "10531:81:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "10522:5:8"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "10621:16:8",
"value": {
"name": "array",
"nodeType": "YulIdentifier",
"src": "10632:5:8"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "10625:3:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "10654:5:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10661:6:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "10647:6:8"
},
"nodeType": "YulFunctionCall",
"src": "10647:21:8"
},
"nodeType": "YulExpressionStatement",
"src": "10647:21:8"
},
{
"nodeType": "YulAssignment",
"src": "10677:23:8",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "10688:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10695:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10684:3:8"
},
"nodeType": "YulFunctionCall",
"src": "10684:16:8"
},
"variableNames": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "10677:3:8"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "10710:44:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "10728:6:8"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10740:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10748:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "mul",
"nodeType": "YulIdentifier",
"src": "10736:3:8"
},
"nodeType": "YulFunctionCall",
"src": "10736:17:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10724:3:8"
},
"nodeType": "YulFunctionCall",
"src": "10724:30:8"
},
"variables": [
{
"name": "srcEnd",
"nodeType": "YulTypedName",
"src": "10714:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "10782:103:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef",
"nodeType": "YulIdentifier",
"src": "10796:77:8"
},
"nodeType": "YulFunctionCall",
"src": "10796:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "10796:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "srcEnd",
"nodeType": "YulIdentifier",
"src": "10769:6:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "10777:3:8"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "10766:2:8"
},
"nodeType": "YulFunctionCall",
"src": "10766:15:8"
},
"nodeType": "YulIf",
"src": "10763:122:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10970:144:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "10985:21:8",
"value": {
"name": "src",
"nodeType": "YulIdentifier",
"src": "11003:3:8"
},
"variables": [
{
"name": "elementPos",
"nodeType": "YulTypedName",
"src": "10989:10:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "11027:3:8"
},
{
"arguments": [
{
"name": "elementPos",
"nodeType": "YulIdentifier",
"src": "11053:10:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "11065:3:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "11032:20:8"
},
"nodeType": "YulFunctionCall",
"src": "11032:37:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "11020:6:8"
},
"nodeType": "YulFunctionCall",
"src": "11020:50:8"
},
"nodeType": "YulExpressionStatement",
"src": "11020:50:8"
},
{
"nodeType": "YulAssignment",
"src": "11083:21:8",
"value": {
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "11094:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11099:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11090:3:8"
},
"nodeType": "YulFunctionCall",
"src": "11090:14:8"
},
"variableNames": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "11083:3:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "10923:3:8"
},
{
"name": "srcEnd",
"nodeType": "YulIdentifier",
"src": "10928:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "10920:2:8"
},
"nodeType": "YulFunctionCall",
"src": "10920:15:8"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "10936:25:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "10938:21:8",
"value": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "10949:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10954:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10945:3:8"
},
"nodeType": "YulFunctionCall",
"src": "10945:14:8"
},
"variableNames": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "10938:3:8"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "10898:21:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "10900:17:8",
"value": {
"name": "offset",
"nodeType": "YulIdentifier",
"src": "10911:6:8"
},
"variables": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "10904:3:8",
"type": ""
}
]
}
]
},
"src": "10894:220:8"
}
]
},
"name": "abi_decode_available_length_t_array$_t_address_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "10482:6:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "10490:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "10498:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "10506:5:8",
"type": ""
}
],
"src": "10410:710:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11220:293:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "11269:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "11271:77:8"
},
"nodeType": "YulFunctionCall",
"src": "11271:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "11271:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "11248:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11256:4:8",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11244:3:8"
},
"nodeType": "YulFunctionCall",
"src": "11244:17:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "11263:3:8"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "11240:3:8"
},
"nodeType": "YulFunctionCall",
"src": "11240:27:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "11233:6:8"
},
"nodeType": "YulFunctionCall",
"src": "11233:35:8"
},
"nodeType": "YulIf",
"src": "11230:122:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "11361:34:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "11388:6:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "11375:12:8"
},
"nodeType": "YulFunctionCall",
"src": "11375:20:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "11365:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "11404:103:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "11480:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11488:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11476:3:8"
},
"nodeType": "YulFunctionCall",
"src": "11476:17:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11495:6:8"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "11503:3:8"
}
],
"functionName": {
"name": "abi_decode_available_length_t_array$_t_address_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "11413:62:8"
},
"nodeType": "YulFunctionCall",
"src": "11413:94:8"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "11404:5:8"
}
]
}
]
},
"name": "abi_decode_t_array$_t_address_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "11198:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "11206:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "11214:5:8",
"type": ""
}
],
"src": "11143:370:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11652:761:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "11698:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "11700:77:8"
},
"nodeType": "YulFunctionCall",
"src": "11700:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "11700:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "11673:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11682:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "11669:3:8"
},
"nodeType": "YulFunctionCall",
"src": "11669:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11694:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "11665:3:8"
},
"nodeType": "YulFunctionCall",
"src": "11665:32:8"
},
"nodeType": "YulIf",
"src": "11662:119:8"
},
{
"nodeType": "YulBlock",
"src": "11791:302:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "11806:45:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11837:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11848:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11833:3:8"
},
"nodeType": "YulFunctionCall",
"src": "11833:17:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "11820:12:8"
},
"nodeType": "YulFunctionCall",
"src": "11820:31:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "11810:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "11898:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "11900:77:8"
},
"nodeType": "YulFunctionCall",
"src": "11900:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "11900:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "11870:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11878:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "11867:2:8"
},
"nodeType": "YulFunctionCall",
"src": "11867:30:8"
},
"nodeType": "YulIf",
"src": "11864:117:8"
},
{
"nodeType": "YulAssignment",
"src": "11995:88:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12055:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "12066:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12051:3:8"
},
"nodeType": "YulFunctionCall",
"src": "12051:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "12075:7:8"
}
],
"functionName": {
"name": "abi_decode_t_array$_t_address_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "12005:45:8"
},
"nodeType": "YulFunctionCall",
"src": "12005:78:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "11995:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "12103:303:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12118:46:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12149:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12160:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12145:3:8"
},
"nodeType": "YulFunctionCall",
"src": "12145:18:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "12132:12:8"
},
"nodeType": "YulFunctionCall",
"src": "12132:32:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "12122:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "12211:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "12213:77:8"
},
"nodeType": "YulFunctionCall",
"src": "12213:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "12213:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "12183:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12191:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "12180:2:8"
},
"nodeType": "YulFunctionCall",
"src": "12180:30:8"
},
"nodeType": "YulIf",
"src": "12177:117:8"
},
{
"nodeType": "YulAssignment",
"src": "12308:88:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12368:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "12379:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12364:3:8"
},
"nodeType": "YulFunctionCall",
"src": "12364:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "12388:7:8"
}
],
"functionName": {
"name": "abi_decode_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "12318:45:8"
},
"nodeType": "YulFunctionCall",
"src": "12318:78:8"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "12308:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_array$_t_address_$dyn_memory_ptrt_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "11614:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "11625:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "11637:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "11645:6:8",
"type": ""
}
],
"src": "11519:894:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12493:40:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12504:22:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12520:5:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12514:5:8"
},
"nodeType": "YulFunctionCall",
"src": "12514:12:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "12504:6:8"
}
]
}
]
},
"name": "array_length_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12476:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "12486:6:8",
"type": ""
}
],
"src": "12419:114:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12650:73:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12667:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "12672:6:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12660:6:8"
},
"nodeType": "YulFunctionCall",
"src": "12660:19:8"
},
"nodeType": "YulExpressionStatement",
"src": "12660:19:8"
},
{
"nodeType": "YulAssignment",
"src": "12688:29:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12707:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12712:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12703:3:8"
},
"nodeType": "YulFunctionCall",
"src": "12703:14:8"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "12688:11:8"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "12622:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "12627:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "12638:11:8",
"type": ""
}
],
"src": "12539:184:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12801:60:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12811:11:8",
"value": {
"name": "ptr",
"nodeType": "YulIdentifier",
"src": "12819:3:8"
},
"variableNames": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "12811:4:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "12832:22:8",
"value": {
"arguments": [
{
"name": "ptr",
"nodeType": "YulIdentifier",
"src": "12844:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12849:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12840:3:8"
},
"nodeType": "YulFunctionCall",
"src": "12840:14:8"
},
"variableNames": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "12832:4:8"
}
]
}
]
},
"name": "array_dataslot_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "ptr",
"nodeType": "YulTypedName",
"src": "12788:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "12796:4:8",
"type": ""
}
],
"src": "12729:132:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12922:53:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12939:3:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12962:5:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "12944:17:8"
},
"nodeType": "YulFunctionCall",
"src": "12944:24:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12932:6:8"
},
"nodeType": "YulFunctionCall",
"src": "12932:37:8"
},
"nodeType": "YulExpressionStatement",
"src": "12932:37:8"
}
]
},
"name": "abi_encode_t_uint256_to_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12910:5:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "12917:3:8",
"type": ""
}
],
"src": "12867:108:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13061:99:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "13105:6:8"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13113:3:8"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256",
"nodeType": "YulIdentifier",
"src": "13071:33:8"
},
"nodeType": "YulFunctionCall",
"src": "13071:46:8"
},
"nodeType": "YulExpressionStatement",
"src": "13071:46:8"
},
{
"nodeType": "YulAssignment",
"src": "13126:28:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13144:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13149:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13140:3:8"
},
"nodeType": "YulFunctionCall",
"src": "13140:14:8"
},
"variableNames": [
{
"name": "updatedPos",
"nodeType": "YulIdentifier",
"src": "13126:10:8"
}
]
}
]
},
"name": "abi_encodeUpdatedPos_t_uint256_to_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "13034:6:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "13042:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "updatedPos",
"nodeType": "YulTypedName",
"src": "13050:10:8",
"type": ""
}
],
"src": "12981:179:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13241:38:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13251:22:8",
"value": {
"arguments": [
{
"name": "ptr",
"nodeType": "YulIdentifier",
"src": "13263:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13268:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13259:3:8"
},
"nodeType": "YulFunctionCall",
"src": "13259:14:8"
},
"variableNames": [
{
"name": "next",
"nodeType": "YulIdentifier",
"src": "13251:4:8"
}
]
}
]
},
"name": "array_nextElement_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "ptr",
"nodeType": "YulTypedName",
"src": "13228:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "next",
"nodeType": "YulTypedName",
"src": "13236:4:8",
"type": ""
}
],
"src": "13166:113:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13439:608:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "13449:68:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "13511:5:8"
}
],
"functionName": {
"name": "array_length_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "13463:47:8"
},
"nodeType": "YulFunctionCall",
"src": "13463:54:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "13453:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "13526:93:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13607:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13612:6:8"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "13533:73:8"
},
"nodeType": "YulFunctionCall",
"src": "13533:86:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13526:3:8"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "13628:71:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "13693:5:8"
}
],
"functionName": {
"name": "array_dataslot_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "13643:49:8"
},
"nodeType": "YulFunctionCall",
"src": "13643:56:8"
},
"variables": [
{
"name": "baseRef",
"nodeType": "YulTypedName",
"src": "13632:7:8",
"type": ""
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "13708:21:8",
"value": {
"name": "baseRef",
"nodeType": "YulIdentifier",
"src": "13722:7:8"
},
"variables": [
{
"name": "srcPtr",
"nodeType": "YulTypedName",
"src": "13712:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "13798:224:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "13812:34:8",
"value": {
"arguments": [
{
"name": "srcPtr",
"nodeType": "YulIdentifier",
"src": "13839:6:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "13833:5:8"
},
"nodeType": "YulFunctionCall",
"src": "13833:13:8"
},
"variables": [
{
"name": "elementValue0",
"nodeType": "YulTypedName",
"src": "13816:13:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "13859:70:8",
"value": {
"arguments": [
{
"name": "elementValue0",
"nodeType": "YulIdentifier",
"src": "13910:13:8"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13925:3:8"
}
],
"functionName": {
"name": "abi_encodeUpdatedPos_t_uint256_to_t_uint256",
"nodeType": "YulIdentifier",
"src": "13866:43:8"
},
"nodeType": "YulFunctionCall",
"src": "13866:63:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13859:3:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "13942:70:8",
"value": {
"arguments": [
{
"name": "srcPtr",
"nodeType": "YulIdentifier",
"src": "14005:6:8"
}
],
"functionName": {
"name": "array_nextElement_t_array$_t_uint256_$dyn_memory_ptr",
"nodeType": "YulIdentifier",
"src": "13952:52:8"
},
"nodeType": "YulFunctionCall",
"src": "13952:60:8"
},
"variableNames": [
{
"name": "srcPtr",
"nodeType": "YulIdentifier",
"src": "13942:6:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13760:1:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13763:6:8"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "13757:2:8"
},
"nodeType": "YulFunctionCall",
"src": "13757:13:8"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "13771:18:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13773:14:8",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13782:1:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13785:1:8",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13778:3:8"
},
"nodeType": "YulFunctionCall",
"src": "13778:9:8"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13773:1:8"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "13742:14:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "13744:10:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "13753:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "13748:1:8",
"type": ""
}
]
}
]
},
"src": "13738:284:8"
},
{
"nodeType": "YulAssignment",
"src": "14031:10:8",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "14038:3:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "14031:3:8"
}
]
}
]
},
"name": "abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "13418:5:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "13425:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "13434:3:8",
"type": ""
}
],
"src": "13315:732:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14201:225:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14211:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14223:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14234:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14219:3:8"
},
"nodeType": "YulFunctionCall",
"src": "14219:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14211:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14258:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14269:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14254:3:8"
},
"nodeType": "YulFunctionCall",
"src": "14254:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14277:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14283:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14273:3:8"
},
"nodeType": "YulFunctionCall",
"src": "14273:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14247:6:8"
},
"nodeType": "YulFunctionCall",
"src": "14247:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "14247:47:8"
},
{
"nodeType": "YulAssignment",
"src": "14303:116:8",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "14405:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14414:4:8"
}
],
"functionName": {
"name": "abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14311:93:8"
},
"nodeType": "YulFunctionCall",
"src": "14311:108:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14303:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14173:9:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14185:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14196:4:8",
"type": ""
}
],
"src": "14053:373:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14472:76:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "14526:16:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14535:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14538:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "14528:6:8"
},
"nodeType": "YulFunctionCall",
"src": "14528:12:8"
},
"nodeType": "YulExpressionStatement",
"src": "14528:12:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14495:5:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14517:5:8"
}
],
"functionName": {
"name": "cleanup_t_bool",
"nodeType": "YulIdentifier",
"src": "14502:14:8"
},
"nodeType": "YulFunctionCall",
"src": "14502:21:8"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "14492:2:8"
},
"nodeType": "YulFunctionCall",
"src": "14492:32:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "14485:6:8"
},
"nodeType": "YulFunctionCall",
"src": "14485:40:8"
},
"nodeType": "YulIf",
"src": "14482:60:8"
}
]
},
"name": "validator_revert_t_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "14465:5:8",
"type": ""
}
],
"src": "14432:116:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14603:84:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14613:29:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "14635:6:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "14622:12:8"
},
"nodeType": "YulFunctionCall",
"src": "14622:20:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14613:5:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14675:5:8"
}
],
"functionName": {
"name": "validator_revert_t_bool",
"nodeType": "YulIdentifier",
"src": "14651:23:8"
},
"nodeType": "YulFunctionCall",
"src": "14651:30:8"
},
"nodeType": "YulExpressionStatement",
"src": "14651:30:8"
}
]
},
"name": "abi_decode_t_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "14581:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "14589:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "14597:5:8",
"type": ""
}
],
"src": "14554:133:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14773:388:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "14819:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "14821:77:8"
},
"nodeType": "YulFunctionCall",
"src": "14821:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "14821:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "14794:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14803:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14790:3:8"
},
"nodeType": "YulFunctionCall",
"src": "14790:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14815:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "14786:3:8"
},
"nodeType": "YulFunctionCall",
"src": "14786:32:8"
},
"nodeType": "YulIf",
"src": "14783:119:8"
},
{
"nodeType": "YulBlock",
"src": "14912:117:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "14927:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "14941:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "14931:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "14956:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14991:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "15002:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14987:3:8"
},
"nodeType": "YulFunctionCall",
"src": "14987:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "15011:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "14966:20:8"
},
"nodeType": "YulFunctionCall",
"src": "14966:53:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "14956:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "15039:115:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "15054:16:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "15068:2:8",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "15058:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "15084:60:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15116:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "15127:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15112:3:8"
},
"nodeType": "YulFunctionCall",
"src": "15112:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "15136:7:8"
}
],
"functionName": {
"name": "abi_decode_t_bool",
"nodeType": "YulIdentifier",
"src": "15094:17:8"
},
"nodeType": "YulFunctionCall",
"src": "15094:50:8"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "15084:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14735:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "14746:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14758:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "14766:6:8",
"type": ""
}
],
"src": "14693:468:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15250:391:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "15296:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "15298:77:8"
},
"nodeType": "YulFunctionCall",
"src": "15298:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "15298:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "15271:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15280:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "15267:3:8"
},
"nodeType": "YulFunctionCall",
"src": "15267:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15292:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "15263:3:8"
},
"nodeType": "YulFunctionCall",
"src": "15263:32:8"
},
"nodeType": "YulIf",
"src": "15260:119:8"
},
{
"nodeType": "YulBlock",
"src": "15389:117:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "15404:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "15418:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "15408:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "15433:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15468:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "15479:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15464:3:8"
},
"nodeType": "YulFunctionCall",
"src": "15464:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "15488:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "15443:20:8"
},
"nodeType": "YulFunctionCall",
"src": "15443:53:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "15433:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "15516:118:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "15531:16:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "15545:2:8",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "15535:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "15561:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15596:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "15607:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15592:3:8"
},
"nodeType": "YulFunctionCall",
"src": "15592:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "15616:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "15571:20:8"
},
"nodeType": "YulFunctionCall",
"src": "15571:53:8"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "15561:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "15212:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "15223:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "15235:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "15243:6:8",
"type": ""
}
],
"src": "15167:474:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15790:946:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "15837:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "15839:77:8"
},
"nodeType": "YulFunctionCall",
"src": "15839:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "15839:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "15811:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15820:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "15807:3:8"
},
"nodeType": "YulFunctionCall",
"src": "15807:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15832:3:8",
"type": "",
"value": "160"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "15803:3:8"
},
"nodeType": "YulFunctionCall",
"src": "15803:33:8"
},
"nodeType": "YulIf",
"src": "15800:120:8"
},
{
"nodeType": "YulBlock",
"src": "15930:117:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "15945:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "15959:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "15949:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "15974:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16009:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "16020:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16005:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16005:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "16029:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "15984:20:8"
},
"nodeType": "YulFunctionCall",
"src": "15984:53:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "15974:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "16057:118:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "16072:16:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "16086:2:8",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "16076:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "16102:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16137:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "16148:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16133:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16133:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "16157:7:8"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "16112:20:8"
},
"nodeType": "YulFunctionCall",
"src": "16112:53:8"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "16102:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "16185:118:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "16200:16:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "16214:2:8",
"type": "",
"value": "64"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "16204:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "16230:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16265:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "16276:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16261:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16261:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "16285:7:8"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "16240:20:8"
},
"nodeType": "YulFunctionCall",
"src": "16240:53:8"
},
"variableNames": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "16230:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "16313:118:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "16328:16:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "16342:2:8",
"type": "",
"value": "96"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "16332:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "16358:63:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16393:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "16404:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16389:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16389:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "16413:7:8"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "16368:20:8"
},
"nodeType": "YulFunctionCall",
"src": "16368:53:8"
},
"variableNames": [
{
"name": "value3",
"nodeType": "YulIdentifier",
"src": "16358:6:8"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "16441:288:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "16456:47:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16487:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16498:3:8",
"type": "",
"value": "128"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16483:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16483:19:8"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "16470:12:8"
},
"nodeType": "YulFunctionCall",
"src": "16470:33:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "16460:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "16550:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "16552:77:8"
},
"nodeType": "YulFunctionCall",
"src": "16552:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "16552:79:8"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "16522:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16530:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "16519:2:8"
},
"nodeType": "YulFunctionCall",
"src": "16519:30:8"
},
"nodeType": "YulIf",
"src": "16516:117:8"
},
{
"nodeType": "YulAssignment",
"src": "16647:72:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16691:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "16702:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16687:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16687:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "16711:7:8"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "16657:29:8"
},
"nodeType": "YulFunctionCall",
"src": "16657:62:8"
},
"variableNames": [
{
"name": "value4",
"nodeType": "YulIdentifier",
"src": "16647:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_addresst_uint256t_uint256t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "15728:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "15739:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "15751:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "15759:6:8",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "15767:6:8",
"type": ""
},
{
"name": "value3",
"nodeType": "YulTypedName",
"src": "15775:6:8",
"type": ""
},
{
"name": "value4",
"nodeType": "YulTypedName",
"src": "15783:6:8",
"type": ""
}
],
"src": "15647:1089:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16848:123:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "16870:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16878:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16866:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16866:14:8"
},
{
"hexValue": "455243313135353a2061646472657373207a65726f206973206e6f7420612076",
"kind": "string",
"nodeType": "YulLiteral",
"src": "16882:34:8",
"type": "",
"value": "ERC1155: address zero is not a v"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16859:6:8"
},
"nodeType": "YulFunctionCall",
"src": "16859:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "16859:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "16938:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16946:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16934:3:8"
},
"nodeType": "YulFunctionCall",
"src": "16934:15:8"
},
{
"hexValue": "616c6964206f776e6572",
"kind": "string",
"nodeType": "YulLiteral",
"src": "16951:12:8",
"type": "",
"value": "alid owner"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16927:6:8"
},
"nodeType": "YulFunctionCall",
"src": "16927:37:8"
},
"nodeType": "YulExpressionStatement",
"src": "16927:37:8"
}
]
},
"name": "store_literal_in_memory_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "16840:6:8",
"type": ""
}
],
"src": "16742:229:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17123:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17133:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "17199:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17204:2:8",
"type": "",
"value": "42"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "17140:58:8"
},
"nodeType": "YulFunctionCall",
"src": "17140:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "17133:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "17305:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad",
"nodeType": "YulIdentifier",
"src": "17216:88:8"
},
"nodeType": "YulFunctionCall",
"src": "17216:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "17216:93:8"
},
{
"nodeType": "YulAssignment",
"src": "17318:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "17329:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17334:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "17325:3:8"
},
"nodeType": "YulFunctionCall",
"src": "17325:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "17318:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "17111:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "17119:3:8",
"type": ""
}
],
"src": "16977:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17520:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17530:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "17542:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17553:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "17538:3:8"
},
"nodeType": "YulFunctionCall",
"src": "17538:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "17530:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "17577:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17588:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "17573:3:8"
},
"nodeType": "YulFunctionCall",
"src": "17573:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "17596:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "17602:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "17592:3:8"
},
"nodeType": "YulFunctionCall",
"src": "17592:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "17566:6:8"
},
"nodeType": "YulFunctionCall",
"src": "17566:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "17566:47:8"
},
{
"nodeType": "YulAssignment",
"src": "17622:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "17756:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "17630:124:8"
},
"nodeType": "YulFunctionCall",
"src": "17630:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "17622:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "17500:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "17515:4:8",
"type": ""
}
],
"src": "17349:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17802:152:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17819:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17822:77:8",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "17812:6:8"
},
"nodeType": "YulFunctionCall",
"src": "17812:88:8"
},
"nodeType": "YulExpressionStatement",
"src": "17812:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17916:1:8",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17919:4:8",
"type": "",
"value": "0x22"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "17909:6:8"
},
"nodeType": "YulFunctionCall",
"src": "17909:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "17909:15:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17940:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17943:4:8",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "17933:6:8"
},
"nodeType": "YulFunctionCall",
"src": "17933:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "17933:15:8"
}
]
},
"name": "panic_error_0x22",
"nodeType": "YulFunctionDefinition",
"src": "17774:180:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18011:269:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "18021:22:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "18035:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18041:1:8",
"type": "",
"value": "2"
}
],
"functionName": {
"name": "div",
"nodeType": "YulIdentifier",
"src": "18031:3:8"
},
"nodeType": "YulFunctionCall",
"src": "18031:12:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "18021:6:8"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "18052:38:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "18082:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18088:1:8",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "18078:3:8"
},
"nodeType": "YulFunctionCall",
"src": "18078:12:8"
},
"variables": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulTypedName",
"src": "18056:18:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "18129:51:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "18143:27:8",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "18157:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18165:4:8",
"type": "",
"value": "0x7f"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "18153:3:8"
},
"nodeType": "YulFunctionCall",
"src": "18153:17:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "18143:6:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "18109:18:8"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "18102:6:8"
},
"nodeType": "YulFunctionCall",
"src": "18102:26:8"
},
"nodeType": "YulIf",
"src": "18099:81:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18232:42:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x22",
"nodeType": "YulIdentifier",
"src": "18246:16:8"
},
"nodeType": "YulFunctionCall",
"src": "18246:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "18246:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "18196:18:8"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "18219:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18227:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "18216:2:8"
},
"nodeType": "YulFunctionCall",
"src": "18216:14:8"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "18193:2:8"
},
"nodeType": "YulFunctionCall",
"src": "18193:38:8"
},
"nodeType": "YulIf",
"src": "18190:84:8"
}
]
},
"name": "extract_byte_array_length",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "17995:4:8",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "18004:6:8",
"type": ""
}
],
"src": "17960:320:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18392:127:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "18414:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18422:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18410:3:8"
},
"nodeType": "YulFunctionCall",
"src": "18410:14:8"
},
{
"hexValue": "455243313135353a2063616c6c6572206973206e6f7420746f6b656e206f776e",
"kind": "string",
"nodeType": "YulLiteral",
"src": "18426:34:8",
"type": "",
"value": "ERC1155: caller is not token own"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18403:6:8"
},
"nodeType": "YulFunctionCall",
"src": "18403:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "18403:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "18482:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18490:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18478:3:8"
},
"nodeType": "YulFunctionCall",
"src": "18478:15:8"
},
{
"hexValue": "6572206f7220617070726f766564",
"kind": "string",
"nodeType": "YulLiteral",
"src": "18495:16:8",
"type": "",
"value": "er or approved"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18471:6:8"
},
"nodeType": "YulFunctionCall",
"src": "18471:41:8"
},
"nodeType": "YulExpressionStatement",
"src": "18471:41:8"
}
]
},
"name": "store_literal_in_memory_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "18384:6:8",
"type": ""
}
],
"src": "18286:233:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18671:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "18681:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "18747:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18752:2:8",
"type": "",
"value": "46"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "18688:58:8"
},
"nodeType": "YulFunctionCall",
"src": "18688:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "18681:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "18853:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156",
"nodeType": "YulIdentifier",
"src": "18764:88:8"
},
"nodeType": "YulFunctionCall",
"src": "18764:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "18764:93:8"
},
{
"nodeType": "YulAssignment",
"src": "18866:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "18877:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18882:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18873:3:8"
},
"nodeType": "YulFunctionCall",
"src": "18873:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "18866:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "18659:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "18667:3:8",
"type": ""
}
],
"src": "18525:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19068:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "19078:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "19090:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19101:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "19086:3:8"
},
"nodeType": "YulFunctionCall",
"src": "19086:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "19078:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "19125:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19136:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "19121:3:8"
},
"nodeType": "YulFunctionCall",
"src": "19121:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "19144:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "19150:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "19140:3:8"
},
"nodeType": "YulFunctionCall",
"src": "19140:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "19114:6:8"
},
"nodeType": "YulFunctionCall",
"src": "19114:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "19114:47:8"
},
{
"nodeType": "YulAssignment",
"src": "19170:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "19304:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "19178:124:8"
},
"nodeType": "YulFunctionCall",
"src": "19178:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "19170:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "19048:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "19063:4:8",
"type": ""
}
],
"src": "18897:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19428:122:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "19450:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19458:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "19446:3:8"
},
"nodeType": "YulFunctionCall",
"src": "19446:14:8"
},
{
"hexValue": "455243313135353a206163636f756e747320616e6420696473206c656e677468",
"kind": "string",
"nodeType": "YulLiteral",
"src": "19462:34:8",
"type": "",
"value": "ERC1155: accounts and ids length"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "19439:6:8"
},
"nodeType": "YulFunctionCall",
"src": "19439:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "19439:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "19518:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19526:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "19514:3:8"
},
"nodeType": "YulFunctionCall",
"src": "19514:15:8"
},
{
"hexValue": "206d69736d61746368",
"kind": "string",
"nodeType": "YulLiteral",
"src": "19531:11:8",
"type": "",
"value": " mismatch"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "19507:6:8"
},
"nodeType": "YulFunctionCall",
"src": "19507:36:8"
},
"nodeType": "YulExpressionStatement",
"src": "19507:36:8"
}
]
},
"name": "store_literal_in_memory_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "19420:6:8",
"type": ""
}
],
"src": "19322:228:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19702:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "19712:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "19778:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19783:2:8",
"type": "",
"value": "41"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "19719:58:8"
},
"nodeType": "YulFunctionCall",
"src": "19719:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "19712:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "19884:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5",
"nodeType": "YulIdentifier",
"src": "19795:88:8"
},
"nodeType": "YulFunctionCall",
"src": "19795:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "19795:93:8"
},
{
"nodeType": "YulAssignment",
"src": "19897:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "19908:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19913:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "19904:3:8"
},
"nodeType": "YulFunctionCall",
"src": "19904:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "19897:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "19690:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "19698:3:8",
"type": ""
}
],
"src": "19556:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "20099:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "20109:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "20121:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20132:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "20117:3:8"
},
"nodeType": "YulFunctionCall",
"src": "20117:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "20109:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "20156:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20167:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "20152:3:8"
},
"nodeType": "YulFunctionCall",
"src": "20152:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "20175:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "20181:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "20171:3:8"
},
"nodeType": "YulFunctionCall",
"src": "20171:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "20145:6:8"
},
"nodeType": "YulFunctionCall",
"src": "20145:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "20145:47:8"
},
{
"nodeType": "YulAssignment",
"src": "20201:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "20335:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "20209:124:8"
},
"nodeType": "YulFunctionCall",
"src": "20209:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "20201:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "20079:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "20094:4:8",
"type": ""
}
],
"src": "19928:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "20381:152:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20398:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20401:77:8",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "20391:6:8"
},
"nodeType": "YulFunctionCall",
"src": "20391:88:8"
},
"nodeType": "YulExpressionStatement",
"src": "20391:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20495:1:8",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20498:4:8",
"type": "",
"value": "0x32"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "20488:6:8"
},
"nodeType": "YulFunctionCall",
"src": "20488:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "20488:15:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20519:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20522:4:8",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "20512:6:8"
},
"nodeType": "YulFunctionCall",
"src": "20512:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "20512:15:8"
}
]
},
"name": "panic_error_0x32",
"nodeType": "YulFunctionDefinition",
"src": "20353:180:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "20567:152:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20584:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20587:77:8",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "20577:6:8"
},
"nodeType": "YulFunctionCall",
"src": "20577:88:8"
},
"nodeType": "YulExpressionStatement",
"src": "20577:88:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20681:1:8",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20684:4:8",
"type": "",
"value": "0x11"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "20674:6:8"
},
"nodeType": "YulFunctionCall",
"src": "20674:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "20674:15:8"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20705:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20708:4:8",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "20698:6:8"
},
"nodeType": "YulFunctionCall",
"src": "20698:15:8"
},
"nodeType": "YulExpressionStatement",
"src": "20698:15:8"
}
]
},
"name": "panic_error_0x11",
"nodeType": "YulFunctionDefinition",
"src": "20539:180:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "20768:190:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "20778:33:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "20805:5:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "20787:17:8"
},
"nodeType": "YulFunctionCall",
"src": "20787:24:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "20778:5:8"
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "20901:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x11",
"nodeType": "YulIdentifier",
"src": "20903:16:8"
},
"nodeType": "YulFunctionCall",
"src": "20903:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "20903:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "20826:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20833:66:8",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "20823:2:8"
},
"nodeType": "YulFunctionCall",
"src": "20823:77:8"
},
"nodeType": "YulIf",
"src": "20820:103:8"
},
{
"nodeType": "YulAssignment",
"src": "20932:20:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "20943:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20950:1:8",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "20939:3:8"
},
"nodeType": "YulFunctionCall",
"src": "20939:13:8"
},
"variableNames": [
{
"name": "ret",
"nodeType": "YulIdentifier",
"src": "20932:3:8"
}
]
}
]
},
"name": "increment_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "20754:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "ret",
"nodeType": "YulTypedName",
"src": "20764:3:8",
"type": ""
}
],
"src": "20725:233:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "21070:121:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "21092:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "21100:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "21088:3:8"
},
"nodeType": "YulFunctionCall",
"src": "21088:14:8"
},
{
"hexValue": "455243313135353a2069647320616e6420616d6f756e7473206c656e67746820",
"kind": "string",
"nodeType": "YulLiteral",
"src": "21104:34:8",
"type": "",
"value": "ERC1155: ids and amounts length "
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "21081:6:8"
},
"nodeType": "YulFunctionCall",
"src": "21081:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "21081:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "21160:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "21168:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "21156:3:8"
},
"nodeType": "YulFunctionCall",
"src": "21156:15:8"
},
{
"hexValue": "6d69736d61746368",
"kind": "string",
"nodeType": "YulLiteral",
"src": "21173:10:8",
"type": "",
"value": "mismatch"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "21149:6:8"
},
"nodeType": "YulFunctionCall",
"src": "21149:35:8"
},
"nodeType": "YulExpressionStatement",
"src": "21149:35:8"
}
]
},
"name": "store_literal_in_memory_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "21062:6:8",
"type": ""
}
],
"src": "20964:227:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "21343:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "21353:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "21419:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "21424:2:8",
"type": "",
"value": "40"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "21360:58:8"
},
"nodeType": "YulFunctionCall",
"src": "21360:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "21353:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "21525:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807",
"nodeType": "YulIdentifier",
"src": "21436:88:8"
},
"nodeType": "YulFunctionCall",
"src": "21436:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "21436:93:8"
},
{
"nodeType": "YulAssignment",
"src": "21538:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "21549:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "21554:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "21545:3:8"
},
"nodeType": "YulFunctionCall",
"src": "21545:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "21538:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "21331:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "21339:3:8",
"type": ""
}
],
"src": "21197:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "21740:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "21750:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "21762:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "21773:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "21758:3:8"
},
"nodeType": "YulFunctionCall",
"src": "21758:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "21750:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "21797:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "21808:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "21793:3:8"
},
"nodeType": "YulFunctionCall",
"src": "21793:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "21816:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "21822:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "21812:3:8"
},
"nodeType": "YulFunctionCall",
"src": "21812:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "21786:6:8"
},
"nodeType": "YulFunctionCall",
"src": "21786:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "21786:47:8"
},
{
"nodeType": "YulAssignment",
"src": "21842:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "21976:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "21850:124:8"
},
"nodeType": "YulFunctionCall",
"src": "21850:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "21842:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "21720:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "21735:4:8",
"type": ""
}
],
"src": "21569:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "22100:118:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "22122:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "22130:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "22118:3:8"
},
"nodeType": "YulFunctionCall",
"src": "22118:14:8"
},
{
"hexValue": "455243313135353a207472616e7366657220746f20746865207a65726f206164",
"kind": "string",
"nodeType": "YulLiteral",
"src": "22134:34:8",
"type": "",
"value": "ERC1155: transfer to the zero ad"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "22111:6:8"
},
"nodeType": "YulFunctionCall",
"src": "22111:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "22111:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "22190:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "22198:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "22186:3:8"
},
"nodeType": "YulFunctionCall",
"src": "22186:15:8"
},
{
"hexValue": "6472657373",
"kind": "string",
"nodeType": "YulLiteral",
"src": "22203:7:8",
"type": "",
"value": "dress"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "22179:6:8"
},
"nodeType": "YulFunctionCall",
"src": "22179:32:8"
},
"nodeType": "YulExpressionStatement",
"src": "22179:32:8"
}
]
},
"name": "store_literal_in_memory_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "22092:6:8",
"type": ""
}
],
"src": "21994:224:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "22370:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "22380:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "22446:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "22451:2:8",
"type": "",
"value": "37"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "22387:58:8"
},
"nodeType": "YulFunctionCall",
"src": "22387:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "22380:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "22552:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d",
"nodeType": "YulIdentifier",
"src": "22463:88:8"
},
"nodeType": "YulFunctionCall",
"src": "22463:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "22463:93:8"
},
{
"nodeType": "YulAssignment",
"src": "22565:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "22576:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "22581:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "22572:3:8"
},
"nodeType": "YulFunctionCall",
"src": "22572:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "22565:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "22358:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "22366:3:8",
"type": ""
}
],
"src": "22224:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "22767:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "22777:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "22789:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "22800:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "22785:3:8"
},
"nodeType": "YulFunctionCall",
"src": "22785:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "22777:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "22824:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "22835:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "22820:3:8"
},
"nodeType": "YulFunctionCall",
"src": "22820:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "22843:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "22849:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "22839:3:8"
},
"nodeType": "YulFunctionCall",
"src": "22839:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "22813:6:8"
},
"nodeType": "YulFunctionCall",
"src": "22813:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "22813:47:8"
},
{
"nodeType": "YulAssignment",
"src": "22869:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "23003:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "22877:124:8"
},
"nodeType": "YulFunctionCall",
"src": "22877:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "22869:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "22747:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "22762:4:8",
"type": ""
}
],
"src": "22596:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "23127:123:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "23149:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "23157:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "23145:3:8"
},
"nodeType": "YulFunctionCall",
"src": "23145:14:8"
},
{
"hexValue": "455243313135353a20696e73756666696369656e742062616c616e636520666f",
"kind": "string",
"nodeType": "YulLiteral",
"src": "23161:34:8",
"type": "",
"value": "ERC1155: insufficient balance fo"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "23138:6:8"
},
"nodeType": "YulFunctionCall",
"src": "23138:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "23138:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "23217:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "23225:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "23213:3:8"
},
"nodeType": "YulFunctionCall",
"src": "23213:15:8"
},
{
"hexValue": "72207472616e73666572",
"kind": "string",
"nodeType": "YulLiteral",
"src": "23230:12:8",
"type": "",
"value": "r transfer"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "23206:6:8"
},
"nodeType": "YulFunctionCall",
"src": "23206:37:8"
},
"nodeType": "YulExpressionStatement",
"src": "23206:37:8"
}
]
},
"name": "store_literal_in_memory_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "23119:6:8",
"type": ""
}
],
"src": "23021:229:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "23402:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "23412:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "23478:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "23483:2:8",
"type": "",
"value": "42"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "23419:58:8"
},
"nodeType": "YulFunctionCall",
"src": "23419:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "23412:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "23584:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf",
"nodeType": "YulIdentifier",
"src": "23495:88:8"
},
"nodeType": "YulFunctionCall",
"src": "23495:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "23495:93:8"
},
{
"nodeType": "YulAssignment",
"src": "23597:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "23608:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "23613:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "23604:3:8"
},
"nodeType": "YulFunctionCall",
"src": "23604:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "23597:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "23390:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "23398:3:8",
"type": ""
}
],
"src": "23256:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "23799:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "23809:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "23821:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "23832:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "23817:3:8"
},
"nodeType": "YulFunctionCall",
"src": "23817:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "23809:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "23856:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "23867:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "23852:3:8"
},
"nodeType": "YulFunctionCall",
"src": "23852:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "23875:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "23881:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "23871:3:8"
},
"nodeType": "YulFunctionCall",
"src": "23871:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "23845:6:8"
},
"nodeType": "YulFunctionCall",
"src": "23845:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "23845:47:8"
},
{
"nodeType": "YulAssignment",
"src": "23901:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24035:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "23909:124:8"
},
"nodeType": "YulFunctionCall",
"src": "23909:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "23901:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "23779:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "23794:4:8",
"type": ""
}
],
"src": "23628:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "24097:147:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "24107:25:8",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "24130:1:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "24112:17:8"
},
"nodeType": "YulFunctionCall",
"src": "24112:20:8"
},
"variableNames": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "24107:1:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "24141:25:8",
"value": {
"arguments": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "24164:1:8"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "24146:17:8"
},
"nodeType": "YulFunctionCall",
"src": "24146:20:8"
},
"variableNames": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "24141:1:8"
}
]
},
{
"nodeType": "YulAssignment",
"src": "24175:16:8",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "24186:1:8"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "24189:1:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "24182:3:8"
},
"nodeType": "YulFunctionCall",
"src": "24182:9:8"
},
"variableNames": [
{
"name": "sum",
"nodeType": "YulIdentifier",
"src": "24175:3:8"
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "24215:22:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x11",
"nodeType": "YulIdentifier",
"src": "24217:16:8"
},
"nodeType": "YulFunctionCall",
"src": "24217:18:8"
},
"nodeType": "YulExpressionStatement",
"src": "24217:18:8"
}
]
},
"condition": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "24207:1:8"
},
{
"name": "sum",
"nodeType": "YulIdentifier",
"src": "24210:3:8"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "24204:2:8"
},
"nodeType": "YulFunctionCall",
"src": "24204:10:8"
},
"nodeType": "YulIf",
"src": "24201:36:8"
}
]
},
"name": "checked_add_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "x",
"nodeType": "YulTypedName",
"src": "24084:1:8",
"type": ""
},
{
"name": "y",
"nodeType": "YulTypedName",
"src": "24087:1:8",
"type": ""
}
],
"returnVariables": [
{
"name": "sum",
"nodeType": "YulTypedName",
"src": "24093:3:8",
"type": ""
}
],
"src": "24053:191:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "24476:408:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "24486:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "24498:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "24509:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "24494:3:8"
},
"nodeType": "YulFunctionCall",
"src": "24494:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24486:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "24533:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "24544:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "24529:3:8"
},
"nodeType": "YulFunctionCall",
"src": "24529:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24552:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "24558:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "24548:3:8"
},
"nodeType": "YulFunctionCall",
"src": "24548:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "24522:6:8"
},
"nodeType": "YulFunctionCall",
"src": "24522:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "24522:47:8"
},
{
"nodeType": "YulAssignment",
"src": "24578:116:8",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "24680:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24689:4:8"
}
],
"functionName": {
"name": "abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "24586:93:8"
},
"nodeType": "YulFunctionCall",
"src": "24586:108:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24578:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "24715:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "24726:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "24711:3:8"
},
"nodeType": "YulFunctionCall",
"src": "24711:18:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24735:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "24741:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "24731:3:8"
},
"nodeType": "YulFunctionCall",
"src": "24731:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "24704:6:8"
},
"nodeType": "YulFunctionCall",
"src": "24704:48:8"
},
"nodeType": "YulExpressionStatement",
"src": "24704:48:8"
},
{
"nodeType": "YulAssignment",
"src": "24761:116:8",
"value": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "24863:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24872:4:8"
}
],
"functionName": {
"name": "abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "24769:93:8"
},
"nodeType": "YulFunctionCall",
"src": "24769:108:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "24761:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "24440:9:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "24452:6:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "24460:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "24471:4:8",
"type": ""
}
],
"src": "24250:634:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "24996:122:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "25018:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "25026:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "25014:3:8"
},
"nodeType": "YulFunctionCall",
"src": "25014:14:8"
},
{
"hexValue": "455243313135353a2073657474696e6720617070726f76616c20737461747573",
"kind": "string",
"nodeType": "YulLiteral",
"src": "25030:34:8",
"type": "",
"value": "ERC1155: setting approval status"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "25007:6:8"
},
"nodeType": "YulFunctionCall",
"src": "25007:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "25007:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "25086:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "25094:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "25082:3:8"
},
"nodeType": "YulFunctionCall",
"src": "25082:15:8"
},
{
"hexValue": "20666f722073656c66",
"kind": "string",
"nodeType": "YulLiteral",
"src": "25099:11:8",
"type": "",
"value": " for self"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "25075:6:8"
},
"nodeType": "YulFunctionCall",
"src": "25075:36:8"
},
"nodeType": "YulExpressionStatement",
"src": "25075:36:8"
}
]
},
"name": "store_literal_in_memory_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "24988:6:8",
"type": ""
}
],
"src": "24890:228:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "25270:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "25280:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "25346:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "25351:2:8",
"type": "",
"value": "41"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "25287:58:8"
},
"nodeType": "YulFunctionCall",
"src": "25287:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "25280:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "25452:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2",
"nodeType": "YulIdentifier",
"src": "25363:88:8"
},
"nodeType": "YulFunctionCall",
"src": "25363:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "25363:93:8"
},
{
"nodeType": "YulAssignment",
"src": "25465:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "25476:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "25481:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "25472:3:8"
},
"nodeType": "YulFunctionCall",
"src": "25472:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "25465:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "25258:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "25266:3:8",
"type": ""
}
],
"src": "25124:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "25667:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "25677:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "25689:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "25700:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "25685:3:8"
},
"nodeType": "YulFunctionCall",
"src": "25685:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "25677:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "25724:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "25735:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "25720:3:8"
},
"nodeType": "YulFunctionCall",
"src": "25720:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "25743:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "25749:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "25739:3:8"
},
"nodeType": "YulFunctionCall",
"src": "25739:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "25713:6:8"
},
"nodeType": "YulFunctionCall",
"src": "25713:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "25713:47:8"
},
{
"nodeType": "YulAssignment",
"src": "25769:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "25903:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "25777:124:8"
},
"nodeType": "YulFunctionCall",
"src": "25777:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "25769:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "25647:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "25662:4:8",
"type": ""
}
],
"src": "25496:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "26047:206:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "26057:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "26069:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "26080:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "26065:3:8"
},
"nodeType": "YulFunctionCall",
"src": "26065:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "26057:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "26137:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "26150:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "26161:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "26146:3:8"
},
"nodeType": "YulFunctionCall",
"src": "26146:17:8"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "26093:43:8"
},
"nodeType": "YulFunctionCall",
"src": "26093:71:8"
},
"nodeType": "YulExpressionStatement",
"src": "26093:71:8"
},
{
"expression": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "26218:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "26231:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "26242:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "26227:3:8"
},
"nodeType": "YulFunctionCall",
"src": "26227:18:8"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "26174:43:8"
},
"nodeType": "YulFunctionCall",
"src": "26174:72:8"
},
"nodeType": "YulExpressionStatement",
"src": "26174:72:8"
}
]
},
"name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "26011:9:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "26023:6:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "26031:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "26042:4:8",
"type": ""
}
],
"src": "25921:332:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "26324:53:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "26341:3:8"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "26364:5:8"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "26346:17:8"
},
"nodeType": "YulFunctionCall",
"src": "26346:24:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "26334:6:8"
},
"nodeType": "YulFunctionCall",
"src": "26334:37:8"
},
"nodeType": "YulExpressionStatement",
"src": "26334:37:8"
}
]
},
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "26312:5:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "26319:3:8",
"type": ""
}
],
"src": "26259:118:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "26441:40:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "26452:22:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "26468:5:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "26462:5:8"
},
"nodeType": "YulFunctionCall",
"src": "26462:12:8"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "26452:6:8"
}
]
}
]
},
"name": "array_length_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "26424:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "26434:6:8",
"type": ""
}
],
"src": "26383:98:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "26582:73:8",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "26599:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "26604:6:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "26592:6:8"
},
"nodeType": "YulFunctionCall",
"src": "26592:19:8"
},
"nodeType": "YulExpressionStatement",
"src": "26592:19:8"
},
{
"nodeType": "YulAssignment",
"src": "26620:29:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "26639:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "26644:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "26635:3:8"
},
"nodeType": "YulFunctionCall",
"src": "26635:14:8"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "26620:11:8"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "26554:3:8",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "26559:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "26570:11:8",
"type": ""
}
],
"src": "26487:168:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "26751:283:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "26761:52:8",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "26807:5:8"
}
],
"functionName": {
"name": "array_length_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "26775:31:8"
},
"nodeType": "YulFunctionCall",
"src": "26775:38:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "26765:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "26822:77:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "26887:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "26892:6:8"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "26829:57:8"
},
"nodeType": "YulFunctionCall",
"src": "26829:70:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "26822:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "26947:5:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "26954:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "26943:3:8"
},
"nodeType": "YulFunctionCall",
"src": "26943:16:8"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "26961:3:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "26966:6:8"
}
],
"functionName": {
"name": "copy_memory_to_memory_with_cleanup",
"nodeType": "YulIdentifier",
"src": "26908:34:8"
},
"nodeType": "YulFunctionCall",
"src": "26908:65:8"
},
"nodeType": "YulExpressionStatement",
"src": "26908:65:8"
},
{
"nodeType": "YulAssignment",
"src": "26982:46:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "26993:3:8"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "27020:6:8"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "26998:21:8"
},
"nodeType": "YulFunctionCall",
"src": "26998:29:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "26989:3:8"
},
"nodeType": "YulFunctionCall",
"src": "26989:39:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "26982:3:8"
}
]
}
]
},
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "26732:5:8",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "26739:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "26747:3:8",
"type": ""
}
],
"src": "26661:373:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "27368:725:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "27378:27:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27390:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "27401:3:8",
"type": "",
"value": "160"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "27386:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27386:19:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27378:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "27459:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27472:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "27483:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "27468:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27468:17:8"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "27415:43:8"
},
"nodeType": "YulFunctionCall",
"src": "27415:71:8"
},
"nodeType": "YulExpressionStatement",
"src": "27415:71:8"
},
{
"expression": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "27540:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27553:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "27564:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "27549:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27549:18:8"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "27496:43:8"
},
"nodeType": "YulFunctionCall",
"src": "27496:72:8"
},
"nodeType": "YulExpressionStatement",
"src": "27496:72:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27589:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "27600:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "27585:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27585:18:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27609:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27615:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "27605:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27605:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "27578:6:8"
},
"nodeType": "YulFunctionCall",
"src": "27578:48:8"
},
"nodeType": "YulExpressionStatement",
"src": "27578:48:8"
},
{
"nodeType": "YulAssignment",
"src": "27635:116:8",
"value": {
"arguments": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "27737:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27746:4:8"
}
],
"functionName": {
"name": "abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "27643:93:8"
},
"nodeType": "YulFunctionCall",
"src": "27643:108:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27635:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27772:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "27783:2:8",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "27768:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27768:18:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27792:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27798:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "27788:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27788:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "27761:6:8"
},
"nodeType": "YulFunctionCall",
"src": "27761:48:8"
},
"nodeType": "YulExpressionStatement",
"src": "27761:48:8"
},
{
"nodeType": "YulAssignment",
"src": "27818:116:8",
"value": {
"arguments": [
{
"name": "value3",
"nodeType": "YulIdentifier",
"src": "27920:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27929:4:8"
}
],
"functionName": {
"name": "abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "27826:93:8"
},
"nodeType": "YulFunctionCall",
"src": "27826:108:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27818:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27955:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "27966:3:8",
"type": "",
"value": "128"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "27951:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27951:19:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "27976:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "27982:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "27972:3:8"
},
"nodeType": "YulFunctionCall",
"src": "27972:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "27944:6:8"
},
"nodeType": "YulFunctionCall",
"src": "27944:49:8"
},
"nodeType": "YulExpressionStatement",
"src": "27944:49:8"
},
{
"nodeType": "YulAssignment",
"src": "28002:84:8",
"value": {
"arguments": [
{
"name": "value4",
"nodeType": "YulIdentifier",
"src": "28072:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "28081:4:8"
}
],
"functionName": {
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "28010:61:8"
},
"nodeType": "YulFunctionCall",
"src": "28010:76:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "28002:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_address_t_address_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr_t_bytes_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "27308:9:8",
"type": ""
},
{
"name": "value4",
"nodeType": "YulTypedName",
"src": "27320:6:8",
"type": ""
},
{
"name": "value3",
"nodeType": "YulTypedName",
"src": "27328:6:8",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "27336:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "27344:6:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "27352:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "27363:4:8",
"type": ""
}
],
"src": "27040:1053:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "28161:79:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "28171:22:8",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "28186:6:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "28180:5:8"
},
"nodeType": "YulFunctionCall",
"src": "28180:13:8"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "28171:5:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "28228:5:8"
}
],
"functionName": {
"name": "validator_revert_t_bytes4",
"nodeType": "YulIdentifier",
"src": "28202:25:8"
},
"nodeType": "YulFunctionCall",
"src": "28202:32:8"
},
"nodeType": "YulExpressionStatement",
"src": "28202:32:8"
}
]
},
"name": "abi_decode_t_bytes4_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "28139:6:8",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "28147:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "28155:5:8",
"type": ""
}
],
"src": "28099:141:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "28322:273:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "28368:83:8",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "28370:77:8"
},
"nodeType": "YulFunctionCall",
"src": "28370:79:8"
},
"nodeType": "YulExpressionStatement",
"src": "28370:79:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "28343:7:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "28352:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "28339:3:8"
},
"nodeType": "YulFunctionCall",
"src": "28339:23:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28364:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "28335:3:8"
},
"nodeType": "YulFunctionCall",
"src": "28335:32:8"
},
"nodeType": "YulIf",
"src": "28332:119:8"
},
{
"nodeType": "YulBlock",
"src": "28461:127:8",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "28476:15:8",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "28490:1:8",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "28480:6:8",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "28505:73:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "28550:9:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "28561:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "28546:3:8"
},
"nodeType": "YulFunctionCall",
"src": "28546:22:8"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "28570:7:8"
}
],
"functionName": {
"name": "abi_decode_t_bytes4_fromMemory",
"nodeType": "YulIdentifier",
"src": "28515:30:8"
},
"nodeType": "YulFunctionCall",
"src": "28515:63:8"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "28505:6:8"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_bytes4_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "28292:9:8",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "28303:7:8",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "28315:6:8",
"type": ""
}
],
"src": "28246:349:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "28654:53:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "28664:36:8",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28689:3:8",
"type": "",
"value": "224"
},
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "28694:5:8"
}
],
"functionName": {
"name": "shr",
"nodeType": "YulIdentifier",
"src": "28685:3:8"
},
"nodeType": "YulFunctionCall",
"src": "28685:15:8"
},
"variableNames": [
{
"name": "newValue",
"nodeType": "YulIdentifier",
"src": "28664:8:8"
}
]
}
]
},
"name": "shift_right_224_unsigned",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "28635:5:8",
"type": ""
}
],
"returnVariables": [
{
"name": "newValue",
"nodeType": "YulTypedName",
"src": "28645:8:8",
"type": ""
}
],
"src": "28601:106:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "28752:144:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "28789:101:8",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28818:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28821:1:8",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28824:1:8",
"type": "",
"value": "4"
}
],
"functionName": {
"name": "returndatacopy",
"nodeType": "YulIdentifier",
"src": "28803:14:8"
},
"nodeType": "YulFunctionCall",
"src": "28803:23:8"
},
"nodeType": "YulExpressionStatement",
"src": "28803:23:8"
},
{
"nodeType": "YulAssignment",
"src": "28839:41:8",
"value": {
"arguments": [
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28877:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "28871:5:8"
},
"nodeType": "YulFunctionCall",
"src": "28871:8:8"
}
],
"functionName": {
"name": "shift_right_224_unsigned",
"nodeType": "YulIdentifier",
"src": "28846:24:8"
},
"nodeType": "YulFunctionCall",
"src": "28846:34:8"
},
"variableNames": [
{
"name": "sig",
"nodeType": "YulIdentifier",
"src": "28839:3:8"
}
]
}
]
},
"condition": {
"arguments": [
{
"arguments": [],
"functionName": {
"name": "returndatasize",
"nodeType": "YulIdentifier",
"src": "28768:14:8"
},
"nodeType": "YulFunctionCall",
"src": "28768:16:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28786:1:8",
"type": "",
"value": "3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "28765:2:8"
},
"nodeType": "YulFunctionCall",
"src": "28765:23:8"
},
"nodeType": "YulIf",
"src": "28762:128:8"
}
]
},
"name": "return_data_selector",
"nodeType": "YulFunctionDefinition",
"returnVariables": [
{
"name": "sig",
"nodeType": "YulTypedName",
"src": "28748:3:8",
"type": ""
}
],
"src": "28713:183:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "28945:668:8",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "28985:9:8",
"statements": [
{
"nodeType": "YulLeave",
"src": "28987:5:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [],
"functionName": {
"name": "returndatasize",
"nodeType": "YulIdentifier",
"src": "28961:14:8"
},
"nodeType": "YulFunctionCall",
"src": "28961:16:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "28979:4:8",
"type": "",
"value": "0x44"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "28958:2:8"
},
"nodeType": "YulFunctionCall",
"src": "28958:26:8"
},
"nodeType": "YulIf",
"src": "28955:39:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "29004:32:8",
"value": {
"arguments": [],
"functionName": {
"name": "allocate_unbounded",
"nodeType": "YulIdentifier",
"src": "29016:18:8"
},
"nodeType": "YulFunctionCall",
"src": "29016:20:8"
},
"variables": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "29008:4:8",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "29060:4:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29066:1:8",
"type": "",
"value": "4"
},
{
"arguments": [
{
"arguments": [],
"functionName": {
"name": "returndatasize",
"nodeType": "YulIdentifier",
"src": "29073:14:8"
},
"nodeType": "YulFunctionCall",
"src": "29073:16:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29091:1:8",
"type": "",
"value": "4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "29069:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29069:24:8"
}
],
"functionName": {
"name": "returndatacopy",
"nodeType": "YulIdentifier",
"src": "29045:14:8"
},
"nodeType": "YulFunctionCall",
"src": "29045:49:8"
},
"nodeType": "YulExpressionStatement",
"src": "29045:49:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "29104:25:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "29124:4:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "29118:5:8"
},
"nodeType": "YulFunctionCall",
"src": "29118:11:8"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "29108:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "29255:29:8",
"statements": [
{
"nodeType": "YulLeave",
"src": "29269:5:8"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "29160:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29168:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "29157:2:8"
},
"nodeType": "YulFunctionCall",
"src": "29157:30:8"
},
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "29208:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29216:4:8",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29204:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29204:17:8"
},
{
"arguments": [],
"functionName": {
"name": "returndatasize",
"nodeType": "YulIdentifier",
"src": "29223:14:8"
},
"nodeType": "YulFunctionCall",
"src": "29223:16:8"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "29201:2:8"
},
"nodeType": "YulFunctionCall",
"src": "29201:39:8"
}
],
"functionName": {
"name": "or",
"nodeType": "YulIdentifier",
"src": "29141:2:8"
},
"nodeType": "YulFunctionCall",
"src": "29141:113:8"
},
"nodeType": "YulIf",
"src": "29138:146:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "29294:28:8",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "29309:4:8"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "29315:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29305:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29305:17:8"
},
"variables": [
{
"name": "msg",
"nodeType": "YulTypedName",
"src": "29298:3:8",
"type": ""
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "29331:24:8",
"value": {
"arguments": [
{
"name": "msg",
"nodeType": "YulIdentifier",
"src": "29351:3:8"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "29345:5:8"
},
"nodeType": "YulFunctionCall",
"src": "29345:10:8"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "29335:6:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "29398:9:8",
"statements": [
{
"nodeType": "YulLeave",
"src": "29400:5:8"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "29370:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29378:18:8",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "29367:2:8"
},
"nodeType": "YulFunctionCall",
"src": "29367:30:8"
},
"nodeType": "YulIf",
"src": "29364:43:8"
},
{
"nodeType": "YulVariableDeclaration",
"src": "29417:38:8",
"value": {
"arguments": [
{
"arguments": [
{
"name": "msg",
"nodeType": "YulIdentifier",
"src": "29436:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29441:4:8",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29432:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29432:14:8"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "29448:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29428:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29428:27:8"
},
"variables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "29421:3:8",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "29512:9:8",
"statements": [
{
"nodeType": "YulLeave",
"src": "29514:5:8"
}
]
},
"condition": {
"arguments": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "29470:3:8"
},
{
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "29479:4:8"
},
{
"arguments": [
{
"arguments": [],
"functionName": {
"name": "returndatasize",
"nodeType": "YulIdentifier",
"src": "29489:14:8"
},
"nodeType": "YulFunctionCall",
"src": "29489:16:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29507:1:8",
"type": "",
"value": "4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "29485:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29485:24:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29475:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29475:35:8"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "29467:2:8"
},
"nodeType": "YulFunctionCall",
"src": "29467:44:8"
},
"nodeType": "YulIf",
"src": "29464:57:8"
},
{
"expression": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "29551:4:8"
},
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "29561:6:8"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29573:4:8",
"type": "",
"value": "0x20"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "29579:6:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29569:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29569:17:8"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29557:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29557:30:8"
}
],
"functionName": {
"name": "finalize_allocation",
"nodeType": "YulIdentifier",
"src": "29531:19:8"
},
"nodeType": "YulFunctionCall",
"src": "29531:57:8"
},
"nodeType": "YulExpressionStatement",
"src": "29531:57:8"
},
{
"nodeType": "YulAssignment",
"src": "29597:10:8",
"value": {
"name": "msg",
"nodeType": "YulIdentifier",
"src": "29604:3:8"
},
"variableNames": [
{
"name": "ret",
"nodeType": "YulIdentifier",
"src": "29597:3:8"
}
]
}
]
},
"name": "try_decode_error_message",
"nodeType": "YulFunctionDefinition",
"returnVariables": [
{
"name": "ret",
"nodeType": "YulTypedName",
"src": "28941:3:8",
"type": ""
}
],
"src": "28902:711:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "29725:133:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "29747:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29755:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29743:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29743:14:8"
},
{
"hexValue": "455243313135353a207472616e7366657220746f206e6f6e2d45524331313535",
"kind": "string",
"nodeType": "YulLiteral",
"src": "29759:34:8",
"type": "",
"value": "ERC1155: transfer to non-ERC1155"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "29736:6:8"
},
"nodeType": "YulFunctionCall",
"src": "29736:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "29736:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "29815:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "29823:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "29811:3:8"
},
"nodeType": "YulFunctionCall",
"src": "29811:15:8"
},
{
"hexValue": "526563656976657220696d706c656d656e746572",
"kind": "string",
"nodeType": "YulLiteral",
"src": "29828:22:8",
"type": "",
"value": "Receiver implementer"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "29804:6:8"
},
"nodeType": "YulFunctionCall",
"src": "29804:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "29804:47:8"
}
]
},
"name": "store_literal_in_memory_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "29717:6:8",
"type": ""
}
],
"src": "29619:239:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "30010:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "30020:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "30086:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "30091:2:8",
"type": "",
"value": "52"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "30027:58:8"
},
"nodeType": "YulFunctionCall",
"src": "30027:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "30020:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "30192:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d",
"nodeType": "YulIdentifier",
"src": "30103:88:8"
},
"nodeType": "YulFunctionCall",
"src": "30103:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "30103:93:8"
},
{
"nodeType": "YulAssignment",
"src": "30205:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "30216:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "30221:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "30212:3:8"
},
"nodeType": "YulFunctionCall",
"src": "30212:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "30205:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "29998:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "30006:3:8",
"type": ""
}
],
"src": "29864:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "30407:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "30417:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "30429:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "30440:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "30425:3:8"
},
"nodeType": "YulFunctionCall",
"src": "30425:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "30417:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "30464:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "30475:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "30460:3:8"
},
"nodeType": "YulFunctionCall",
"src": "30460:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "30483:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "30489:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "30479:3:8"
},
"nodeType": "YulFunctionCall",
"src": "30479:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "30453:6:8"
},
"nodeType": "YulFunctionCall",
"src": "30453:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "30453:47:8"
},
{
"nodeType": "YulAssignment",
"src": "30509:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "30643:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "30517:124:8"
},
"nodeType": "YulFunctionCall",
"src": "30517:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "30509:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "30387:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "30402:4:8",
"type": ""
}
],
"src": "30236:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "30767:121:8",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "30789:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "30797:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "30785:3:8"
},
"nodeType": "YulFunctionCall",
"src": "30785:14:8"
},
{
"hexValue": "455243313135353a204552433131353552656365697665722072656a65637465",
"kind": "string",
"nodeType": "YulLiteral",
"src": "30801:34:8",
"type": "",
"value": "ERC1155: ERC1155Receiver rejecte"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "30778:6:8"
},
"nodeType": "YulFunctionCall",
"src": "30778:58:8"
},
"nodeType": "YulExpressionStatement",
"src": "30778:58:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "30857:6:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "30865:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "30853:3:8"
},
"nodeType": "YulFunctionCall",
"src": "30853:15:8"
},
{
"hexValue": "6420746f6b656e73",
"kind": "string",
"nodeType": "YulLiteral",
"src": "30870:10:8",
"type": "",
"value": "d tokens"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "30846:6:8"
},
"nodeType": "YulFunctionCall",
"src": "30846:35:8"
},
"nodeType": "YulExpressionStatement",
"src": "30846:35:8"
}
]
},
"name": "store_literal_in_memory_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "30759:6:8",
"type": ""
}
],
"src": "30661:227:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "31040:220:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "31050:74:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "31116:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "31121:2:8",
"type": "",
"value": "40"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "31057:58:8"
},
"nodeType": "YulFunctionCall",
"src": "31057:67:8"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "31050:3:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "31222:3:8"
}
],
"functionName": {
"name": "store_literal_in_memory_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503",
"nodeType": "YulIdentifier",
"src": "31133:88:8"
},
"nodeType": "YulFunctionCall",
"src": "31133:93:8"
},
"nodeType": "YulExpressionStatement",
"src": "31133:93:8"
},
{
"nodeType": "YulAssignment",
"src": "31235:19:8",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "31246:3:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "31251:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "31242:3:8"
},
"nodeType": "YulFunctionCall",
"src": "31242:12:8"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "31235:3:8"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "31028:3:8",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "31036:3:8",
"type": ""
}
],
"src": "30894:366:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "31437:248:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "31447:26:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "31459:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "31470:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "31455:3:8"
},
"nodeType": "YulFunctionCall",
"src": "31455:18:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "31447:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "31494:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "31505:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "31490:3:8"
},
"nodeType": "YulFunctionCall",
"src": "31490:17:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "31513:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "31519:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "31509:3:8"
},
"nodeType": "YulFunctionCall",
"src": "31509:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "31483:6:8"
},
"nodeType": "YulFunctionCall",
"src": "31483:47:8"
},
"nodeType": "YulExpressionStatement",
"src": "31483:47:8"
},
{
"nodeType": "YulAssignment",
"src": "31539:139:8",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "31673:4:8"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "31547:124:8"
},
"nodeType": "YulFunctionCall",
"src": "31547:131:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "31539:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "31417:9:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "31432:4:8",
"type": ""
}
],
"src": "31266:419:8"
},
{
"body": {
"nodeType": "YulBlock",
"src": "31919:523:8",
"statements": [
{
"nodeType": "YulAssignment",
"src": "31929:27:8",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "31941:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "31952:3:8",
"type": "",
"value": "160"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "31937:3:8"
},
"nodeType": "YulFunctionCall",
"src": "31937:19:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "31929:4:8"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "32010:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "32023:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "32034:1:8",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "32019:3:8"
},
"nodeType": "YulFunctionCall",
"src": "32019:17:8"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "31966:43:8"
},
"nodeType": "YulFunctionCall",
"src": "31966:71:8"
},
"nodeType": "YulExpressionStatement",
"src": "31966:71:8"
},
{
"expression": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "32091:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "32104:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "32115:2:8",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "32100:3:8"
},
"nodeType": "YulFunctionCall",
"src": "32100:18:8"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "32047:43:8"
},
"nodeType": "YulFunctionCall",
"src": "32047:72:8"
},
"nodeType": "YulExpressionStatement",
"src": "32047:72:8"
},
{
"expression": {
"arguments": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "32173:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "32186:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "32197:2:8",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "32182:3:8"
},
"nodeType": "YulFunctionCall",
"src": "32182:18:8"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "32129:43:8"
},
"nodeType": "YulFunctionCall",
"src": "32129:72:8"
},
"nodeType": "YulExpressionStatement",
"src": "32129:72:8"
},
{
"expression": {
"arguments": [
{
"name": "value3",
"nodeType": "YulIdentifier",
"src": "32255:6:8"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "32268:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "32279:2:8",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "32264:3:8"
},
"nodeType": "YulFunctionCall",
"src": "32264:18:8"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "32211:43:8"
},
"nodeType": "YulFunctionCall",
"src": "32211:72:8"
},
"nodeType": "YulExpressionStatement",
"src": "32211:72:8"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "32304:9:8"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "32315:3:8",
"type": "",
"value": "128"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "32300:3:8"
},
"nodeType": "YulFunctionCall",
"src": "32300:19:8"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "32325:4:8"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "32331:9:8"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "32321:3:8"
},
"nodeType": "YulFunctionCall",
"src": "32321:20:8"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "32293:6:8"
},
"nodeType": "YulFunctionCall",
"src": "32293:49:8"
},
"nodeType": "YulExpressionStatement",
"src": "32293:49:8"
},
{
"nodeType": "YulAssignment",
"src": "32351:84:8",
"value": {
"arguments": [
{
"name": "value4",
"nodeType": "YulIdentifier",
"src": "32421:6:8"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "32430:4:8"
}
],
"functionName": {
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "32359:61:8"
},
"nodeType": "YulFunctionCall",
"src": "32359:76:8"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "32351:4:8"
}
]
}
]
},
"name": "abi_encode_tuple_t_address_t_address_t_uint256_t_uint256_t_bytes_memory_ptr__to_t_address_t_address_t_uint256_t_uint256_t_bytes_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "31859:9:8",
"type": ""
},
{
"name": "value4",
"nodeType": "YulTypedName",
"src": "31871:6:8",
"type": ""
},
{
"name": "value3",
"nodeType": "YulTypedName",
"src": "31879:6:8",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "31887:6:8",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "31895:6:8",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "31903:6:8",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "31914:4:8",
"type": ""
}
],
"src": "31691:751:8"
}
]
},
"contents": "{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_bytes4(value) -> cleaned {\n cleaned := and(value, 0xffffffff00000000000000000000000000000000000000000000000000000000)\n }\n\n function validator_revert_t_bytes4(value) {\n if iszero(eq(value, cleanup_t_bytes4(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes4(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes4(value)\n }\n\n function abi_decode_tuple_t_bytes4(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes4(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n mstore(add(dst, length), 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value0, tail)\n\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n // uint256[]\n function abi_decode_available_length_t_array$_t_uint256_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x20))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x20) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_uint256(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // uint256[]\n function abi_decode_t_array$_t_uint256_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_uint256_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() {\n revert(0, 0)\n }\n\n function array_allocation_size_t_bytes_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n function abi_decode_available_length_t_bytes_memory_ptr(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_bytes_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_calldata_to_memory_with_cleanup(src, dst, length)\n }\n\n // bytes\n function abi_decode_t_bytes_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_bytes_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_addresst_addresst_array$_t_uint256_$dyn_memory_ptrt_array$_t_uint256_$dyn_memory_ptrt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4 {\n if slt(sub(dataEnd, headStart), 160) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value2 := abi_decode_t_array$_t_uint256_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value3 := abi_decode_t_array$_t_uint256_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value4 := abi_decode_t_bytes_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_allocation_size_t_array$_t_address_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n // address[]\n function abi_decode_available_length_t_array$_t_address_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_address_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x20))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x20) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_address(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // address[]\n function abi_decode_t_array$_t_address_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_address_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_array$_t_address_$dyn_memory_ptrt_array$_t_uint256_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_array$_t_address_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_uint256_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_array$_t_uint256_$dyn_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_uint256_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_uint256_$dyn_memory_ptr(ptr) -> data {\n data := ptr\n\n data := add(ptr, 0x20)\n\n }\n\n function abi_encode_t_uint256_to_t_uint256(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encodeUpdatedPos_t_uint256_to_t_uint256(value0, pos) -> updatedPos {\n abi_encode_t_uint256_to_t_uint256(value0, pos)\n updatedPos := add(pos, 0x20)\n }\n\n function array_nextElement_t_array$_t_uint256_$dyn_memory_ptr(ptr) -> next {\n next := add(ptr, 0x20)\n }\n\n // uint256[] -> uint256[]\n function abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_uint256_$dyn_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_array$_t_uint256_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_uint256_$dyn_memory_ptr(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := mload(srcPtr)\n pos := abi_encodeUpdatedPos_t_uint256_to_t_uint256(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_uint256_$dyn_memory_ptr(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_addresst_bool(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bool(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_addresst_uint256t_uint256t_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4 {\n if slt(sub(dataEnd, headStart), 160) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value4 := abi_decode_t_bytes_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function store_literal_in_memory_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: address zero is not a v\")\n\n mstore(add(memPtr, 32), \"alid owner\")\n\n }\n\n function abi_encode_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 42)\n store_literal_in_memory_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_415a1b99e1fd4a18cf87c08995f5a9130182e8d76e9c17c497bfebaaef9265ad_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function store_literal_in_memory_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: caller is not token own\")\n\n mstore(add(memPtr, 32), \"er or approved\")\n\n }\n\n function abi_encode_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 46)\n store_literal_in_memory_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_47c72b42072ed6c647dec3a0a5c88bec44d3e901c64659bff94ecce0a0323156_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: accounts and ids length\")\n\n mstore(add(memPtr, 32), \" mismatch\")\n\n }\n\n function abi_encode_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_e155f5d69798c6205436a388a4f3a5fd42f54147b40f4d63a2c8071ff8a9fee5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function increment_t_uint256(value) -> ret {\n value := cleanup_t_uint256(value)\n if eq(value, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) { panic_error_0x11() }\n ret := add(value, 1)\n }\n\n function store_literal_in_memory_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: ids and amounts length \")\n\n mstore(add(memPtr, 32), \"mismatch\")\n\n }\n\n function abi_encode_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 40)\n store_literal_in_memory_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_e909e0c9a8f96b4f9af03b716811ece20beb070be416893ed1d50619b5930807_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: transfer to the zero ad\")\n\n mstore(add(memPtr, 32), \"dress\")\n\n }\n\n function abi_encode_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_6faf1c67f278b07c6771dcf4c315a89c21c0eaed11d9ab3d51774da1cfef545d_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: insufficient balance fo\")\n\n mstore(add(memPtr, 32), \"r transfer\")\n\n }\n\n function abi_encode_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 42)\n store_literal_in_memory_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8ac7e9556b567c1c94bb4daaa3c3a65be5ac686579615210cb910fb8cb8d65bf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function abi_encode_tuple_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack(value0, tail)\n\n mstore(add(headStart, 32), sub(tail, headStart))\n tail := abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack(value1, tail)\n\n }\n\n function store_literal_in_memory_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: setting approval status\")\n\n mstore(add(memPtr, 32), \" for self\")\n\n }\n\n function abi_encode_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df9806c6dc743de602e49918a67b580590d69ab768bdb59f977c0a884a91a7c2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function array_length_t_bytes_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_bytes_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_address_t_address_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_array$_t_uint256_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart , value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 160)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n mstore(add(headStart, 64), sub(tail, headStart))\n tail := abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack(value2, tail)\n\n mstore(add(headStart, 96), sub(tail, headStart))\n tail := abi_encode_t_array$_t_uint256_$dyn_memory_ptr_to_t_array$_t_uint256_$dyn_memory_ptr_fromStack(value3, tail)\n\n mstore(add(headStart, 128), sub(tail, headStart))\n tail := abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value4, tail)\n\n }\n\n function abi_decode_t_bytes4_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bytes4(value)\n }\n\n function abi_decode_tuple_t_bytes4_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes4_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function shift_right_224_unsigned(value) -> newValue {\n newValue :=\n\n shr(224, value)\n\n }\n\n function return_data_selector() -> sig {\n if gt(returndatasize(), 3) {\n returndatacopy(0, 0, 4)\n sig := shift_right_224_unsigned(mload(0))\n }\n }\n\n function try_decode_error_message() -> ret {\n if lt(returndatasize(), 0x44) { leave }\n\n let data := allocate_unbounded()\n returndatacopy(data, 4, sub(returndatasize(), 4))\n\n let offset := mload(data)\n if or(\n gt(offset, 0xffffffffffffffff),\n gt(add(offset, 0x24), returndatasize())\n ) {\n leave\n }\n\n let msg := add(data, offset)\n let length := mload(msg)\n if gt(length, 0xffffffffffffffff) { leave }\n\n let end := add(add(msg, 0x20), length)\n if gt(end, add(data, sub(returndatasize(), 4))) { leave }\n\n finalize_allocation(data, add(offset, add(0x20, length)))\n ret := msg\n }\n\n function store_literal_in_memory_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: transfer to non-ERC1155\")\n\n mstore(add(memPtr, 32), \"Receiver implementer\")\n\n }\n\n function abi_encode_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 52)\n store_literal_in_memory_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_f591f7b75ffc499e05f8b34c3364b2eceff651378d9549db1d5d67c0d8255c5d_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC1155: ERC1155Receiver rejecte\")\n\n mstore(add(memPtr, 32), \"d tokens\")\n\n }\n\n function abi_encode_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 40)\n store_literal_in_memory_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0587cccad73a80a7f013db13c596f4febc1968dc77e1d3589d5e7a509a3d6503_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256_t_uint256_t_bytes_memory_ptr__to_t_address_t_address_t_uint256_t_uint256_t_bytes_memory_ptr__fromStack_reversed(headStart , value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 160)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value3, add(headStart, 96))\n\n mstore(add(headStart, 128), sub(tail, headStart))\n tail := abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value4, tail)\n\n }\n\n}\n",
"id": 8,
"language": "Yul",
"name": "#utility.yul"
}
],
"immutableReferences": {},
"linkReferences": {},
"object": "608060405234801561001057600080fd5b50600436106100875760003560e01c80634e1273f41161005b5780634e1273f414610138578063a22cb46514610168578063e985e9c514610184578063f242432a146101b457610087565b8062fdd58e1461008c57806301ffc9a7146100bc5780630e89341c146100ec5780632eb2c2d61461011c575b600080fd5b6100a660048036038101906100a191906113b0565b6101d0565b6040516100b391906113ff565b60405180910390f35b6100d660048036038101906100d19190611472565b610298565b6040516100e391906114ba565b60405180910390f35b610106600480360381019061010191906114d5565b61037a565b6040516101139190611592565b60405180910390f35b610136600480360381019061013191906117b1565b61040e565b005b610152600480360381019061014d9190611943565b6104af565b60405161015f9190611a79565b60405180910390f35b610182600480360381019061017d9190611ac7565b6105c8565b005b61019e60048036038101906101999190611b07565b6105de565b6040516101ab91906114ba565b60405180910390f35b6101ce60048036038101906101c99190611b47565b610672565b005b60008073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610240576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161023790611c50565b60405180910390fd5b60008083815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60007fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061036357507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610373575061037282610713565b5b9050919050565b60606002805461038990611c9f565b80601f01602080910402602001604051908101604052809291908181526020018280546103b590611c9f565b80156104025780601f106103d757610100808354040283529160200191610402565b820191906000526020600020905b8154815290600101906020018083116103e557829003601f168201915b50505050509050919050565b61041661077d565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061045c575061045b8561045661077d565b6105de565b5b61049b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161049290611d42565b60405180910390fd5b6104a88585858585610785565b5050505050565b606081518351146104f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104ec90611dd4565b60405180910390fd5b6000835167ffffffffffffffff811115610512576105116115b9565b5b6040519080825280602002602001820160405280156105405781602001602082028036833780820191505090505b50905060005b84518110156105bd5761058d85828151811061056557610564611df4565b5b60200260200101518583815181106105805761057f611df4565b5b60200260200101516101d0565b8282815181106105a05761059f611df4565b5b602002602001018181525050806105b690611e52565b9050610546565b508091505092915050565b6105da6105d361077d565b8383610aa6565b5050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61067a61077d565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614806106c057506106bf856106ba61077d565b6105de565b5b6106ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f690611d42565b60405180910390fd5b61070c8585858585610c12565b5050505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600033905090565b81518351146107c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107c090611f0c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603610838576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161082f90611f9e565b60405180910390fd5b600061084261077d565b9050610852818787878787610ead565b60005b8451811015610a0357600085828151811061087357610872611df4565b5b60200260200101519050600085838151811061089257610891611df4565b5b60200260200101519050600080600084815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610933576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092a90612030565b60405180910390fd5b81810360008085815260200190815260200160002060008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160008085815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546109e89190612050565b92505081905550505050806109fc90611e52565b9050610855565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610a7a929190612084565b60405180910390a4610a90818787878787610eb5565b610a9e818787878787610ebd565b505050505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b0b9061212d565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610c0591906114ba565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603610c81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c7890611f9e565b60405180910390fd5b6000610c8b61077d565b90506000610c9885611094565b90506000610ca585611094565b9050610cb5838989858589610ead565b600080600088815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905085811015610d4c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4390612030565b60405180910390fd5b85810360008089815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508560008089815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e019190612050565b925050819055508773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628a8a604051610e7e92919061214d565b60405180910390a4610e94848a8a86868a610eb5565b610ea2848a8a8a8a8a61110e565b505050505050505050565b505050505050565b505050505050565b610edc8473ffffffffffffffffffffffffffffffffffffffff166112e5565b1561108c578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b8152600401610f229594939291906121da565b6020604051808303816000875af1925050508015610f5e57506040513d601f19601f82011682018060405250810190610f5b9190612257565b60015b61100357610f6a612291565b806308c379a003610fc65750610f7e6122b3565b80610f895750610fc8565b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fbd9190611592565b60405180910390fd5b505b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ffa906123b5565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161461108a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161108190612447565b60405180910390fd5b505b505050505050565b60606000600167ffffffffffffffff8111156110b3576110b26115b9565b5b6040519080825280602002602001820160405280156110e15781602001602082028036833780820191505090505b50905082816000815181106110f9576110f8611df4565b5b60200260200101818152505080915050919050565b61112d8473ffffffffffffffffffffffffffffffffffffffff166112e5565b156112dd578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b8152600401611173959493929190612467565b6020604051808303816000875af19250505080156111af57506040513d601f19601f820116820180604052508101906111ac9190612257565b60015b611254576111bb612291565b806308c379a00361121757506111cf6122b3565b806111da5750611219565b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161120e9190611592565b60405180910390fd5b505b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161124b906123b5565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916146112db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d290612447565b60405180910390fd5b505b505050505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006113478261131c565b9050919050565b6113578161133c565b811461136257600080fd5b50565b6000813590506113748161134e565b92915050565b6000819050919050565b61138d8161137a565b811461139857600080fd5b50565b6000813590506113aa81611384565b92915050565b600080604083850312156113c7576113c6611312565b5b60006113d585828601611365565b92505060206113e68582860161139b565b9150509250929050565b6113f98161137a565b82525050565b600060208201905061141460008301846113f0565b92915050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b61144f8161141a565b811461145a57600080fd5b50565b60008135905061146c81611446565b92915050565b60006020828403121561148857611487611312565b5b60006114968482850161145d565b91505092915050565b60008115159050919050565b6114b48161149f565b82525050565b60006020820190506114cf60008301846114ab565b92915050565b6000602082840312156114eb576114ea611312565b5b60006114f98482850161139b565b91505092915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561153c578082015181840152602081019050611521565b60008484015250505050565b6000601f19601f8301169050919050565b600061156482611502565b61156e818561150d565b935061157e81856020860161151e565b61158781611548565b840191505092915050565b600060208201905081810360008301526115ac8184611559565b905092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6115f182611548565b810181811067ffffffffffffffff821117156116105761160f6115b9565b5b80604052505050565b6000611623611308565b905061162f82826115e8565b919050565b600067ffffffffffffffff82111561164f5761164e6115b9565b5b602082029050602081019050919050565b600080fd5b600061167861167384611634565b611619565b9050808382526020820190506020840283018581111561169b5761169a611660565b5b835b818110156116c457806116b0888261139b565b84526020840193505060208101905061169d565b5050509392505050565b600082601f8301126116e3576116e26115b4565b5b81356116f3848260208601611665565b91505092915050565b600080fd5b600067ffffffffffffffff82111561171c5761171b6115b9565b5b61172582611548565b9050602081019050919050565b82818337600083830152505050565b600061175461174f84611701565b611619565b9050828152602081018484840111156117705761176f6116fc565b5b61177b848285611732565b509392505050565b600082601f830112611798576117976115b4565b5b81356117a8848260208601611741565b91505092915050565b600080600080600060a086880312156117cd576117cc611312565b5b60006117db88828901611365565b95505060206117ec88828901611365565b945050604086013567ffffffffffffffff81111561180d5761180c611317565b5b611819888289016116ce565b935050606086013567ffffffffffffffff81111561183a57611839611317565b5b611846888289016116ce565b925050608086013567ffffffffffffffff81111561186757611866611317565b5b61187388828901611783565b9150509295509295909350565b600067ffffffffffffffff82111561189b5761189a6115b9565b5b602082029050602081019050919050565b60006118bf6118ba84611880565b611619565b905080838252602082019050602084028301858111156118e2576118e1611660565b5b835b8181101561190b57806118f78882611365565b8452602084019350506020810190506118e4565b5050509392505050565b600082601f83011261192a576119296115b4565b5b813561193a8482602086016118ac565b91505092915050565b6000806040838503121561195a57611959611312565b5b600083013567ffffffffffffffff81111561197857611977611317565b5b61198485828601611915565b925050602083013567ffffffffffffffff8111156119a5576119a4611317565b5b6119b1858286016116ce565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6119f08161137a565b82525050565b6000611a0283836119e7565b60208301905092915050565b6000602082019050919050565b6000611a26826119bb565b611a3081856119c6565b9350611a3b836119d7565b8060005b83811015611a6c578151611a5388826119f6565b9750611a5e83611a0e565b925050600181019050611a3f565b5085935050505092915050565b60006020820190508181036000830152611a938184611a1b565b905092915050565b611aa48161149f565b8114611aaf57600080fd5b50565b600081359050611ac181611a9b565b92915050565b60008060408385031215611ade57611add611312565b5b6000611aec85828601611365565b9250506020611afd85828601611ab2565b9150509250929050565b60008060408385031215611b1e57611b1d611312565b5b6000611b2c85828601611365565b9250506020611b3d85828601611365565b9150509250929050565b600080600080600060a08688031215611b6357611b62611312565b5b6000611b7188828901611365565b9550506020611b8288828901611365565b9450506040611b938882890161139b565b9350506060611ba48882890161139b565b925050608086013567ffffffffffffffff811115611bc557611bc4611317565b5b611bd188828901611783565b9150509295509295909350565b7f455243313135353a2061646472657373207a65726f206973206e6f742061207660008201527f616c6964206f776e657200000000000000000000000000000000000000000000602082015250565b6000611c3a602a8361150d565b9150611c4582611bde565b604082019050919050565b60006020820190508181036000830152611c6981611c2d565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680611cb757607f821691505b602082108103611cca57611cc9611c70565b5b50919050565b7f455243313135353a2063616c6c6572206973206e6f7420746f6b656e206f776e60008201527f6572206f7220617070726f766564000000000000000000000000000000000000602082015250565b6000611d2c602e8361150d565b9150611d3782611cd0565b604082019050919050565b60006020820190508181036000830152611d5b81611d1f565b9050919050565b7f455243313135353a206163636f756e747320616e6420696473206c656e67746860008201527f206d69736d617463680000000000000000000000000000000000000000000000602082015250565b6000611dbe60298361150d565b9150611dc982611d62565b604082019050919050565b60006020820190508181036000830152611ded81611db1565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000611e5d8261137a565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203611e8f57611e8e611e23565b5b600182019050919050565b7f455243313135353a2069647320616e6420616d6f756e7473206c656e6774682060008201527f6d69736d61746368000000000000000000000000000000000000000000000000602082015250565b6000611ef660288361150d565b9150611f0182611e9a565b604082019050919050565b60006020820190508181036000830152611f2581611ee9565b9050919050565b7f455243313135353a207472616e7366657220746f20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611f8860258361150d565b9150611f9382611f2c565b604082019050919050565b60006020820190508181036000830152611fb781611f7b565b9050919050565b7f455243313135353a20696e73756666696369656e742062616c616e636520666f60008201527f72207472616e7366657200000000000000000000000000000000000000000000602082015250565b600061201a602a8361150d565b915061202582611fbe565b604082019050919050565b600060208201905081810360008301526120498161200d565b9050919050565b600061205b8261137a565b91506120668361137a565b925082820190508082111561207e5761207d611e23565b5b92915050565b6000604082019050818103600083015261209e8185611a1b565b905081810360208301526120b28184611a1b565b90509392505050565b7f455243313135353a2073657474696e6720617070726f76616c2073746174757360008201527f20666f722073656c660000000000000000000000000000000000000000000000602082015250565b600061211760298361150d565b9150612122826120bb565b604082019050919050565b600060208201905081810360008301526121468161210a565b9050919050565b600060408201905061216260008301856113f0565b61216f60208301846113f0565b9392505050565b61217f8161133c565b82525050565b600081519050919050565b600082825260208201905092915050565b60006121ac82612185565b6121b68185612190565b93506121c681856020860161151e565b6121cf81611548565b840191505092915050565b600060a0820190506121ef6000830188612176565b6121fc6020830187612176565b818103604083015261220e8186611a1b565b905081810360608301526122228185611a1b565b9050818103608083015261223681846121a1565b90509695505050505050565b60008151905061225181611446565b92915050565b60006020828403121561226d5761226c611312565b5b600061227b84828501612242565b91505092915050565b60008160e01c9050919050565b600060033d11156122b05760046000803e6122ad600051612284565b90505b90565b600060443d10612340576122c5611308565b60043d036004823e80513d602482011167ffffffffffffffff821117156122ed575050612340565b808201805167ffffffffffffffff81111561230b5750505050612340565b80602083010160043d038501811115612328575050505050612340565b612337826020018501866115e8565b82955050505050505b90565b7f455243313135353a207472616e7366657220746f206e6f6e2d4552433131353560008201527f526563656976657220696d706c656d656e746572000000000000000000000000602082015250565b600061239f60348361150d565b91506123aa82612343565b604082019050919050565b600060208201905081810360008301526123ce81612392565b9050919050565b7f455243313135353a204552433131353552656365697665722072656a6563746560008201527f6420746f6b656e73000000000000000000000000000000000000000000000000602082015250565b600061243160288361150d565b915061243c826123d5565b604082019050919050565b6000602082019050818103600083015261246081612424565b9050919050565b600060a08201905061247c6000830188612176565b6124896020830187612176565b61249660408301866113f0565b6124a360608301856113f0565b81810360808301526124b581846121a1565b9050969550505050505056fea2646970667358221220fffea5653148ef2872ae8213b21964527e2f1c944b02f15020c1c7b87e2e1fb064736f6c63430008130033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x87 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x4E1273F4 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x4E1273F4 EQ PUSH2 0x138 JUMPI DUP1 PUSH4 0xA22CB465 EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0xE985E9C5 EQ PUSH2 0x184 JUMPI DUP1 PUSH4 0xF242432A EQ PUSH2 0x1B4 JUMPI PUSH2 0x87 JUMP JUMPDEST DUP1 PUSH3 0xFDD58E EQ PUSH2 0x8C JUMPI DUP1 PUSH4 0x1FFC9A7 EQ PUSH2 0xBC JUMPI DUP1 PUSH4 0xE89341C EQ PUSH2 0xEC JUMPI DUP1 PUSH4 0x2EB2C2D6 EQ PUSH2 0x11C JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xA1 SWAP2 SWAP1 PUSH2 0x13B0 JUMP JUMPDEST PUSH2 0x1D0 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xB3 SWAP2 SWAP1 PUSH2 0x13FF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xD1 SWAP2 SWAP1 PUSH2 0x1472 JUMP JUMPDEST PUSH2 0x298 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xE3 SWAP2 SWAP1 PUSH2 0x14BA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x106 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x101 SWAP2 SWAP1 PUSH2 0x14D5 JUMP JUMPDEST PUSH2 0x37A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x113 SWAP2 SWAP1 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x136 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x131 SWAP2 SWAP1 PUSH2 0x17B1 JUMP JUMPDEST PUSH2 0x40E JUMP JUMPDEST STOP JUMPDEST PUSH2 0x152 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x14D SWAP2 SWAP1 PUSH2 0x1943 JUMP JUMPDEST PUSH2 0x4AF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x15F SWAP2 SWAP1 PUSH2 0x1A79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x182 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x17D SWAP2 SWAP1 PUSH2 0x1AC7 JUMP JUMPDEST PUSH2 0x5C8 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x19E PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x199 SWAP2 SWAP1 PUSH2 0x1B07 JUMP JUMPDEST PUSH2 0x5DE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1AB SWAP2 SWAP1 PUSH2 0x14BA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1CE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C9 SWAP2 SWAP1 PUSH2 0x1B47 JUMP JUMPDEST PUSH2 0x672 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x240 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x237 SWAP1 PUSH2 0x1C50 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0xD9B67A2600000000000000000000000000000000000000000000000000000000 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP3 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ DUP1 PUSH2 0x363 JUMPI POP PUSH32 0xE89341C00000000000000000000000000000000000000000000000000000000 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP3 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ JUMPDEST DUP1 PUSH2 0x373 JUMPI POP PUSH2 0x372 DUP3 PUSH2 0x713 JUMP JUMPDEST JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x2 DUP1 SLOAD PUSH2 0x389 SWAP1 PUSH2 0x1C9F JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x3B5 SWAP1 PUSH2 0x1C9F JUMP JUMPDEST DUP1 ISZERO PUSH2 0x402 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x3D7 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x402 JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x3E5 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x416 PUSH2 0x77D JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ DUP1 PUSH2 0x45C JUMPI POP PUSH2 0x45B DUP6 PUSH2 0x456 PUSH2 0x77D JUMP JUMPDEST PUSH2 0x5DE JUMP JUMPDEST JUMPDEST PUSH2 0x49B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x492 SWAP1 PUSH2 0x1D42 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4A8 DUP6 DUP6 DUP6 DUP6 DUP6 PUSH2 0x785 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP2 MLOAD DUP4 MLOAD EQ PUSH2 0x4F5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4EC SWAP1 PUSH2 0x1DD4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x512 JUMPI PUSH2 0x511 PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x540 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY DUP1 DUP3 ADD SWAP2 POP POP SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP5 MLOAD DUP2 LT ISZERO PUSH2 0x5BD JUMPI PUSH2 0x58D DUP6 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x565 JUMPI PUSH2 0x564 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP6 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x580 JUMPI PUSH2 0x57F PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH2 0x1D0 JUMP JUMPDEST DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x5A0 JUMPI PUSH2 0x59F PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP1 PUSH2 0x5B6 SWAP1 PUSH2 0x1E52 JUMP JUMPDEST SWAP1 POP PUSH2 0x546 JUMP JUMPDEST POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x5DA PUSH2 0x5D3 PUSH2 0x77D JUMP JUMPDEST DUP4 DUP4 PUSH2 0xAA6 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x67A PUSH2 0x77D JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ DUP1 PUSH2 0x6C0 JUMPI POP PUSH2 0x6BF DUP6 PUSH2 0x6BA PUSH2 0x77D JUMP JUMPDEST PUSH2 0x5DE JUMP JUMPDEST JUMPDEST PUSH2 0x6FF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F6 SWAP1 PUSH2 0x1D42 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x70C DUP6 DUP6 DUP6 DUP6 DUP6 PUSH2 0xC12 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0x1FFC9A700000000000000000000000000000000000000000000000000000000 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP3 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST DUP2 MLOAD DUP4 MLOAD EQ PUSH2 0x7C9 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7C0 SWAP1 PUSH2 0x1F0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x838 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x82F SWAP1 PUSH2 0x1F9E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x842 PUSH2 0x77D JUMP JUMPDEST SWAP1 POP PUSH2 0x852 DUP2 DUP8 DUP8 DUP8 DUP8 DUP8 PUSH2 0xEAD JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP5 MLOAD DUP2 LT ISZERO PUSH2 0xA03 JUMPI PUSH1 0x0 DUP6 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x873 JUMPI PUSH2 0x872 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 DUP6 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x892 JUMPI PUSH2 0x891 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0x933 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x92A SWAP1 PUSH2 0x2030 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x9E8 SWAP2 SWAP1 PUSH2 0x2050 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP POP POP POP DUP1 PUSH2 0x9FC SWAP1 PUSH2 0x1E52 JUMP JUMPDEST SWAP1 POP PUSH2 0x855 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x4A39DC06D4C0DBC64B70AF90FD698A233A518AA5D07E595D983B8C0526C8F7FB DUP8 DUP8 PUSH1 0x40 MLOAD PUSH2 0xA7A SWAP3 SWAP2 SWAP1 PUSH2 0x2084 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 PUSH2 0xA90 DUP2 DUP8 DUP8 DUP8 DUP8 DUP8 PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xA9E DUP2 DUP8 DUP8 DUP8 DUP8 DUP8 PUSH2 0xEBD JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xB14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB0B SWAP1 PUSH2 0x212D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x17307EAB39AB6107E8899845AD3D59BD9653F200F220920489CA2B5937696C31 DUP4 PUSH1 0x40 MLOAD PUSH2 0xC05 SWAP2 SWAP1 PUSH2 0x14BA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xC81 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC78 SWAP1 PUSH2 0x1F9E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xC8B PUSH2 0x77D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC98 DUP6 PUSH2 0x1094 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xCA5 DUP6 PUSH2 0x1094 JUMP JUMPDEST SWAP1 POP PUSH2 0xCB5 DUP4 DUP10 DUP10 DUP6 DUP6 DUP10 PUSH2 0xEAD JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP6 DUP2 LT ISZERO PUSH2 0xD4C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD43 SWAP1 PUSH2 0x2030 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 DUP2 SUB PUSH1 0x0 DUP1 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP6 PUSH1 0x0 DUP1 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xE01 SWAP2 SWAP1 PUSH2 0x2050 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xC3D58168C5AE7397731D063D5BBF3D657854427343F4C083240F7AACAA2D0F62 DUP11 DUP11 PUSH1 0x40 MLOAD PUSH2 0xE7E SWAP3 SWAP2 SWAP1 PUSH2 0x214D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 PUSH2 0xE94 DUP5 DUP11 DUP11 DUP7 DUP7 DUP11 PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xEA2 DUP5 DUP11 DUP11 DUP11 DUP11 DUP11 PUSH2 0x110E JUMP JUMPDEST POP POP POP POP POP POP POP POP POP JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0xEDC DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x12E5 JUMP JUMPDEST ISZERO PUSH2 0x108C JUMPI DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xBC197C81 DUP8 DUP8 DUP7 DUP7 DUP7 PUSH1 0x40 MLOAD DUP7 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xF22 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x21DA JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0xF5E JUMPI POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xF5B SWAP2 SWAP1 PUSH2 0x2257 JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x1003 JUMPI PUSH2 0xF6A PUSH2 0x2291 JUMP JUMPDEST DUP1 PUSH4 0x8C379A0 SUB PUSH2 0xFC6 JUMPI POP PUSH2 0xF7E PUSH2 0x22B3 JUMP JUMPDEST DUP1 PUSH2 0xF89 JUMPI POP PUSH2 0xFC8 JUMP JUMPDEST DUP1 PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xFBD SWAP2 SWAP1 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xFFA SWAP1 PUSH2 0x23B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH4 0xBC197C81 PUSH1 0xE0 SHL PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP2 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ PUSH2 0x108A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1081 SWAP1 PUSH2 0x2447 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH1 0x1 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x10B3 JUMPI PUSH2 0x10B2 PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x10E1 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY DUP1 DUP3 ADD SWAP2 POP POP SWAP1 POP JUMPDEST POP SWAP1 POP DUP3 DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x10F9 JUMPI PUSH2 0x10F8 PUSH2 0x1DF4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP1 SWAP2 POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x112D DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x12E5 JUMP JUMPDEST ISZERO PUSH2 0x12DD JUMPI DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xF23A6E61 DUP8 DUP8 DUP7 DUP7 DUP7 PUSH1 0x40 MLOAD DUP7 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1173 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2467 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0x11AF JUMPI POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x11AC SWAP2 SWAP1 PUSH2 0x2257 JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x1254 JUMPI PUSH2 0x11BB PUSH2 0x2291 JUMP JUMPDEST DUP1 PUSH4 0x8C379A0 SUB PUSH2 0x1217 JUMPI POP PUSH2 0x11CF PUSH2 0x22B3 JUMP JUMPDEST DUP1 PUSH2 0x11DA JUMPI POP PUSH2 0x1219 JUMP JUMPDEST DUP1 PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x120E SWAP2 SWAP1 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x124B SWAP1 PUSH2 0x23B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH4 0xF23A6E61 PUSH1 0xE0 SHL PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND DUP2 PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND EQ PUSH2 0x12DB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x12D2 SWAP1 PUSH2 0x2447 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1347 DUP3 PUSH2 0x131C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1357 DUP2 PUSH2 0x133C JUMP JUMPDEST DUP2 EQ PUSH2 0x1362 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x1374 DUP2 PUSH2 0x134E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x138D DUP2 PUSH2 0x137A JUMP JUMPDEST DUP2 EQ PUSH2 0x1398 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x13AA DUP2 PUSH2 0x1384 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x13C7 JUMPI PUSH2 0x13C6 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x13D5 DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x13E6 DUP6 DUP3 DUP7 ADD PUSH2 0x139B JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13F9 DUP2 PUSH2 0x137A JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1414 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x13F0 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x144F DUP2 PUSH2 0x141A JUMP JUMPDEST DUP2 EQ PUSH2 0x145A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x146C DUP2 PUSH2 0x1446 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1488 JUMPI PUSH2 0x1487 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1496 DUP5 DUP3 DUP6 ADD PUSH2 0x145D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x14B4 DUP2 PUSH2 0x149F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x14CF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x14AB JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x14EB JUMPI PUSH2 0x14EA PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x14F9 DUP5 DUP3 DUP6 ADD PUSH2 0x139B JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x153C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1521 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1564 DUP3 PUSH2 0x1502 JUMP JUMPDEST PUSH2 0x156E DUP2 DUP6 PUSH2 0x150D JUMP JUMPDEST SWAP4 POP PUSH2 0x157E DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x151E JUMP JUMPDEST PUSH2 0x1587 DUP2 PUSH2 0x1548 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15AC DUP2 DUP5 PUSH2 0x1559 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x15F1 DUP3 PUSH2 0x1548 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x1610 JUMPI PUSH2 0x160F PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1623 PUSH2 0x1308 JUMP JUMPDEST SWAP1 POP PUSH2 0x162F DUP3 DUP3 PUSH2 0x15E8 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x164F JUMPI PUSH2 0x164E PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1678 PUSH2 0x1673 DUP5 PUSH2 0x1634 JUMP JUMPDEST PUSH2 0x1619 JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x20 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x169B JUMPI PUSH2 0x169A PUSH2 0x1660 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x16C4 JUMPI DUP1 PUSH2 0x16B0 DUP9 DUP3 PUSH2 0x139B JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x169D JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x16E3 JUMPI PUSH2 0x16E2 PUSH2 0x15B4 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x16F3 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x1665 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x171C JUMPI PUSH2 0x171B PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH2 0x1725 DUP3 PUSH2 0x1548 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1754 PUSH2 0x174F DUP5 PUSH2 0x1701 JUMP JUMPDEST PUSH2 0x1619 JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x1770 JUMPI PUSH2 0x176F PUSH2 0x16FC JUMP JUMPDEST JUMPDEST PUSH2 0x177B DUP5 DUP3 DUP6 PUSH2 0x1732 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x1798 JUMPI PUSH2 0x1797 PUSH2 0x15B4 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x17A8 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x1741 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x17CD JUMPI PUSH2 0x17CC PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x17DB DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP6 POP POP PUSH1 0x20 PUSH2 0x17EC DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x180D JUMPI PUSH2 0x180C PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1819 DUP9 DUP3 DUP10 ADD PUSH2 0x16CE JUMP JUMPDEST SWAP4 POP POP PUSH1 0x60 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x183A JUMPI PUSH2 0x1839 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1846 DUP9 DUP3 DUP10 ADD PUSH2 0x16CE JUMP JUMPDEST SWAP3 POP POP PUSH1 0x80 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1867 JUMPI PUSH2 0x1866 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1873 DUP9 DUP3 DUP10 ADD PUSH2 0x1783 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x189B JUMPI PUSH2 0x189A PUSH2 0x15B9 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x18BF PUSH2 0x18BA DUP5 PUSH2 0x1880 JUMP JUMPDEST PUSH2 0x1619 JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x20 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x18E2 JUMPI PUSH2 0x18E1 PUSH2 0x1660 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x190B JUMPI DUP1 PUSH2 0x18F7 DUP9 DUP3 PUSH2 0x1365 JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x18E4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x192A JUMPI PUSH2 0x1929 PUSH2 0x15B4 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x193A DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x18AC JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x195A JUMPI PUSH2 0x1959 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1978 JUMPI PUSH2 0x1977 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1984 DUP6 DUP3 DUP7 ADD PUSH2 0x1915 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x19A5 JUMPI PUSH2 0x19A4 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x19B1 DUP6 DUP3 DUP7 ADD PUSH2 0x16CE JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x19F0 DUP2 PUSH2 0x137A JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1A02 DUP4 DUP4 PUSH2 0x19E7 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1A26 DUP3 PUSH2 0x19BB JUMP JUMPDEST PUSH2 0x1A30 DUP2 DUP6 PUSH2 0x19C6 JUMP JUMPDEST SWAP4 POP PUSH2 0x1A3B DUP4 PUSH2 0x19D7 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1A6C JUMPI DUP2 MLOAD PUSH2 0x1A53 DUP9 DUP3 PUSH2 0x19F6 JUMP JUMPDEST SWAP8 POP PUSH2 0x1A5E DUP4 PUSH2 0x1A0E JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x1A3F JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1A93 DUP2 DUP5 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1AA4 DUP2 PUSH2 0x149F JUMP JUMPDEST DUP2 EQ PUSH2 0x1AAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x1AC1 DUP2 PUSH2 0x1A9B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1ADE JUMPI PUSH2 0x1ADD PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1AEC DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x1AFD DUP6 DUP3 DUP7 ADD PUSH2 0x1AB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1B1E JUMPI PUSH2 0x1B1D PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1B2C DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x1B3D DUP6 DUP3 DUP7 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x1B63 JUMPI PUSH2 0x1B62 PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1B71 DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP6 POP POP PUSH1 0x20 PUSH2 0x1B82 DUP9 DUP3 DUP10 ADD PUSH2 0x1365 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x40 PUSH2 0x1B93 DUP9 DUP3 DUP10 ADD PUSH2 0x139B JUMP JUMPDEST SWAP4 POP POP PUSH1 0x60 PUSH2 0x1BA4 DUP9 DUP3 DUP10 ADD PUSH2 0x139B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x80 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1BC5 JUMPI PUSH2 0x1BC4 PUSH2 0x1317 JUMP JUMPDEST JUMPDEST PUSH2 0x1BD1 DUP9 DUP3 DUP10 ADD PUSH2 0x1783 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST PUSH32 0x455243313135353A2061646472657373207A65726F206973206E6F7420612076 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C6964206F776E657200000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1C3A PUSH1 0x2A DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1C45 DUP3 PUSH2 0x1BDE JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1C69 DUP2 PUSH2 0x1C2D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x1CB7 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1CCA JUMPI PUSH2 0x1CC9 PUSH2 0x1C70 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A2063616C6C6572206973206E6F7420746F6B656E206F776E PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6572206F7220617070726F766564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1D2C PUSH1 0x2E DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1D37 DUP3 PUSH2 0x1CD0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1D5B DUP2 PUSH2 0x1D1F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A206163636F756E747320616E6420696473206C656E677468 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x206D69736D617463680000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1DBE PUSH1 0x29 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1DC9 DUP3 PUSH2 0x1D62 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1DED DUP2 PUSH2 0x1DB1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1E5D DUP3 PUSH2 0x137A JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x1E8F JUMPI PUSH2 0x1E8E PUSH2 0x1E23 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A2069647320616E6420616D6F756E7473206C656E67746820 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6D69736D61746368000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1EF6 PUSH1 0x28 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1F01 DUP3 PUSH2 0x1E9A JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1F25 DUP2 PUSH2 0x1EE9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A207472616E7366657220746F20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1F88 PUSH1 0x25 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x1F93 DUP3 PUSH2 0x1F2C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1FB7 DUP2 PUSH2 0x1F7B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A20696E73756666696369656E742062616C616E636520666F PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x72207472616E7366657200000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x201A PUSH1 0x2A DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x2025 DUP3 PUSH2 0x1FBE JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2049 DUP2 PUSH2 0x200D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x205B DUP3 PUSH2 0x137A JUMP JUMPDEST SWAP2 POP PUSH2 0x2066 DUP4 PUSH2 0x137A JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x207E JUMPI PUSH2 0x207D PUSH2 0x1E23 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x209E DUP2 DUP6 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x20 DUP4 ADD MSTORE PUSH2 0x20B2 DUP2 DUP5 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x455243313135353A2073657474696E6720617070726F76616C20737461747573 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x20666F722073656C660000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2117 PUSH1 0x29 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x2122 DUP3 PUSH2 0x20BB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2146 DUP2 PUSH2 0x210A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2162 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x13F0 JUMP JUMPDEST PUSH2 0x216F PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x13F0 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x217F DUP2 PUSH2 0x133C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x21AC DUP3 PUSH2 0x2185 JUMP JUMPDEST PUSH2 0x21B6 DUP2 DUP6 PUSH2 0x2190 JUMP JUMPDEST SWAP4 POP PUSH2 0x21C6 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x151E JUMP JUMPDEST PUSH2 0x21CF DUP2 PUSH2 0x1548 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x21EF PUSH1 0x0 DUP4 ADD DUP9 PUSH2 0x2176 JUMP JUMPDEST PUSH2 0x21FC PUSH1 0x20 DUP4 ADD DUP8 PUSH2 0x2176 JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x40 DUP4 ADD MSTORE PUSH2 0x220E DUP2 DUP7 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x60 DUP4 ADD MSTORE PUSH2 0x2222 DUP2 DUP6 PUSH2 0x1A1B JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x2236 DUP2 DUP5 PUSH2 0x21A1 JUMP JUMPDEST SWAP1 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x2251 DUP2 PUSH2 0x1446 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x226D JUMPI PUSH2 0x226C PUSH2 0x1312 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x227B DUP5 DUP3 DUP6 ADD PUSH2 0x2242 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0xE0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x3 RETURNDATASIZE GT ISZERO PUSH2 0x22B0 JUMPI PUSH1 0x4 PUSH1 0x0 DUP1 RETURNDATACOPY PUSH2 0x22AD PUSH1 0x0 MLOAD PUSH2 0x2284 JUMP JUMPDEST SWAP1 POP JUMPDEST SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x44 RETURNDATASIZE LT PUSH2 0x2340 JUMPI PUSH2 0x22C5 PUSH2 0x1308 JUMP JUMPDEST PUSH1 0x4 RETURNDATASIZE SUB PUSH1 0x4 DUP3 RETURNDATACOPY DUP1 MLOAD RETURNDATASIZE PUSH1 0x24 DUP3 ADD GT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x22ED JUMPI POP POP PUSH2 0x2340 JUMP JUMPDEST DUP1 DUP3 ADD DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x230B JUMPI POP POP POP POP PUSH2 0x2340 JUMP JUMPDEST DUP1 PUSH1 0x20 DUP4 ADD ADD PUSH1 0x4 RETURNDATASIZE SUB DUP6 ADD DUP2 GT ISZERO PUSH2 0x2328 JUMPI POP POP POP POP POP PUSH2 0x2340 JUMP JUMPDEST PUSH2 0x2337 DUP3 PUSH1 0x20 ADD DUP6 ADD DUP7 PUSH2 0x15E8 JUMP JUMPDEST DUP3 SWAP6 POP POP POP POP POP POP JUMPDEST SWAP1 JUMP JUMPDEST PUSH32 0x455243313135353A207472616E7366657220746F206E6F6E2D45524331313535 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x526563656976657220696D706C656D656E746572000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x239F PUSH1 0x34 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x23AA DUP3 PUSH2 0x2343 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x23CE DUP2 PUSH2 0x2392 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x455243313135353A204552433131353552656365697665722072656A65637465 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6420746F6B656E73000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2431 PUSH1 0x28 DUP4 PUSH2 0x150D JUMP JUMPDEST SWAP2 POP PUSH2 0x243C DUP3 PUSH2 0x23D5 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2460 DUP2 PUSH2 0x2424 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x247C PUSH1 0x0 DUP4 ADD DUP9 PUSH2 0x2176 JUMP JUMPDEST PUSH2 0x2489 PUSH1 0x20 DUP4 ADD DUP8 PUSH2 0x2176 JUMP JUMPDEST PUSH2 0x2496 PUSH1 0x40 DUP4 ADD DUP7 PUSH2 0x13F0 JUMP JUMPDEST PUSH2 0x24A3 PUSH1 0x60 DUP4 ADD DUP6 PUSH2 0x13F0 JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x24B5 DUP2 DUP5 PUSH2 0x21A1 JUMP JUMPDEST SWAP1 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SELFDESTRUCT INVALID 0xA5 PUSH6 0x3148EF2872AE DUP3 SGT 0xB2 NOT PUSH5 0x527E2F1C94 0x4B MUL CALL POP KECCAK256 0xC1 0xC7 0xB8 PUSH31 0x2E1FB064736F6C634300081300330000000000000000000000000000000000 ",
"sourceMap": "570:16689:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2185:227;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1236:305;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1940:103;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4064:426;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2569:508;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3145:153;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3365:166;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3598:394;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2185:227;2271:7;2317:1;2298:21;;:7;:21;;;2290:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;2383:9;:13;2393:2;2383:13;;;;;;;;;;;:22;2397:7;2383:22;;;;;;;;;;;;;;;;2376:29;;2185:227;;;;:::o;1236:305::-;1338:4;1388:26;1373:41;;;:11;:41;;;;:109;;;;1445:37;1430:52;;;:11;:52;;;;1373:109;:161;;;;1498:36;1522:11;1498:23;:36::i;:::-;1373:161;1354:180;;1236:305;;;:::o;1940:103::-;2000:13;2032:4;2025:11;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1940:103;;;:::o;4064:426::-;4297:12;:10;:12::i;:::-;4289:20;;:4;:20;;;:60;;;;4313:36;4330:4;4336:12;:10;:12::i;:::-;4313:16;:36::i;:::-;4289:60;4268:153;;;;;;;;;;;;:::i;:::-;;;;;;;;;4431:52;4454:4;4460:2;4464:3;4469:7;4478:4;4431:22;:52::i;:::-;4064:426;;;;;:::o;2569:508::-;2720:16;2779:3;:10;2760:8;:15;:29;2752:83;;;;;;;;;;;;:::i;:::-;;;;;;;;;2846:30;2893:8;:15;2879:30;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2846:63;;2925:9;2920:120;2944:8;:15;2940:1;:19;2920:120;;;2999:30;3009:8;3018:1;3009:11;;;;;;;;:::i;:::-;;;;;;;;3022:3;3026:1;3022:6;;;;;;;;:::i;:::-;;;;;;;;2999:9;:30::i;:::-;2980:13;2994:1;2980:16;;;;;;;;:::i;:::-;;;;;;;:49;;;;;2961:3;;;;:::i;:::-;;;2920:120;;;;3057:13;3050:20;;;2569:508;;;;:::o;3145:153::-;3239:52;3258:12;:10;:12::i;:::-;3272:8;3282;3239:18;:52::i;:::-;3145:153;;:::o;3365:166::-;3464:4;3487:18;:27;3506:7;3487:27;;;;;;;;;;;;;;;:37;3515:8;3487:37;;;;;;;;;;;;;;;;;;;;;;;;;3480:44;;3365:166;;;;:::o;3598:394::-;3806:12;:10;:12::i;:::-;3798:20;;:4;:20;;;:60;;;;3822:36;3839:4;3845:12;:10;:12::i;:::-;3822:16;:36::i;:::-;3798:60;3777:153;;;;;;;;;;;;:::i;:::-;;;;;;;;;3940:45;3958:4;3964:2;3968;3972:6;3980:4;3940:17;:45::i;:::-;3598:394;;;;;:::o;829:155:6:-;914:4;952:25;937:40;;;:11;:40;;;;930:47;;829:155;;;:::o;640:96:5:-;693:7;719:10;712:17;;640:96;:::o;6233:1115:0:-;6453:7;:14;6439:3;:10;:28;6431:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;6544:1;6530:16;;:2;:16;;;6522:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6599:16;6618:12;:10;:12::i;:::-;6599:31;;6641:60;6662:8;6672:4;6678:2;6682:3;6687:7;6696:4;6641:20;:60::i;:::-;6717:9;6712:411;6736:3;:10;6732:1;:14;6712:411;;;6767:10;6780:3;6784:1;6780:6;;;;;;;;:::i;:::-;;;;;;;;6767:19;;6800:14;6817:7;6825:1;6817:10;;;;;;;;:::i;:::-;;;;;;;;6800:27;;6842:19;6864:9;:13;6874:2;6864:13;;;;;;;;;;;:19;6878:4;6864:19;;;;;;;;;;;;;;;;6842:41;;6920:6;6905:11;:21;;6897:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;7051:6;7037:11;:20;7015:9;:13;7025:2;7015:13;;;;;;;;;;;:19;7029:4;7015:19;;;;;;;;;;;;;;;:42;;;;7106:6;7085:9;:13;7095:2;7085:13;;;;;;;;;;;:17;7099:2;7085:17;;;;;;;;;;;;;;;;:27;;;;;;;:::i;:::-;;;;;;;;6753:370;;;6748:3;;;;:::i;:::-;;;6712:411;;;;7168:2;7138:47;;7162:4;7138:47;;7152:8;7138:47;;;7172:3;7177:7;7138:47;;;;;;;:::i;:::-;;;;;;;;7196:59;7216:8;7226:4;7232:2;7236:3;7241:7;7250:4;7196:19;:59::i;:::-;7266:75;7302:8;7312:4;7318:2;7322:3;7327:7;7336:4;7266:35;:75::i;:::-;6421:927;6233:1115;;;;;:::o;12910:323::-;13060:8;13051:17;;:5;:17;;;13043:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;13162:8;13124:18;:25;13143:5;13124:25;;;;;;;;;;;;;;;:35;13150:8;13124:35;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;13207:8;13185:41;;13200:5;13185:41;;;13217:8;13185:41;;;;;;:::i;:::-;;;;;;;;12910:323;;;:::o;4940:947::-;5135:1;5121:16;;:2;:16;;;5113:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;5190:16;5209:12;:10;:12::i;:::-;5190:31;;5231:20;5254:21;5272:2;5254:17;:21::i;:::-;5231:44;;5285:24;5312:25;5330:6;5312:17;:25::i;:::-;5285:52;;5348:60;5369:8;5379:4;5385:2;5389:3;5394:7;5403:4;5348:20;:60::i;:::-;5419:19;5441:9;:13;5451:2;5441:13;;;;;;;;;;;:19;5455:4;5441:19;;;;;;;;;;;;;;;;5419:41;;5493:6;5478:11;:21;;5470:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;5616:6;5602:11;:20;5580:9;:13;5590:2;5580:13;;;;;;;;;;;:19;5594:4;5580:19;;;;;;;;;;;;;;;:42;;;;5663:6;5642:9;:13;5652:2;5642:13;;;;;;;;;;;:17;5656:2;5642:17;;;;;;;;;;;;;;;;:27;;;;;;;:::i;:::-;;;;;;;;5716:2;5685:46;;5710:4;5685:46;;5700:8;5685:46;;;5720:2;5724:6;5685:46;;;;;;;:::i;:::-;;;;;;;;5742:59;5762:8;5772:4;5778:2;5782:3;5787:7;5796:4;5742:19;:59::i;:::-;5812:68;5843:8;5853:4;5859:2;5863;5867:6;5875:4;5812:30;:68::i;:::-;5103:784;;;;4940:947;;;;;:::o;14169:214::-;;;;;;;:::o;15316:213::-;;;;;;;:::o;16266:792::-;16498:15;:2;:13;;;:15::i;:::-;16494:558;;;16550:2;16533:43;;;16577:8;16587:4;16593:3;16598:7;16607:4;16533:79;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;16529:513;;;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;;;16918:6;16911:14;;;;;;;;;;;:::i;:::-;;;;;;;;16529:513;;;16965:62;;;;;;;;;;:::i;:::-;;;;;;;;16529:513;16703:48;;;16691:60;;;:8;:60;;;;16687:157;;16775:50;;;;;;;;;;:::i;:::-;;;;;;;;16687:157;16613:245;16494:558;16266:792;;;;;;:::o;17064:193::-;17130:16;17158:22;17197:1;17183:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17158:41;;17220:7;17209:5;17215:1;17209:8;;;;;;;;:::i;:::-;;;;;;;:18;;;;;17245:5;17238:12;;;17064:193;;;:::o;15535:725::-;15742:15;:2;:13;;;:15::i;:::-;15738:516;;;15794:2;15777:38;;;15816:8;15826:4;15832:2;15836:6;15844:4;15777:72;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;15773:471;;;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;;;16120:6;16113:14;;;;;;;;;;;:::i;:::-;;;;;;;;15773:471;;;16167:62;;;;;;;;;;:::i;:::-;;;;;;;;15773:471;15910:43;;;15898:55;;;:8;:55;;;;15894:152;;15977:50;;;;;;;;;;:::i;:::-;;;;;;;;15894:152;15850:210;15738:516;15535:725;;;;;;:::o;1175:320:4:-;1235:4;1487:1;1465:7;:19;;;:23;1458:30;;1175:320;;;:::o;7:75:8:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:126;371:7;411:42;404:5;400:54;389:65;;334:126;;;:::o;466:96::-;503:7;532:24;550:5;532:24;:::i;:::-;521:35;;466:96;;;:::o;568:122::-;641:24;659:5;641:24;:::i;:::-;634:5;631:35;621:63;;680:1;677;670:12;621:63;568:122;:::o;696:139::-;742:5;780:6;767:20;758:29;;796:33;823:5;796:33;:::i;:::-;696:139;;;;:::o;841:77::-;878:7;907:5;896:16;;841:77;;;:::o;924:122::-;997:24;1015:5;997:24;:::i;:::-;990:5;987:35;977:63;;1036:1;1033;1026:12;977:63;924:122;:::o;1052:139::-;1098:5;1136:6;1123:20;1114:29;;1152:33;1179:5;1152:33;:::i;:::-;1052:139;;;;:::o;1197:474::-;1265:6;1273;1322:2;1310:9;1301:7;1297:23;1293:32;1290:119;;;1328:79;;:::i;:::-;1290:119;1448:1;1473:53;1518:7;1509:6;1498:9;1494:22;1473:53;:::i;:::-;1463:63;;1419:117;1575:2;1601:53;1646:7;1637:6;1626:9;1622:22;1601:53;:::i;:::-;1591:63;;1546:118;1197:474;;;;;:::o;1677:118::-;1764:24;1782:5;1764:24;:::i;:::-;1759:3;1752:37;1677:118;;:::o;1801:222::-;1894:4;1932:2;1921:9;1917:18;1909:26;;1945:71;2013:1;2002:9;1998:17;1989:6;1945:71;:::i;:::-;1801:222;;;;:::o;2029:149::-;2065:7;2105:66;2098:5;2094:78;2083:89;;2029:149;;;:::o;2184:120::-;2256:23;2273:5;2256:23;:::i;:::-;2249:5;2246:34;2236:62;;2294:1;2291;2284:12;2236:62;2184:120;:::o;2310:137::-;2355:5;2393:6;2380:20;2371:29;;2409:32;2435:5;2409:32;:::i;:::-;2310:137;;;;:::o;2453:327::-;2511:6;2560:2;2548:9;2539:7;2535:23;2531:32;2528:119;;;2566:79;;:::i;:::-;2528:119;2686:1;2711:52;2755:7;2746:6;2735:9;2731:22;2711:52;:::i;:::-;2701:62;;2657:116;2453:327;;;;:::o;2786:90::-;2820:7;2863:5;2856:13;2849:21;2838:32;;2786:90;;;:::o;2882:109::-;2963:21;2978:5;2963:21;:::i;:::-;2958:3;2951:34;2882:109;;:::o;2997:210::-;3084:4;3122:2;3111:9;3107:18;3099:26;;3135:65;3197:1;3186:9;3182:17;3173:6;3135:65;:::i;:::-;2997:210;;;;:::o;3213:329::-;3272:6;3321:2;3309:9;3300:7;3296:23;3292:32;3289:119;;;3327:79;;:::i;:::-;3289:119;3447:1;3472:53;3517:7;3508:6;3497:9;3493:22;3472:53;:::i;:::-;3462:63;;3418:117;3213:329;;;;:::o;3548:99::-;3600:6;3634:5;3628:12;3618:22;;3548:99;;;:::o;3653:169::-;3737:11;3771:6;3766:3;3759:19;3811:4;3806:3;3802:14;3787:29;;3653:169;;;;:::o;3828:246::-;3909:1;3919:113;3933:6;3930:1;3927:13;3919:113;;;4018:1;4013:3;4009:11;4003:18;3999:1;3994:3;3990:11;3983:39;3955:2;3952:1;3948:10;3943:15;;3919:113;;;4066:1;4057:6;4052:3;4048:16;4041:27;3890:184;3828:246;;;:::o;4080:102::-;4121:6;4172:2;4168:7;4163:2;4156:5;4152:14;4148:28;4138:38;;4080:102;;;:::o;4188:377::-;4276:3;4304:39;4337:5;4304:39;:::i;:::-;4359:71;4423:6;4418:3;4359:71;:::i;:::-;4352:78;;4439:65;4497:6;4492:3;4485:4;4478:5;4474:16;4439:65;:::i;:::-;4529:29;4551:6;4529:29;:::i;:::-;4524:3;4520:39;4513:46;;4280:285;4188:377;;;;:::o;4571:313::-;4684:4;4722:2;4711:9;4707:18;4699:26;;4771:9;4765:4;4761:20;4757:1;4746:9;4742:17;4735:47;4799:78;4872:4;4863:6;4799:78;:::i;:::-;4791:86;;4571:313;;;;:::o;4890:117::-;4999:1;4996;4989:12;5013:180;5061:77;5058:1;5051:88;5158:4;5155:1;5148:15;5182:4;5179:1;5172:15;5199:281;5282:27;5304:4;5282:27;:::i;:::-;5274:6;5270:40;5412:6;5400:10;5397:22;5376:18;5364:10;5361:34;5358:62;5355:88;;;5423:18;;:::i;:::-;5355:88;5463:10;5459:2;5452:22;5242:238;5199:281;;:::o;5486:129::-;5520:6;5547:20;;:::i;:::-;5537:30;;5576:33;5604:4;5596:6;5576:33;:::i;:::-;5486:129;;;:::o;5621:311::-;5698:4;5788:18;5780:6;5777:30;5774:56;;;5810:18;;:::i;:::-;5774:56;5860:4;5852:6;5848:17;5840:25;;5920:4;5914;5910:15;5902:23;;5621:311;;;:::o;5938:117::-;6047:1;6044;6037:12;6078:710;6174:5;6199:81;6215:64;6272:6;6215:64;:::i;:::-;6199:81;:::i;:::-;6190:90;;6300:5;6329:6;6322:5;6315:21;6363:4;6356:5;6352:16;6345:23;;6416:4;6408:6;6404:17;6396:6;6392:30;6445:3;6437:6;6434:15;6431:122;;;6464:79;;:::i;:::-;6431:122;6579:6;6562:220;6596:6;6591:3;6588:15;6562:220;;;6671:3;6700:37;6733:3;6721:10;6700:37;:::i;:::-;6695:3;6688:50;6767:4;6762:3;6758:14;6751:21;;6638:144;6622:4;6617:3;6613:14;6606:21;;6562:220;;;6566:21;6180:608;;6078:710;;;;;:::o;6811:370::-;6882:5;6931:3;6924:4;6916:6;6912:17;6908:27;6898:122;;6939:79;;:::i;:::-;6898:122;7056:6;7043:20;7081:94;7171:3;7163:6;7156:4;7148:6;7144:17;7081:94;:::i;:::-;7072:103;;6888:293;6811:370;;;;:::o;7187:117::-;7296:1;7293;7286:12;7310:307;7371:4;7461:18;7453:6;7450:30;7447:56;;;7483:18;;:::i;:::-;7447:56;7521:29;7543:6;7521:29;:::i;:::-;7513:37;;7605:4;7599;7595:15;7587:23;;7310:307;;;:::o;7623:146::-;7720:6;7715:3;7710;7697:30;7761:1;7752:6;7747:3;7743:16;7736:27;7623:146;;;:::o;7775:423::-;7852:5;7877:65;7893:48;7934:6;7893:48;:::i;:::-;7877:65;:::i;:::-;7868:74;;7965:6;7958:5;7951:21;8003:4;7996:5;7992:16;8041:3;8032:6;8027:3;8023:16;8020:25;8017:112;;;8048:79;;:::i;:::-;8017:112;8138:54;8185:6;8180:3;8175;8138:54;:::i;:::-;7858:340;7775:423;;;;;:::o;8217:338::-;8272:5;8321:3;8314:4;8306:6;8302:17;8298:27;8288:122;;8329:79;;:::i;:::-;8288:122;8446:6;8433:20;8471:78;8545:3;8537:6;8530:4;8522:6;8518:17;8471:78;:::i;:::-;8462:87;;8278:277;8217:338;;;;:::o;8561:1509::-;8715:6;8723;8731;8739;8747;8796:3;8784:9;8775:7;8771:23;8767:33;8764:120;;;8803:79;;:::i;:::-;8764:120;8923:1;8948:53;8993:7;8984:6;8973:9;8969:22;8948:53;:::i;:::-;8938:63;;8894:117;9050:2;9076:53;9121:7;9112:6;9101:9;9097:22;9076:53;:::i;:::-;9066:63;;9021:118;9206:2;9195:9;9191:18;9178:32;9237:18;9229:6;9226:30;9223:117;;;9259:79;;:::i;:::-;9223:117;9364:78;9434:7;9425:6;9414:9;9410:22;9364:78;:::i;:::-;9354:88;;9149:303;9519:2;9508:9;9504:18;9491:32;9550:18;9542:6;9539:30;9536:117;;;9572:79;;:::i;:::-;9536:117;9677:78;9747:7;9738:6;9727:9;9723:22;9677:78;:::i;:::-;9667:88;;9462:303;9832:3;9821:9;9817:19;9804:33;9864:18;9856:6;9853:30;9850:117;;;9886:79;;:::i;:::-;9850:117;9991:62;10045:7;10036:6;10025:9;10021:22;9991:62;:::i;:::-;9981:72;;9775:288;8561:1509;;;;;;;;:::o;10076:311::-;10153:4;10243:18;10235:6;10232:30;10229:56;;;10265:18;;:::i;:::-;10229:56;10315:4;10307:6;10303:17;10295:25;;10375:4;10369;10365:15;10357:23;;10076:311;;;:::o;10410:710::-;10506:5;10531:81;10547:64;10604:6;10547:64;:::i;:::-;10531:81;:::i;:::-;10522:90;;10632:5;10661:6;10654:5;10647:21;10695:4;10688:5;10684:16;10677:23;;10748:4;10740:6;10736:17;10728:6;10724:30;10777:3;10769:6;10766:15;10763:122;;;10796:79;;:::i;:::-;10763:122;10911:6;10894:220;10928:6;10923:3;10920:15;10894:220;;;11003:3;11032:37;11065:3;11053:10;11032:37;:::i;:::-;11027:3;11020:50;11099:4;11094:3;11090:14;11083:21;;10970:144;10954:4;10949:3;10945:14;10938:21;;10894:220;;;10898:21;10512:608;;10410:710;;;;;:::o;11143:370::-;11214:5;11263:3;11256:4;11248:6;11244:17;11240:27;11230:122;;11271:79;;:::i;:::-;11230:122;11388:6;11375:20;11413:94;11503:3;11495:6;11488:4;11480:6;11476:17;11413:94;:::i;:::-;11404:103;;11220:293;11143:370;;;;:::o;11519:894::-;11637:6;11645;11694:2;11682:9;11673:7;11669:23;11665:32;11662:119;;;11700:79;;:::i;:::-;11662:119;11848:1;11837:9;11833:17;11820:31;11878:18;11870:6;11867:30;11864:117;;;11900:79;;:::i;:::-;11864:117;12005:78;12075:7;12066:6;12055:9;12051:22;12005:78;:::i;:::-;11995:88;;11791:302;12160:2;12149:9;12145:18;12132:32;12191:18;12183:6;12180:30;12177:117;;;12213:79;;:::i;:::-;12177:117;12318:78;12388:7;12379:6;12368:9;12364:22;12318:78;:::i;:::-;12308:88;;12103:303;11519:894;;;;;:::o;12419:114::-;12486:6;12520:5;12514:12;12504:22;;12419:114;;;:::o;12539:184::-;12638:11;12672:6;12667:3;12660:19;12712:4;12707:3;12703:14;12688:29;;12539:184;;;;:::o;12729:132::-;12796:4;12819:3;12811:11;;12849:4;12844:3;12840:14;12832:22;;12729:132;;;:::o;12867:108::-;12944:24;12962:5;12944:24;:::i;:::-;12939:3;12932:37;12867:108;;:::o;12981:179::-;13050:10;13071:46;13113:3;13105:6;13071:46;:::i;:::-;13149:4;13144:3;13140:14;13126:28;;12981:179;;;;:::o;13166:113::-;13236:4;13268;13263:3;13259:14;13251:22;;13166:113;;;:::o;13315:732::-;13434:3;13463:54;13511:5;13463:54;:::i;:::-;13533:86;13612:6;13607:3;13533:86;:::i;:::-;13526:93;;13643:56;13693:5;13643:56;:::i;:::-;13722:7;13753:1;13738:284;13763:6;13760:1;13757:13;13738:284;;;13839:6;13833:13;13866:63;13925:3;13910:13;13866:63;:::i;:::-;13859:70;;13952:60;14005:6;13952:60;:::i;:::-;13942:70;;13798:224;13785:1;13782;13778:9;13773:14;;13738:284;;;13742:14;14038:3;14031:10;;13439:608;;;13315:732;;;;:::o;14053:373::-;14196:4;14234:2;14223:9;14219:18;14211:26;;14283:9;14277:4;14273:20;14269:1;14258:9;14254:17;14247:47;14311:108;14414:4;14405:6;14311:108;:::i;:::-;14303:116;;14053:373;;;;:::o;14432:116::-;14502:21;14517:5;14502:21;:::i;:::-;14495:5;14492:32;14482:60;;14538:1;14535;14528:12;14482:60;14432:116;:::o;14554:133::-;14597:5;14635:6;14622:20;14613:29;;14651:30;14675:5;14651:30;:::i;:::-;14554:133;;;;:::o;14693:468::-;14758:6;14766;14815:2;14803:9;14794:7;14790:23;14786:32;14783:119;;;14821:79;;:::i;:::-;14783:119;14941:1;14966:53;15011:7;15002:6;14991:9;14987:22;14966:53;:::i;:::-;14956:63;;14912:117;15068:2;15094:50;15136:7;15127:6;15116:9;15112:22;15094:50;:::i;:::-;15084:60;;15039:115;14693:468;;;;;:::o;15167:474::-;15235:6;15243;15292:2;15280:9;15271:7;15267:23;15263:32;15260:119;;;15298:79;;:::i;:::-;15260:119;15418:1;15443:53;15488:7;15479:6;15468:9;15464:22;15443:53;:::i;:::-;15433:63;;15389:117;15545:2;15571:53;15616:7;15607:6;15596:9;15592:22;15571:53;:::i;:::-;15561:63;;15516:118;15167:474;;;;;:::o;15647:1089::-;15751:6;15759;15767;15775;15783;15832:3;15820:9;15811:7;15807:23;15803:33;15800:120;;;15839:79;;:::i;:::-;15800:120;15959:1;15984:53;16029:7;16020:6;16009:9;16005:22;15984:53;:::i;:::-;15974:63;;15930:117;16086:2;16112:53;16157:7;16148:6;16137:9;16133:22;16112:53;:::i;:::-;16102:63;;16057:118;16214:2;16240:53;16285:7;16276:6;16265:9;16261:22;16240:53;:::i;:::-;16230:63;;16185:118;16342:2;16368:53;16413:7;16404:6;16393:9;16389:22;16368:53;:::i;:::-;16358:63;;16313:118;16498:3;16487:9;16483:19;16470:33;16530:18;16522:6;16519:30;16516:117;;;16552:79;;:::i;:::-;16516:117;16657:62;16711:7;16702:6;16691:9;16687:22;16657:62;:::i;:::-;16647:72;;16441:288;15647:1089;;;;;;;;:::o;16742:229::-;16882:34;16878:1;16870:6;16866:14;16859:58;16951:12;16946:2;16938:6;16934:15;16927:37;16742:229;:::o;16977:366::-;17119:3;17140:67;17204:2;17199:3;17140:67;:::i;:::-;17133:74;;17216:93;17305:3;17216:93;:::i;:::-;17334:2;17329:3;17325:12;17318:19;;16977:366;;;:::o;17349:419::-;17515:4;17553:2;17542:9;17538:18;17530:26;;17602:9;17596:4;17592:20;17588:1;17577:9;17573:17;17566:47;17630:131;17756:4;17630:131;:::i;:::-;17622:139;;17349:419;;;:::o;17774:180::-;17822:77;17819:1;17812:88;17919:4;17916:1;17909:15;17943:4;17940:1;17933:15;17960:320;18004:6;18041:1;18035:4;18031:12;18021:22;;18088:1;18082:4;18078:12;18109:18;18099:81;;18165:4;18157:6;18153:17;18143:27;;18099:81;18227:2;18219:6;18216:14;18196:18;18193:38;18190:84;;18246:18;;:::i;:::-;18190:84;18011:269;17960:320;;;:::o;18286:233::-;18426:34;18422:1;18414:6;18410:14;18403:58;18495:16;18490:2;18482:6;18478:15;18471:41;18286:233;:::o;18525:366::-;18667:3;18688:67;18752:2;18747:3;18688:67;:::i;:::-;18681:74;;18764:93;18853:3;18764:93;:::i;:::-;18882:2;18877:3;18873:12;18866:19;;18525:366;;;:::o;18897:419::-;19063:4;19101:2;19090:9;19086:18;19078:26;;19150:9;19144:4;19140:20;19136:1;19125:9;19121:17;19114:47;19178:131;19304:4;19178:131;:::i;:::-;19170:139;;18897:419;;;:::o;19322:228::-;19462:34;19458:1;19450:6;19446:14;19439:58;19531:11;19526:2;19518:6;19514:15;19507:36;19322:228;:::o;19556:366::-;19698:3;19719:67;19783:2;19778:3;19719:67;:::i;:::-;19712:74;;19795:93;19884:3;19795:93;:::i;:::-;19913:2;19908:3;19904:12;19897:19;;19556:366;;;:::o;19928:419::-;20094:4;20132:2;20121:9;20117:18;20109:26;;20181:9;20175:4;20171:20;20167:1;20156:9;20152:17;20145:47;20209:131;20335:4;20209:131;:::i;:::-;20201:139;;19928:419;;;:::o;20353:180::-;20401:77;20398:1;20391:88;20498:4;20495:1;20488:15;20522:4;20519:1;20512:15;20539:180;20587:77;20584:1;20577:88;20684:4;20681:1;20674:15;20708:4;20705:1;20698:15;20725:233;20764:3;20787:24;20805:5;20787:24;:::i;:::-;20778:33;;20833:66;20826:5;20823:77;20820:103;;20903:18;;:::i;:::-;20820:103;20950:1;20943:5;20939:13;20932:20;;20725:233;;;:::o;20964:227::-;21104:34;21100:1;21092:6;21088:14;21081:58;21173:10;21168:2;21160:6;21156:15;21149:35;20964:227;:::o;21197:366::-;21339:3;21360:67;21424:2;21419:3;21360:67;:::i;:::-;21353:74;;21436:93;21525:3;21436:93;:::i;:::-;21554:2;21549:3;21545:12;21538:19;;21197:366;;;:::o;21569:419::-;21735:4;21773:2;21762:9;21758:18;21750:26;;21822:9;21816:4;21812:20;21808:1;21797:9;21793:17;21786:47;21850:131;21976:4;21850:131;:::i;:::-;21842:139;;21569:419;;;:::o;21994:224::-;22134:34;22130:1;22122:6;22118:14;22111:58;22203:7;22198:2;22190:6;22186:15;22179:32;21994:224;:::o;22224:366::-;22366:3;22387:67;22451:2;22446:3;22387:67;:::i;:::-;22380:74;;22463:93;22552:3;22463:93;:::i;:::-;22581:2;22576:3;22572:12;22565:19;;22224:366;;;:::o;22596:419::-;22762:4;22800:2;22789:9;22785:18;22777:26;;22849:9;22843:4;22839:20;22835:1;22824:9;22820:17;22813:47;22877:131;23003:4;22877:131;:::i;:::-;22869:139;;22596:419;;;:::o;23021:229::-;23161:34;23157:1;23149:6;23145:14;23138:58;23230:12;23225:2;23217:6;23213:15;23206:37;23021:229;:::o;23256:366::-;23398:3;23419:67;23483:2;23478:3;23419:67;:::i;:::-;23412:74;;23495:93;23584:3;23495:93;:::i;:::-;23613:2;23608:3;23604:12;23597:19;;23256:366;;;:::o;23628:419::-;23794:4;23832:2;23821:9;23817:18;23809:26;;23881:9;23875:4;23871:20;23867:1;23856:9;23852:17;23845:47;23909:131;24035:4;23909:131;:::i;:::-;23901:139;;23628:419;;;:::o;24053:191::-;24093:3;24112:20;24130:1;24112:20;:::i;:::-;24107:25;;24146:20;24164:1;24146:20;:::i;:::-;24141:25;;24189:1;24186;24182:9;24175:16;;24210:3;24207:1;24204:10;24201:36;;;24217:18;;:::i;:::-;24201:36;24053:191;;;;:::o;24250:634::-;24471:4;24509:2;24498:9;24494:18;24486:26;;24558:9;24552:4;24548:20;24544:1;24533:9;24529:17;24522:47;24586:108;24689:4;24680:6;24586:108;:::i;:::-;24578:116;;24741:9;24735:4;24731:20;24726:2;24715:9;24711:18;24704:48;24769:108;24872:4;24863:6;24769:108;:::i;:::-;24761:116;;24250:634;;;;;:::o;24890:228::-;25030:34;25026:1;25018:6;25014:14;25007:58;25099:11;25094:2;25086:6;25082:15;25075:36;24890:228;:::o;25124:366::-;25266:3;25287:67;25351:2;25346:3;25287:67;:::i;:::-;25280:74;;25363:93;25452:3;25363:93;:::i;:::-;25481:2;25476:3;25472:12;25465:19;;25124:366;;;:::o;25496:419::-;25662:4;25700:2;25689:9;25685:18;25677:26;;25749:9;25743:4;25739:20;25735:1;25724:9;25720:17;25713:47;25777:131;25903:4;25777:131;:::i;:::-;25769:139;;25496:419;;;:::o;25921:332::-;26042:4;26080:2;26069:9;26065:18;26057:26;;26093:71;26161:1;26150:9;26146:17;26137:6;26093:71;:::i;:::-;26174:72;26242:2;26231:9;26227:18;26218:6;26174:72;:::i;:::-;25921:332;;;;;:::o;26259:118::-;26346:24;26364:5;26346:24;:::i;:::-;26341:3;26334:37;26259:118;;:::o;26383:98::-;26434:6;26468:5;26462:12;26452:22;;26383:98;;;:::o;26487:168::-;26570:11;26604:6;26599:3;26592:19;26644:4;26639:3;26635:14;26620:29;;26487:168;;;;:::o;26661:373::-;26747:3;26775:38;26807:5;26775:38;:::i;:::-;26829:70;26892:6;26887:3;26829:70;:::i;:::-;26822:77;;26908:65;26966:6;26961:3;26954:4;26947:5;26943:16;26908:65;:::i;:::-;26998:29;27020:6;26998:29;:::i;:::-;26993:3;26989:39;26982:46;;26751:283;26661:373;;;;:::o;27040:1053::-;27363:4;27401:3;27390:9;27386:19;27378:27;;27415:71;27483:1;27472:9;27468:17;27459:6;27415:71;:::i;:::-;27496:72;27564:2;27553:9;27549:18;27540:6;27496:72;:::i;:::-;27615:9;27609:4;27605:20;27600:2;27589:9;27585:18;27578:48;27643:108;27746:4;27737:6;27643:108;:::i;:::-;27635:116;;27798:9;27792:4;27788:20;27783:2;27772:9;27768:18;27761:48;27826:108;27929:4;27920:6;27826:108;:::i;:::-;27818:116;;27982:9;27976:4;27972:20;27966:3;27955:9;27951:19;27944:49;28010:76;28081:4;28072:6;28010:76;:::i;:::-;28002:84;;27040:1053;;;;;;;;:::o;28099:141::-;28155:5;28186:6;28180:13;28171:22;;28202:32;28228:5;28202:32;:::i;:::-;28099:141;;;;:::o;28246:349::-;28315:6;28364:2;28352:9;28343:7;28339:23;28335:32;28332:119;;;28370:79;;:::i;:::-;28332:119;28490:1;28515:63;28570:7;28561:6;28550:9;28546:22;28515:63;:::i;:::-;28505:73;;28461:127;28246:349;;;;:::o;28601:106::-;28645:8;28694:5;28689:3;28685:15;28664:36;;28601:106;;;:::o;28713:183::-;28748:3;28786:1;28768:16;28765:23;28762:128;;;28824:1;28821;28818;28803:23;28846:34;28877:1;28871:8;28846:34;:::i;:::-;28839:41;;28762:128;28713:183;:::o;28902:711::-;28941:3;28979:4;28961:16;28958:26;28987:5;28955:39;29016:20;;:::i;:::-;29091:1;29073:16;29069:24;29066:1;29060:4;29045:49;29124:4;29118:11;29223:16;29216:4;29208:6;29204:17;29201:39;29168:18;29160:6;29157:30;29141:113;29138:146;;;29269:5;;;;29138:146;29315:6;29309:4;29305:17;29351:3;29345:10;29378:18;29370:6;29367:30;29364:43;;;29400:5;;;;;;29364:43;29448:6;29441:4;29436:3;29432:14;29428:27;29507:1;29489:16;29485:24;29479:4;29475:35;29470:3;29467:44;29464:57;;;29514:5;;;;;;;29464:57;29531;29579:6;29573:4;29569:17;29561:6;29557:30;29551:4;29531:57;:::i;:::-;29604:3;29597:10;;28945:668;;;;;28902:711;;:::o;29619:239::-;29759:34;29755:1;29747:6;29743:14;29736:58;29828:22;29823:2;29815:6;29811:15;29804:47;29619:239;:::o;29864:366::-;30006:3;30027:67;30091:2;30086:3;30027:67;:::i;:::-;30020:74;;30103:93;30192:3;30103:93;:::i;:::-;30221:2;30216:3;30212:12;30205:19;;29864:366;;;:::o;30236:419::-;30402:4;30440:2;30429:9;30425:18;30417:26;;30489:9;30483:4;30479:20;30475:1;30464:9;30460:17;30453:47;30517:131;30643:4;30517:131;:::i;:::-;30509:139;;30236:419;;;:::o;30661:227::-;30801:34;30797:1;30789:6;30785:14;30778:58;30870:10;30865:2;30857:6;30853:15;30846:35;30661:227;:::o;30894:366::-;31036:3;31057:67;31121:2;31116:3;31057:67;:::i;:::-;31050:74;;31133:93;31222:3;31133:93;:::i;:::-;31251:2;31246:3;31242:12;31235:19;;30894:366;;;:::o;31266:419::-;31432:4;31470:2;31459:9;31455:18;31447:26;;31519:9;31513:4;31509:20;31505:1;31494:9;31490:17;31483:47;31547:131;31673:4;31547:131;:::i;:::-;31539:139;;31266:419;;;:::o;31691:751::-;31914:4;31952:3;31941:9;31937:19;31929:27;;31966:71;32034:1;32023:9;32019:17;32010:6;31966:71;:::i;:::-;32047:72;32115:2;32104:9;32100:18;32091:6;32047:72;:::i;:::-;32129;32197:2;32186:9;32182:18;32173:6;32129:72;:::i;:::-;32211;32279:2;32268:9;32264:18;32255:6;32211:72;:::i;:::-;32331:9;32325:4;32321:20;32315:3;32304:9;32300:19;32293:49;32359:76;32430:4;32421:6;32359:76;:::i;:::-;32351:84;;31691:751;;;;;;;;:::o"
},
"gasEstimates": {
"creation": {
"codeDepositCost": "1892600",
"executionCost": "infinite",
"totalCost": "infinite"
},
"external": {
"balanceOf(address,uint256)": "infinite",
"balanceOfBatch(address[],uint256[])": "infinite",
"isApprovedForAll(address,address)": "infinite",
"safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)": "infinite",
"safeTransferFrom(address,address,uint256,uint256,bytes)": "infinite",
"setApprovalForAll(address,bool)": "infinite",
"supportsInterface(bytes4)": "796",
"uri(uint256)": "infinite"
},
"internal": {
"_afterTokenTransfer(address,address,address,uint256[] memory,uint256[] memory,bytes memory)": "21",
"_asSingletonArray(uint256)": "infinite",
"_beforeTokenTransfer(address,address,address,uint256[] memory,uint256[] memory,bytes memory)": "21",
"_burn(address,uint256,uint256)": "infinite",
"_burnBatch(address,uint256[] memory,uint256[] memory)": "infinite",
"_doSafeBatchTransferAcceptanceCheck(address,address,address,uint256[] memory,uint256[] memory,bytes memory)": "infinite",
"_doSafeTransferAcceptanceCheck(address,address,address,uint256,uint256,bytes memory)": "infinite",
"_mint(address,uint256,uint256,bytes memory)": "infinite",
"_mintBatch(address,uint256[] memory,uint256[] memory,bytes memory)": "infinite",
"_safeBatchTransferFrom(address,address,uint256[] memory,uint256[] memory,bytes memory)": "infinite",
"_safeTransferFrom(address,address,uint256,uint256,bytes memory)": "infinite",
"_setApprovalForAll(address,address,bool)": "infinite",
"_setURI(string memory)": "infinite"
}
},
"methodIdentifiers": {
"balanceOf(address,uint256)": "00fdd58e",
"balanceOfBatch(address[],uint256[])": "4e1273f4",
"isApprovedForAll(address,address)": "e985e9c5",
"safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)": "2eb2c2d6",
"safeTransferFrom(address,address,uint256,uint256,bytes)": "f242432a",
"setApprovalForAll(address,bool)": "a22cb465",
"supportsInterface(bytes4)": "01ffc9a7",
"uri(uint256)": "0e89341c"
}
},
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "uri_",
"type": "string"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "TransferBatch",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "TransferSingle",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "value",
"type": "string"
},
{
"indexed": true,
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "URI",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "accounts",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
}
],
"name": "balanceOfBatch",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "operator",
"type": "address"
}
],
"name": "isApprovedForAll",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeBatchTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "setApprovalForAll",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "uri",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.19+commit.7dd6d404"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "uri_",
"type": "string"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "TransferBatch",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "TransferSingle",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "value",
"type": "string"
},
{
"indexed": true,
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "URI",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "accounts",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
}
],
"name": "balanceOfBatch",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "operator",
"type": "address"
}
],
"name": "isApprovedForAll",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeBatchTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "setApprovalForAll",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "uri",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"details": "Implementation of the basic standard multi-token. See https://eips.ethereum.org/EIPS/eip-1155 Originally based on code by Enjin: https://github.com/enjin/erc-1155 _Available since v3.1._",
"events": {
"ApprovalForAll(address,address,bool)": {
"details": "Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to `approved`."
},
"TransferBatch(address,address,address,uint256[],uint256[])": {
"details": "Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all transfers."
},
"TransferSingle(address,address,address,uint256,uint256)": {
"details": "Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`."
},
"URI(string,uint256)": {
"details": "Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. If an {URI} event was emitted for `id`, the standard https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value returned by {IERC1155MetadataURI-uri}."
}
},
"kind": "dev",
"methods": {
"balanceOf(address,uint256)": {
"details": "See {IERC1155-balanceOf}. Requirements: - `account` cannot be the zero address."
},
"balanceOfBatch(address[],uint256[])": {
"details": "See {IERC1155-balanceOfBatch}. Requirements: - `accounts` and `ids` must have the same length."
},
"constructor": {
"details": "See {_setURI}."
},
"isApprovedForAll(address,address)": {
"details": "See {IERC1155-isApprovedForAll}."
},
"safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)": {
"details": "See {IERC1155-safeBatchTransferFrom}."
},
"safeTransferFrom(address,address,uint256,uint256,bytes)": {
"details": "See {IERC1155-safeTransferFrom}."
},
"setApprovalForAll(address,bool)": {
"details": "See {IERC1155-setApprovalForAll}."
},
"supportsInterface(bytes4)": {
"details": "See {IERC165-supportsInterface}."
},
"uri(uint256)": {
"details": "See {IERC1155MetadataURI-uri}. This implementation returns the same URI for *all* token types. It relies on the token type ID substitution mechanism https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP]. Clients calling this function must replace the `\\{id\\}` substring with the actual token type ID."
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol": "ERC1155"
},
"evmVersion": "paris",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol": {
"keccak256": "0xd917747dc87f189c6779b894f367a028f9dca4be930283cccec8f312966af820",
"license": "MIT",
"urls": [
"bzz-raw://7a5e5b99830cf233f77aa3b1bd1f57561faee103beeee88e6a6f86d044817bbb",
"dweb:/ipfs/QmREYidSDpHPig3AhxzsMHg3w2ZtMeGfRhcokXxEZyj6fC"
]
},
".deps/npm/@openzeppelin/contracts/token/ERC1155/IERC1155.sol": {
"keccak256": "0x6392f2cfe3a5ee802227fe7a2dfd47096d881aec89bddd214b35c5b46d3cd941",
"license": "MIT",
"urls": [
"bzz-raw://bd9c47a375639888e726a99da718890ba16d17d7ad9eacb0ccc892d46d1b3ee0",
"dweb:/ipfs/Qmb41W5RUjy2sWg49A2rMnxekSeEk6SvGyJL5tyCCSr7un"
]
},
".deps/npm/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol": {
"keccak256": "0xeb373f1fdc7b755c6a750123a9b9e3a8a02c1470042fd6505d875000a80bde0b",
"license": "MIT",
"urls": [
"bzz-raw://0e28648f994abf1d6bc345644a361cc0b7efa544f8bc0c8ec26011fed85a91ec",
"dweb:/ipfs/QmVVE7AiRjKaQYYji7TkjmTeVzGpNmms5eoxqTCfvvpj6D"
]
},
".deps/npm/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol": {
"keccak256": "0xa66d18b9a85458d28fc3304717964502ae36f7f8a2ff35bc83f6f85d74b03574",
"license": "MIT",
"urls": [
"bzz-raw://e46c80ea068989111d6103e5521223f9ef337e93de76deed8b03f75c6f7b2797",
"dweb:/ipfs/QmNoSE6knNfFncdDDLTb3fGR6oSQty1srG96Vsx3E9wQdw"
]
},
".deps/npm/@openzeppelin/contracts/utils/Address.sol": {
"keccak256": "0xf96f969e24029d43d0df89e59d365f277021dac62b48e1c1e3ebe0acdd7f1ca1",
"license": "MIT",
"urls": [
"bzz-raw://ec772b45a624be516f1c81970caa8a2e144301e9d0921cbc1a2789fef39a1269",
"dweb:/ipfs/QmNyjwxCrGhQMyzLD93oUobJXVe9ceJvRvfXwbEtuxPiEj"
]
},
".deps/npm/@openzeppelin/contracts/utils/Context.sol": {
"keccak256": "0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7",
"license": "MIT",
"urls": [
"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92",
"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3"
]
},
".deps/npm/@openzeppelin/contracts/utils/introspection/ERC165.sol": {
"keccak256": "0xd10975de010d89fd1c78dc5e8a9a7e7f496198085c151648f20cba166b32582b",
"license": "MIT",
"urls": [
"bzz-raw://fb0048dee081f6fffa5f74afc3fb328483c2a30504e94a0ddd2a5114d731ec4d",
"dweb:/ipfs/QmZptt1nmYoA5SgjwnSgWqgUSDgm4q52Yos3xhnMv3MV43"
]
},
".deps/npm/@openzeppelin/contracts/utils/introspection/IERC165.sol": {
"keccak256": "0x447a5f3ddc18419d41ff92b3773fb86471b1db25773e07f877f548918a185bf1",
"license": "MIT",
"urls": [
"bzz-raw://be161e54f24e5c6fae81a12db1a8ae87bc5ae1b0ddc805d82a1440a68455088f",
"dweb:/ipfs/QmP7C3CHdY9urF4dEMb9wmsp1wMxHF6nhA2yQE5SKiPAdy"
]
}
},
"version": 1
}
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC1155/ERC1155.sol)
pragma solidity ^0.8.0;
import "./IERC1155.sol";
import "./IERC1155Receiver.sol";
import "./extensions/IERC1155MetadataURI.sol";
import "../../utils/Address.sol";
import "../../utils/Context.sol";
import "../../utils/introspection/ERC165.sol";
/**
* @dev Implementation of the basic standard multi-token.
* See https://eips.ethereum.org/EIPS/eip-1155
* Originally based on code by Enjin: https://github.com/enjin/erc-1155
*
* _Available since v3.1._
*/
contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {
using Address for address;
// Mapping from token ID to account balances
mapping(uint256 => mapping(address => uint256)) private _balances;
// Mapping from account to operator approvals
mapping(address => mapping(address => bool)) private _operatorApprovals;
// Used as the URI for all token types by relying on ID substitution, e.g. https://token-cdn-domain/{id}.json
string private _uri;
/**
* @dev See {_setURI}.
*/
constructor(string memory uri_) {
_setURI(uri_);
}
/**
* @dev See {IERC165-supportsInterface}.
*/
function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
return
interfaceId == type(IERC1155).interfaceId ||
interfaceId == type(IERC1155MetadataURI).interfaceId ||
super.supportsInterface(interfaceId);
}
/**
* @dev See {IERC1155MetadataURI-uri}.
*
* This implementation returns the same URI for *all* token types. It relies
* on the token type ID substitution mechanism
* https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].
*
* Clients calling this function must replace the `\{id\}` substring with the
* actual token type ID.
*/
function uri(uint256) public view virtual override returns (string memory) {
return _uri;
}
/**
* @dev See {IERC1155-balanceOf}.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function balanceOf(address account, uint256 id) public view virtual override returns (uint256) {
require(account != address(0), "ERC1155: address zero is not a valid owner");
return _balances[id][account];
}
/**
* @dev See {IERC1155-balanceOfBatch}.
*
* Requirements:
*
* - `accounts` and `ids` must have the same length.
*/
function balanceOfBatch(address[] memory accounts, uint256[] memory ids)
public
view
virtual
override
returns (uint256[] memory)
{
require(accounts.length == ids.length, "ERC1155: accounts and ids length mismatch");
uint256[] memory batchBalances = new uint256[](accounts.length);
for (uint256 i = 0; i < accounts.length; ++i) {
batchBalances[i] = balanceOf(accounts[i], ids[i]);
}
return batchBalances;
}
/**
* @dev See {IERC1155-setApprovalForAll}.
*/
function setApprovalForAll(address operator, bool approved) public virtual override {
_setApprovalForAll(_msgSender(), operator, approved);
}
/**
* @dev See {IERC1155-isApprovedForAll}.
*/
function isApprovedForAll(address account, address operator) public view virtual override returns (bool) {
return _operatorApprovals[account][operator];
}
/**
* @dev See {IERC1155-safeTransferFrom}.
*/
function safeTransferFrom(
address from,
address to,
uint256 id,
uint256 amount,
bytes memory data
) public virtual override {
require(
from == _msgSender() || isApprovedForAll(from, _msgSender()),
"ERC1155: caller is not token owner or approved"
);
_safeTransferFrom(from, to, id, amount, data);
}
/**
* @dev See {IERC1155-safeBatchTransferFrom}.
*/
function safeBatchTransferFrom(
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) public virtual override {
require(
from == _msgSender() || isApprovedForAll(from, _msgSender()),
"ERC1155: caller is not token owner or approved"
);
_safeBatchTransferFrom(from, to, ids, amounts, data);
}
/**
* @dev Transfers `amount` tokens of token type `id` from `from` to `to`.
*
* Emits a {TransferSingle} event.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - `from` must have a balance of tokens of type `id` of at least `amount`.
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
* acceptance magic value.
*/
function _safeTransferFrom(
address from,
address to,
uint256 id,
uint256 amount,
bytes memory data
) internal virtual {
require(to != address(0), "ERC1155: transfer to the zero address");
address operator = _msgSender();
uint256[] memory ids = _asSingletonArray(id);
uint256[] memory amounts = _asSingletonArray(amount);
_beforeTokenTransfer(operator, from, to, ids, amounts, data);
uint256 fromBalance = _balances[id][from];
require(fromBalance >= amount, "ERC1155: insufficient balance for transfer");
unchecked {
_balances[id][from] = fromBalance - amount;
}
_balances[id][to] += amount;
emit TransferSingle(operator, from, to, id, amount);
_afterTokenTransfer(operator, from, to, ids, amounts, data);
_doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data);
}
/**
* @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_safeTransferFrom}.
*
* Emits a {TransferBatch} event.
*
* Requirements:
*
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
* acceptance magic value.
*/
function _safeBatchTransferFrom(
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual {
require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");
require(to != address(0), "ERC1155: transfer to the zero address");
address operator = _msgSender();
_beforeTokenTransfer(operator, from, to, ids, amounts, data);
for (uint256 i = 0; i < ids.length; ++i) {
uint256 id = ids[i];
uint256 amount = amounts[i];
uint256 fromBalance = _balances[id][from];
require(fromBalance >= amount, "ERC1155: insufficient balance for transfer");
unchecked {
_balances[id][from] = fromBalance - amount;
}
_balances[id][to] += amount;
}
emit TransferBatch(operator, from, to, ids, amounts);
_afterTokenTransfer(operator, from, to, ids, amounts, data);
_doSafeBatchTransferAcceptanceCheck(operator, from, to, ids, amounts, data);
}
/**
* @dev Sets a new URI for all token types, by relying on the token type ID
* substitution mechanism
* https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].
*
* By this mechanism, any occurrence of the `\{id\}` substring in either the
* URI or any of the amounts in the JSON file at said URI will be replaced by
* clients with the token type ID.
*
* For example, the `https://token-cdn-domain/\{id\}.json` URI would be
* interpreted by clients as
* `https://token-cdn-domain/000000000000000000000000000000000000000000000000000000000004cce0.json`
* for token type ID 0x4cce0.
*
* See {uri}.
*
* Because these URIs cannot be meaningfully represented by the {URI} event,
* this function emits no events.
*/
function _setURI(string memory newuri) internal virtual {
_uri = newuri;
}
/**
* @dev Creates `amount` tokens of token type `id`, and assigns them to `to`.
*
* Emits a {TransferSingle} event.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
* acceptance magic value.
*/
function _mint(
address to,
uint256 id,
uint256 amount,
bytes memory data
) internal virtual {
require(to != address(0), "ERC1155: mint to the zero address");
address operator = _msgSender();
uint256[] memory ids = _asSingletonArray(id);
uint256[] memory amounts = _asSingletonArray(amount);
_beforeTokenTransfer(operator, address(0), to, ids, amounts, data);
_balances[id][to] += amount;
emit TransferSingle(operator, address(0), to, id, amount);
_afterTokenTransfer(operator, address(0), to, ids, amounts, data);
_doSafeTransferAcceptanceCheck(operator, address(0), to, id, amount, data);
}
/**
* @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_mint}.
*
* Emits a {TransferBatch} event.
*
* Requirements:
*
* - `ids` and `amounts` must have the same length.
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
* acceptance magic value.
*/
function _mintBatch(
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual {
require(to != address(0), "ERC1155: mint to the zero address");
require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");
address operator = _msgSender();
_beforeTokenTransfer(operator, address(0), to, ids, amounts, data);
for (uint256 i = 0; i < ids.length; i++) {
_balances[ids[i]][to] += amounts[i];
}
emit TransferBatch(operator, address(0), to, ids, amounts);
_afterTokenTransfer(operator, address(0), to, ids, amounts, data);
_doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data);
}
/**
* @dev Destroys `amount` tokens of token type `id` from `from`
*
* Emits a {TransferSingle} event.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `from` must have at least `amount` tokens of token type `id`.
*/
function _burn(
address from,
uint256 id,
uint256 amount
) internal virtual {
require(from != address(0), "ERC1155: burn from the zero address");
address operator = _msgSender();
uint256[] memory ids = _asSingletonArray(id);
uint256[] memory amounts = _asSingletonArray(amount);
_beforeTokenTransfer(operator, from, address(0), ids, amounts, "");
uint256 fromBalance = _balances[id][from];
require(fromBalance >= amount, "ERC1155: burn amount exceeds balance");
unchecked {
_balances[id][from] = fromBalance - amount;
}
emit TransferSingle(operator, from, address(0), id, amount);
_afterTokenTransfer(operator, from, address(0), ids, amounts, "");
}
/**
* @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_burn}.
*
* Emits a {TransferBatch} event.
*
* Requirements:
*
* - `ids` and `amounts` must have the same length.
*/
function _burnBatch(
address from,
uint256[] memory ids,
uint256[] memory amounts
) internal virtual {
require(from != address(0), "ERC1155: burn from the zero address");
require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");
address operator = _msgSender();
_beforeTokenTransfer(operator, from, address(0), ids, amounts, "");
for (uint256 i = 0; i < ids.length; i++) {
uint256 id = ids[i];
uint256 amount = amounts[i];
uint256 fromBalance = _balances[id][from];
require(fromBalance >= amount, "ERC1155: burn amount exceeds balance");
unchecked {
_balances[id][from] = fromBalance - amount;
}
}
emit TransferBatch(operator, from, address(0), ids, amounts);
_afterTokenTransfer(operator, from, address(0), ids, amounts, "");
}
/**
* @dev Approve `operator` to operate on all of `owner` tokens
*
* Emits an {ApprovalForAll} event.
*/
function _setApprovalForAll(
address owner,
address operator,
bool approved
) internal virtual {
require(owner != operator, "ERC1155: setting approval status for self");
_operatorApprovals[owner][operator] = approved;
emit ApprovalForAll(owner, operator, approved);
}
/**
* @dev Hook that is called before any token transfer. This includes minting
* and burning, as well as batched variants.
*
* The same hook is called on both single and batched variants. For single
* transfers, the length of the `ids` and `amounts` arrays will be 1.
*
* Calling conditions (for each `id` and `amount` pair):
*
* - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* of token type `id` will be transferred to `to`.
* - When `from` is zero, `amount` tokens of token type `id` will be minted
* for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens of token type `id`
* will be burned.
* - `from` and `to` are never both zero.
* - `ids` and `amounts` have the same, non-zero length.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(
address operator,
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual {}
/**
* @dev Hook that is called after any token transfer. This includes minting
* and burning, as well as batched variants.
*
* The same hook is called on both single and batched variants. For single
* transfers, the length of the `id` and `amount` arrays will be 1.
*
* Calling conditions (for each `id` and `amount` pair):
*
* - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* of token type `id` will be transferred to `to`.
* - When `from` is zero, `amount` tokens of token type `id` will be minted
* for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens of token type `id`
* will be burned.
* - `from` and `to` are never both zero.
* - `ids` and `amounts` have the same, non-zero length.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _afterTokenTransfer(
address operator,
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual {}
function _doSafeTransferAcceptanceCheck(
address operator,
address from,
address to,
uint256 id,
uint256 amount,
bytes memory data
) private {
if (to.isContract()) {
try IERC1155Receiver(to).onERC1155Received(operator, from, id, amount, data) returns (bytes4 response) {
if (response != IERC1155Receiver.onERC1155Received.selector) {
revert("ERC1155: ERC1155Receiver rejected tokens");
}
} catch Error(string memory reason) {
revert(reason);
} catch {
revert("ERC1155: transfer to non-ERC1155Receiver implementer");
}
}
}
function _doSafeBatchTransferAcceptanceCheck(
address operator,
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) private {
if (to.isContract()) {
try IERC1155Receiver(to).onERC1155BatchReceived(operator, from, ids, amounts, data) returns (
bytes4 response
) {
if (response != IERC1155Receiver.onERC1155BatchReceived.selector) {
revert("ERC1155: ERC1155Receiver rejected tokens");
}
} catch Error(string memory reason) {
revert(reason);
} catch {
revert("ERC1155: transfer to non-ERC1155Receiver implementer");
}
}
}
function _asSingletonArray(uint256 element) private pure returns (uint256[] memory) {
uint256[] memory array = new uint256[](1);
array[0] = element;
return array;
}
}
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol)
pragma solidity ^0.8.0;
import "../../utils/introspection/IERC165.sol";
/**
* @dev Required interface of an ERC1155 compliant contract, as defined in the
* https://eips.ethereum.org/EIPS/eip-1155[EIP].
*
* _Available since v3.1._
*/
interface IERC1155 is IERC165 {
/**
* @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`.
*/
event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value);
/**
* @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all
* transfers.
*/
event TransferBatch(
address indexed operator,
address indexed from,
address indexed to,
uint256[] ids,
uint256[] values
);
/**
* @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to
* `approved`.
*/
event ApprovalForAll(address indexed account, address indexed operator, bool approved);
/**
* @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.
*
* If an {URI} event was emitted for `id`, the standard
* https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value
* returned by {IERC1155MetadataURI-uri}.
*/
event URI(string value, uint256 indexed id);
/**
* @dev Returns the amount of tokens of token type `id` owned by `account`.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function balanceOf(address account, uint256 id) external view returns (uint256);
/**
* @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.
*
* Requirements:
*
* - `accounts` and `ids` must have the same length.
*/
function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids)
external
view
returns (uint256[] memory);
/**
* @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,
*
* Emits an {ApprovalForAll} event.
*
* Requirements:
*
* - `operator` cannot be the caller.
*/
function setApprovalForAll(address operator, bool approved) external;
/**
* @dev Returns true if `operator` is approved to transfer ``account``'s tokens.
*
* See {setApprovalForAll}.
*/
function isApprovedForAll(address account, address operator) external view returns (bool);
/**
* @dev Transfers `amount` tokens of token type `id` from `from` to `to`.
*
* Emits a {TransferSingle} event.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}.
* - `from` must have a balance of tokens of type `id` of at least `amount`.
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
* acceptance magic value.
*/
function safeTransferFrom(
address from,
address to,
uint256 id,
uint256 amount,
bytes calldata data
) external;
/**
* @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.
*
* Emits a {TransferBatch} event.
*
* Requirements:
*
* - `ids` and `amounts` must have the same length.
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
* acceptance magic value.
*/
function safeBatchTransferFrom(
address from,
address to,
uint256[] calldata ids,
uint256[] calldata amounts,
bytes calldata data
) external;
}
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol)
pragma solidity ^0.8.0;
import "../../utils/introspection/IERC165.sol";
/**
* @dev _Available since v3.1._
*/
interface IERC1155Receiver is IERC165 {
/**
* @dev Handles the receipt of a single ERC1155 token type. This function is
* called at the end of a `safeTransferFrom` after the balance has been updated.
*
* NOTE: To accept the transfer, this must return
* `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))`
* (i.e. 0xf23a6e61, or its own function selector).
*
* @param operator The address which initiated the transfer (i.e. msg.sender)
* @param from The address which previously owned the token
* @param id The ID of the token being transferred
* @param value The amount of tokens being transferred
* @param data Additional data with no specified format
* @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed
*/
function onERC1155Received(
address operator,
address from,
uint256 id,
uint256 value,
bytes calldata data
) external returns (bytes4);
/**
* @dev Handles the receipt of a multiple ERC1155 token types. This function
* is called at the end of a `safeBatchTransferFrom` after the balances have
* been updated.
*
* NOTE: To accept the transfer(s), this must return
* `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))`
* (i.e. 0xbc197c81, or its own function selector).
*
* @param operator The address which initiated the batch transfer (i.e. msg.sender)
* @param from The address which previously owned the token
* @param ids An array containing ids of each token being transferred (order and length must match values array)
* @param values An array containing amounts of each token being transferred (order and length must match ids array)
* @param data Additional data with no specified format
* @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed
*/
function onERC1155BatchReceived(
address operator,
address from,
uint256[] calldata ids,
uint256[] calldata values,
bytes calldata data
) external returns (bytes4);
}
This file has been truncated, but you can view the full file.
{
"id": "f294651ef7956265ce8e3eaf9962bfed",
"_format": "hh-sol-build-info-1",
"solcVersion": "0.8.19",
"solcLongVersion": "0.8.19+commit.7dd6d404",
"input": {
"language": "Solidity",
"sources": {
".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC1155/ERC1155.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./IERC1155.sol\";\nimport \"./IERC1155Receiver.sol\";\nimport \"./extensions/IERC1155MetadataURI.sol\";\nimport \"../../utils/Address.sol\";\nimport \"../../utils/Context.sol\";\nimport \"../../utils/introspection/ERC165.sol\";\n\n/**\n * @dev Implementation of the basic standard multi-token.\n * See https://eips.ethereum.org/EIPS/eip-1155\n * Originally based on code by Enjin: https://github.com/enjin/erc-1155\n *\n * _Available since v3.1._\n */\ncontract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {\n using Address for address;\n\n // Mapping from token ID to account balances\n mapping(uint256 => mapping(address => uint256)) private _balances;\n\n // Mapping from account to operator approvals\n mapping(address => mapping(address => bool)) private _operatorApprovals;\n\n // Used as the URI for all token types by relying on ID substitution, e.g. https://token-cdn-domain/{id}.json\n string private _uri;\n\n /**\n * @dev See {_setURI}.\n */\n constructor(string memory uri_) {\n _setURI(uri_);\n }\n\n /**\n * @dev See {IERC165-supportsInterface}.\n */\n function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {\n return\n interfaceId == type(IERC1155).interfaceId ||\n interfaceId == type(IERC1155MetadataURI).interfaceId ||\n super.supportsInterface(interfaceId);\n }\n\n /**\n * @dev See {IERC1155MetadataURI-uri}.\n *\n * This implementation returns the same URI for *all* token types. It relies\n * on the token type ID substitution mechanism\n * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].\n *\n * Clients calling this function must replace the `\\{id\\}` substring with the\n * actual token type ID.\n */\n function uri(uint256) public view virtual override returns (string memory) {\n return _uri;\n }\n\n /**\n * @dev See {IERC1155-balanceOf}.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n */\n function balanceOf(address account, uint256 id) public view virtual override returns (uint256) {\n require(account != address(0), \"ERC1155: address zero is not a valid owner\");\n return _balances[id][account];\n }\n\n /**\n * @dev See {IERC1155-balanceOfBatch}.\n *\n * Requirements:\n *\n * - `accounts` and `ids` must have the same length.\n */\n function balanceOfBatch(address[] memory accounts, uint256[] memory ids)\n public\n view\n virtual\n override\n returns (uint256[] memory)\n {\n require(accounts.length == ids.length, \"ERC1155: accounts and ids length mismatch\");\n\n uint256[] memory batchBalances = new uint256[](accounts.length);\n\n for (uint256 i = 0; i < accounts.length; ++i) {\n batchBalances[i] = balanceOf(accounts[i], ids[i]);\n }\n\n return batchBalances;\n }\n\n /**\n * @dev See {IERC1155-setApprovalForAll}.\n */\n function setApprovalForAll(address operator, bool approved) public virtual override {\n _setApprovalForAll(_msgSender(), operator, approved);\n }\n\n /**\n * @dev See {IERC1155-isApprovedForAll}.\n */\n function isApprovedForAll(address account, address operator) public view virtual override returns (bool) {\n return _operatorApprovals[account][operator];\n }\n\n /**\n * @dev See {IERC1155-safeTransferFrom}.\n */\n function safeTransferFrom(\n address from,\n address to,\n uint256 id,\n uint256 amount,\n bytes memory data\n ) public virtual override {\n require(\n from == _msgSender() || isApprovedForAll(from, _msgSender()),\n \"ERC1155: caller is not token owner or approved\"\n );\n _safeTransferFrom(from, to, id, amount, data);\n }\n\n /**\n * @dev See {IERC1155-safeBatchTransferFrom}.\n */\n function safeBatchTransferFrom(\n address from,\n address to,\n uint256[] memory ids,\n uint256[] memory amounts,\n bytes memory data\n ) public virtual override {\n require(\n from == _msgSender() || isApprovedForAll(from, _msgSender()),\n \"ERC1155: caller is not token owner or approved\"\n );\n _safeBatchTransferFrom(from, to, ids, amounts, data);\n }\n\n /**\n * @dev Transfers `amount` tokens of token type `id` from `from` to `to`.\n *\n * Emits a {TransferSingle} event.\n *\n * Requirements:\n *\n * - `to` cannot be the zero address.\n * - `from` must have a balance of tokens of type `id` of at least `amount`.\n * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the\n * acceptance magic value.\n */\n function _safeTransferFrom(\n address from,\n address to,\n uint256 id,\n uint256 amount,\n bytes memory data\n ) internal virtual {\n require(to != address(0), \"ERC1155: transfer to the zero address\");\n\n address operator = _msgSender();\n uint256[] memory ids = _asSingletonArray(id);\n uint256[] memory amounts = _asSingletonArray(amount);\n\n _beforeTokenTransfer(operator, from, to, ids, amounts, data);\n\n uint256 fromBalance = _balances[id][from];\n require(fromBalance >= amount, \"ERC1155: insufficient balance for transfer\");\n unchecked {\n _balances[id][from] = fromBalance - amount;\n }\n _balances[id][to] += amount;\n\n emit TransferSingle(operator, from, to, id, amount);\n\n _afterTokenTransfer(operator, from, to, ids, amounts, data);\n\n _doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data);\n }\n\n /**\n * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_safeTransferFrom}.\n *\n * Emits a {TransferBatch} event.\n *\n * Requirements:\n *\n * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the\n * acceptance magic value.\n */\n function _safeBatchTransferFrom(\n address from,\n address to,\n uint256[] memory ids,\n uint256[] memory amounts,\n bytes memory data\n ) internal virtual {\n require(ids.length == amounts.length, \"ERC1155: ids and amounts length mismatch\");\n require(to != address(0), \"ERC1155: transfer to the zero address\");\n\n address operator = _msgSender();\n\n _beforeTokenTransfer(operator, from, to, ids, amounts, data);\n\n for (uint256 i = 0; i < ids.length; ++i) {\n uint256 id = ids[i];\n uint256 amount = amounts[i];\n\n uint256 fromBalance = _balances[id][from];\n require(fromBalance >= amount, \"ERC1155: insufficient balance for transfer\");\n unchecked {\n _balances[id][from] = fromBalance - amount;\n }\n _balances[id][to] += amount;\n }\n\n emit TransferBatch(operator, from, to, ids, amounts);\n\n _afterTokenTransfer(operator, from, to, ids, amounts, data);\n\n _doSafeBatchTransferAcceptanceCheck(operator, from, to, ids, amounts, data);\n }\n\n /**\n * @dev Sets a new URI for all token types, by relying on the token type ID\n * substitution mechanism\n * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].\n *\n * By this mechanism, any occurrence of the `\\{id\\}` substring in either the\n * URI or any of the amounts in the JSON file at said URI will be replaced by\n * clients with the token type ID.\n *\n * For example, the `https://token-cdn-domain/\\{id\\}.json` URI would be\n * interpreted by clients as\n * `https://token-cdn-domain/000000000000000000000000000000000000000000000000000000000004cce0.json`\n * for token type ID 0x4cce0.\n *\n * See {uri}.\n *\n * Because these URIs cannot be meaningfully represented by the {URI} event,\n * this function emits no events.\n */\n function _setURI(string memory newuri) internal virtual {\n _uri = newuri;\n }\n\n /**\n * @dev Creates `amount` tokens of token type `id`, and assigns them to `to`.\n *\n * Emits a {TransferSingle} event.\n *\n * Requirements:\n *\n * - `to` cannot be the zero address.\n * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the\n * acceptance magic value.\n */\n function _mint(\n address to,\n uint256 id,\n uint256 amount,\n bytes memory data\n ) internal virtual {\n require(to != address(0), \"ERC1155: mint to the zero address\");\n\n address operator = _msgSender();\n uint256[] memory ids = _asSingletonArray(id);\n uint256[] memory amounts = _asSingletonArray(amount);\n\n _beforeTokenTransfer(operator, address(0), to, ids, amounts, data);\n\n _balances[id][to] += amount;\n emit TransferSingle(operator, address(0), to, id, amount);\n\n _afterTokenTransfer(operator, address(0), to, ids, amounts, data);\n\n _doSafeTransferAcceptanceCheck(operator, address(0), to, id, amount, data);\n }\n\n /**\n * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_mint}.\n *\n * Emits a {TransferBatch} event.\n *\n * Requirements:\n *\n * - `ids` and `amounts` must have the same length.\n * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the\n * acceptance magic value.\n */\n function _mintBatch(\n address to,\n uint256[] memory ids,\n uint256[] memory amounts,\n bytes memory data\n ) internal virtual {\n require(to != address(0), \"ERC1155: mint to the zero address\");\n require(ids.length == amounts.length, \"ERC1155: ids and amounts length mismatch\");\n\n address operator = _msgSender();\n\n _beforeTokenTransfer(operator, address(0), to, ids, amounts, data);\n\n for (uint256 i = 0; i < ids.length; i++) {\n _balances[ids[i]][to] += amounts[i];\n }\n\n emit TransferBatch(operator, address(0), to, ids, amounts);\n\n _afterTokenTransfer(operator, address(0), to, ids, amounts, data);\n\n _doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data);\n }\n\n /**\n * @dev Destroys `amount` tokens of token type `id` from `from`\n *\n * Emits a {TransferSingle} event.\n *\n * Requirements:\n *\n * - `from` cannot be the zero address.\n * - `from` must have at least `amount` tokens of token type `id`.\n */\n function _burn(\n address from,\n uint256 id,\n uint256 amount\n ) internal virtual {\n require(from != address(0), \"ERC1155: burn from the zero address\");\n\n address operator = _msgSender();\n uint256[] memory ids = _asSingletonArray(id);\n uint256[] memory amounts = _asSingletonArray(amount);\n\n _beforeTokenTransfer(operator, from, address(0), ids, amounts, \"\");\n\n uint256 fromBalance = _balances[id][from];\n require(fromBalance >= amount, \"ERC1155: burn amount exceeds balance\");\n unchecked {\n _balances[id][from] = fromBalance - amount;\n }\n\n emit TransferSingle(operator, from, address(0), id, amount);\n\n _afterTokenTransfer(operator, from, address(0), ids, amounts, \"\");\n }\n\n /**\n * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_burn}.\n *\n * Emits a {TransferBatch} event.\n *\n * Requirements:\n *\n * - `ids` and `amounts` must have the same length.\n */\n function _burnBatch(\n address from,\n uint256[] memory ids,\n uint256[] memory amounts\n ) internal virtual {\n require(from != address(0), \"ERC1155: burn from the zero address\");\n require(ids.length == amounts.length, \"ERC1155: ids and amounts length mismatch\");\n\n address operator = _msgSender();\n\n _beforeTokenTransfer(operator, from, address(0), ids, amounts, \"\");\n\n for (uint256 i = 0; i < ids.length; i++) {\n uint256 id = ids[i];\n uint256 amount = amounts[i];\n\n uint256 fromBalance = _balances[id][from];\n require(fromBalance >= amount, \"ERC1155: burn amount exceeds balance\");\n unchecked {\n _balances[id][from] = fromBalance - amount;\n }\n }\n\n emit TransferBatch(operator, from, address(0), ids, amounts);\n\n _afterTokenTransfer(operator, from, address(0), ids, amounts, \"\");\n }\n\n /**\n * @dev Approve `operator` to operate on all of `owner` tokens\n *\n * Emits an {ApprovalForAll} event.\n */\n function _setApprovalForAll(\n address owner,\n address operator,\n bool approved\n ) internal virtual {\n require(owner != operator, \"ERC1155: setting approval status for self\");\n _operatorApprovals[owner][operator] = approved;\n emit ApprovalForAll(owner, operator, approved);\n }\n\n /**\n * @dev Hook that is called before any token transfer. This includes minting\n * and burning, as well as batched variants.\n *\n * The same hook is called on both single and batched variants. For single\n * transfers, the length of the `ids` and `amounts` arrays will be 1.\n *\n * Calling conditions (for each `id` and `amount` pair):\n *\n * - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * of token type `id` will be transferred to `to`.\n * - When `from` is zero, `amount` tokens of token type `id` will be minted\n * for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens of token type `id`\n * will be burned.\n * - `from` and `to` are never both zero.\n * - `ids` and `amounts` have the same, non-zero length.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _beforeTokenTransfer(\n address operator,\n address from,\n address to,\n uint256[] memory ids,\n uint256[] memory amounts,\n bytes memory data\n ) internal virtual {}\n\n /**\n * @dev Hook that is called after any token transfer. This includes minting\n * and burning, as well as batched variants.\n *\n * The same hook is called on both single and batched variants. For single\n * transfers, the length of the `id` and `amount` arrays will be 1.\n *\n * Calling conditions (for each `id` and `amount` pair):\n *\n * - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * of token type `id` will be transferred to `to`.\n * - When `from` is zero, `amount` tokens of token type `id` will be minted\n * for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens of token type `id`\n * will be burned.\n * - `from` and `to` are never both zero.\n * - `ids` and `amounts` have the same, non-zero length.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _afterTokenTransfer(\n address operator,\n address from,\n address to,\n uint256[] memory ids,\n uint256[] memory amounts,\n bytes memory data\n ) internal virtual {}\n\n function _doSafeTransferAcceptanceCheck(\n address operator,\n address from,\n address to,\n uint256 id,\n uint256 amount,\n bytes memory data\n ) private {\n if (to.isContract()) {\n try IERC1155Receiver(to).onERC1155Received(operator, from, id, amount, data) returns (bytes4 response) {\n if (response != IERC1155Receiver.onERC1155Received.selector) {\n revert(\"ERC1155: ERC1155Receiver rejected tokens\");\n }\n } catch Error(string memory reason) {\n revert(reason);\n } catch {\n revert(\"ERC1155: transfer to non-ERC1155Receiver implementer\");\n }\n }\n }\n\n function _doSafeBatchTransferAcceptanceCheck(\n address operator,\n address from,\n address to,\n uint256[] memory ids,\n uint256[] memory amounts,\n bytes memory data\n ) private {\n if (to.isContract()) {\n try IERC1155Receiver(to).onERC1155BatchReceived(operator, from, ids, amounts, data) returns (\n bytes4 response\n ) {\n if (response != IERC1155Receiver.onERC1155BatchReceived.selector) {\n revert(\"ERC1155: ERC1155Receiver rejected tokens\");\n }\n } catch Error(string memory reason) {\n revert(reason);\n } catch {\n revert(\"ERC1155: transfer to non-ERC1155Receiver implementer\");\n }\n }\n }\n\n function _asSingletonArray(uint256 element) private pure returns (uint256[] memory) {\n uint256[] memory array = new uint256[](1);\n array[0] = element;\n\n return array;\n }\n}\n"
},
".deps/npm/@openzeppelin/contracts/utils/introspection/ERC165.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./IERC165.sol\";\n\n/**\n * @dev Implementation of the {IERC165} interface.\n *\n * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check\n * for the additional interface id that will be supported. For example:\n *\n * ```solidity\n * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {\n * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);\n * }\n * ```\n *\n * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.\n */\nabstract contract ERC165 is IERC165 {\n /**\n * @dev See {IERC165-supportsInterface}.\n */\n function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {\n return interfaceId == type(IERC165).interfaceId;\n }\n}\n"
},
".deps/npm/@openzeppelin/contracts/utils/Context.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Provides information about the current execution context, including the\n * sender of the transaction and its data. While these are generally available\n * via msg.sender and msg.data, they should not be accessed in such a direct\n * manner, since when dealing with meta-transactions the account sending and\n * paying for execution may not be the actual sender (as far as an application\n * is concerned).\n *\n * This contract is only required for intermediate, library-like contracts.\n */\nabstract contract Context {\n function _msgSender() internal view virtual returns (address) {\n return msg.sender;\n }\n\n function _msgData() internal view virtual returns (bytes calldata) {\n return msg.data;\n }\n}\n"
},
".deps/npm/@openzeppelin/contracts/utils/Address.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary Address {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].\n *\n * IMPORTANT: because control is transferred to `recipient`, care must be\n * taken to not create reentrancy vulnerabilities. Consider using\n * {ReentrancyGuard} or the\n * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n"
},
".deps/npm/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (token/ERC1155/extensions/IERC1155MetadataURI.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../IERC1155.sol\";\n\n/**\n * @dev Interface of the optional ERC1155MetadataExtension interface, as defined\n * in the https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[EIP].\n *\n * _Available since v3.1._\n */\ninterface IERC1155MetadataURI is IERC1155 {\n /**\n * @dev Returns the URI for token type `id`.\n *\n * If the `\\{id\\}` substring is present in the URI, it must be replaced by\n * clients with the actual token type ID.\n */\n function uri(uint256 id) external view returns (string memory);\n}\n"
},
".deps/npm/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../../utils/introspection/IERC165.sol\";\n\n/**\n * @dev _Available since v3.1._\n */\ninterface IERC1155Receiver is IERC165 {\n /**\n * @dev Handles the receipt of a single ERC1155 token type. This function is\n * called at the end of a `safeTransferFrom` after the balance has been updated.\n *\n * NOTE: To accept the transfer, this must return\n * `bytes4(keccak256(\"onERC1155Received(address,address,uint256,uint256,bytes)\"))`\n * (i.e. 0xf23a6e61, or its own function selector).\n *\n * @param operator The address which initiated the transfer (i.e. msg.sender)\n * @param from The address which previously owned the token\n * @param id The ID of the token being transferred\n * @param value The amount of tokens being transferred\n * @param data Additional data with no specified format\n * @return `bytes4(keccak256(\"onERC1155Received(address,address,uint256,uint256,bytes)\"))` if transfer is allowed\n */\n function onERC1155Received(\n address operator,\n address from,\n uint256 id,\n uint256 value,\n bytes calldata data\n ) external returns (bytes4);\n\n /**\n * @dev Handles the receipt of a multiple ERC1155 token types. This function\n * is called at the end of a `safeBatchTransferFrom` after the balances have\n * been updated.\n *\n * NOTE: To accept the transfer(s), this must return\n * `bytes4(keccak256(\"onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)\"))`\n * (i.e. 0xbc197c81, or its own function selector).\n *\n * @param operator The address which initiated the batch transfer (i.e. msg.sender)\n * @param from The address which previously owned the token\n * @param ids An array containing ids of each token being transferred (order and length must match values array)\n * @param values An array containing amounts of each token being transferred (order and length must match ids array)\n * @param data Additional data with no specified format\n * @return `bytes4(keccak256(\"onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)\"))` if transfer is allowed\n */\n function onERC1155BatchReceived(\n address operator,\n address from,\n uint256[] calldata ids,\n uint256[] calldata values,\n bytes calldata data\n ) external returns (bytes4);\n}\n"
},
".deps/npm/@openzeppelin/contracts/token/ERC1155/IERC1155.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../../utils/introspection/IERC165.sol\";\n\n/**\n * @dev Required interface of an ERC1155 compliant contract, as defined in the\n * https://eips.ethereum.org/EIPS/eip-1155[EIP].\n *\n * _Available since v3.1._\n */\ninterface IERC1155 is IERC165 {\n /**\n * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`.\n */\n event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value);\n\n /**\n * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all\n * transfers.\n */\n event TransferBatch(\n address indexed operator,\n address indexed from,\n address indexed to,\n uint256[] ids,\n uint256[] values\n );\n\n /**\n * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to\n * `approved`.\n */\n event ApprovalForAll(address indexed account, address indexed operator, bool approved);\n\n /**\n * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.\n *\n * If an {URI} event was emitted for `id`, the standard\n * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value\n * returned by {IERC1155MetadataURI-uri}.\n */\n event URI(string value, uint256 indexed id);\n\n /**\n * @dev Returns the amount of tokens of token type `id` owned by `account`.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n */\n function balanceOf(address account, uint256 id) external view returns (uint256);\n\n /**\n * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.\n *\n * Requirements:\n *\n * - `accounts` and `ids` must have the same length.\n */\n function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids)\n external\n view\n returns (uint256[] memory);\n\n /**\n * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,\n *\n * Emits an {ApprovalForAll} event.\n *\n * Requirements:\n *\n * - `operator` cannot be the caller.\n */\n function setApprovalForAll(address operator, bool approved) external;\n\n /**\n * @dev Returns true if `operator` is approved to transfer ``account``'s tokens.\n *\n * See {setApprovalForAll}.\n */\n function isApprovedForAll(address account, address operator) external view returns (bool);\n\n /**\n * @dev Transfers `amount` tokens of token type `id` from `from` to `to`.\n *\n * Emits a {TransferSingle} event.\n *\n * Requirements:\n *\n * - `to` cannot be the zero address.\n * - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}.\n * - `from` must have a balance of tokens of type `id` of at least `amount`.\n * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the\n * acceptance magic value.\n */\n function safeTransferFrom(\n address from,\n address to,\n uint256 id,\n uint256 amount,\n bytes calldata data\n ) external;\n\n /**\n * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.\n *\n * Emits a {TransferBatch} event.\n *\n * Requirements:\n *\n * - `ids` and `amounts` must have the same length.\n * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the\n * acceptance magic value.\n */\n function safeBatchTransferFrom(\n address from,\n address to,\n uint256[] calldata ids,\n uint256[] calldata amounts,\n bytes calldata data\n ) external;\n}\n"
},
".deps/npm/@openzeppelin/contracts/utils/introspection/IERC165.sol": {
"content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC165 standard, as defined in the\n * https://eips.ethereum.org/EIPS/eip-165[EIP].\n *\n * Implementers can declare support of contract interfaces, which can then be\n * queried by others ({ERC165Checker}).\n *\n * For an implementation, see {ERC165}.\n */\ninterface IERC165 {\n /**\n * @dev Returns true if this contract implements the interface defined by\n * `interfaceId`. See the corresponding\n * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]\n * to learn more about how these ids are created.\n *\n * This function call must use less than 30 000 gas.\n */\n function supportsInterface(bytes4 interfaceId) external view returns (bool);\n}\n"
}
},
"settings": {
"optimizer": {
"enabled": false,
"runs": 200
},
"outputSelection": {
"*": {
"": [
"ast"
],
"*": [
"abi",
"metadata",
"devdoc",
"userdoc",
"storageLayout",
"evm.legacyAssembly",
"evm.bytecode",
"evm.deployedBytecode",
"evm.methodIdentifiers",
"evm.gasEstimates",
"evm.assembly"
]
}
}
}
},
"output": {
"contracts": {
".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol": {
"ERC1155": {
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "uri_",
"type": "string"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "TransferBatch",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "TransferSingle",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "value",
"type": "string"
},
{
"indexed": true,
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "URI",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "accounts",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
}
],
"name": "balanceOfBatch",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "operator",
"type": "address"
}
],
"name": "isApprovedForAll",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeBatchTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "setApprovalForAll",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "uri",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"details": "Implementation of the basic standard multi-token. See https://eips.ethereum.org/EIPS/eip-1155 Originally based on code by Enjin: https://github.com/enjin/erc-1155 _Available since v3.1._",
"events": {
"ApprovalForAll(address,address,bool)": {
"details": "Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to `approved`."
},
"TransferBatch(address,address,address,uint256[],uint256[])": {
"details": "Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all transfers."
},
"TransferSingle(address,address,address,uint256,uint256)": {
"details": "Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`."
},
"URI(string,uint256)": {
"details": "Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. If an {URI} event was emitted for `id`, the standard https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value returned by {IERC1155MetadataURI-uri}."
}
},
"kind": "dev",
"methods": {
"balanceOf(address,uint256)": {
"details": "See {IERC1155-balanceOf}. Requirements: - `account` cannot be the zero address."
},
"balanceOfBatch(address[],uint256[])": {
"details": "See {IERC1155-balanceOfBatch}. Requirements: - `accounts` and `ids` must have the same length."
},
"constructor": {
"details": "See {_setURI}."
},
"isApprovedForAll(address,address)": {
"details": "See {IERC1155-isApprovedForAll}."
},
"safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)": {
"details": "See {IERC1155-safeBatchTransferFrom}."
},
"safeTransferFrom(address,address,uint256,uint256,bytes)": {
"details": "See {IERC1155-safeTransferFrom}."
},
"setApprovalForAll(address,bool)": {
"details": "See {IERC1155-setApprovalForAll}."
},
"supportsInterface(bytes4)": {
"details": "See {IERC165-supportsInterface}."
},
"uri(uint256)": {
"details": "See {IERC1155MetadataURI-uri}. This implementation returns the same URI for *all* token types. It relies on the token type ID substitution mechanism https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP]. Clients calling this function must replace the `\\{id\\}` substring with the actual token type ID."
}
},
"version": 1
},
"evm": {
"assembly": " /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":570:17259 contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {... */\n mstore(0x40, 0x80)\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1107:1169 constructor(string memory uri_) {... */\n callvalue\n dup1\n iszero\n tag_1\n jumpi\n 0x00\n dup1\n revert\ntag_1:\n pop\n mload(0x40)\n sub(codesize, bytecodeSize)\n dup1\n bytecodeSize\n dup4\n codecopy\n dup2\n dup2\n add\n 0x40\n mstore\n dup2\n add\n swap1\n tag_2\n swap2\n swap1\n tag_3\n jump\t// in\ntag_2:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1149:1162 _setURI(uri_) */\n tag_6\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1157:1161 uri_ */\n dup2\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1149:1156 _setURI */\n shl(0x20, tag_7)\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1149:1162 _setURI(uri_) */\n 0x20\n shr\n jump\t// in\ntag_6:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1107:1169 constructor(string memory uri_) {... */\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":570:17259 contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {... */\n jump(tag_8)\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":8171:8257 function _setURI(string memory newuri) internal virtual {... */\ntag_7:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":8244:8250 newuri */\n dup1\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":8237:8241 _uri */\n 0x02\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":8237:8250 _uri = newuri */\n swap1\n dup2\n tag_10\n swap2\n swap1\n tag_11\n jump\t// in\ntag_10:\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":8171:8257 function _setURI(string memory newuri) internal virtual {... */\n pop\n jump\t// out\n /* \"#utility.yul\":7:82 */\ntag_12:\n /* \"#utility.yul\":40:46 */\n 0x00\n /* \"#utility.yul\":73:75 */\n 0x40\n /* \"#utility.yul\":67:76 */\n mload\n /* \"#utility.yul\":57:76 */\n swap1\n pop\n /* \"#utility.yul\":7:82 */\n swap1\n jump\t// out\n /* \"#utility.yul\":88:205 */\ntag_13:\n /* \"#utility.yul\":197:198 */\n 0x00\n /* \"#utility.yul\":194:195 */\n dup1\n /* \"#utility.yul\":187:199 */\n revert\n /* \"#utility.yul\":211:328 */\ntag_14:\n /* \"#utility.yul\":320:321 */\n 0x00\n /* \"#utility.yul\":317:318 */\n dup1\n /* \"#utility.yul\":310:322 */\n revert\n /* \"#utility.yul\":334:451 */\ntag_15:\n /* \"#utility.yul\":443:444 */\n 0x00\n /* \"#utility.yul\":440:441 */\n dup1\n /* \"#utility.yul\":433:445 */\n revert\n /* \"#utility.yul\":457:574 */\ntag_16:\n /* \"#utility.yul\":566:567 */\n 0x00\n /* \"#utility.yul\":563:564 */\n dup1\n /* \"#utility.yul\":556:568 */\n revert\n /* \"#utility.yul\":580:682 */\ntag_17:\n /* \"#utility.yul\":621:627 */\n 0x00\n /* \"#utility.yul\":672:674 */\n 0x1f\n /* \"#utility.yul\":668:675 */\n not\n /* \"#utility.yul\":663:665 */\n 0x1f\n /* \"#utility.yul\":656:661 */\n dup4\n /* \"#utility.yul\":652:666 */\n add\n /* \"#utility.yul\":648:676 */\n and\n /* \"#utility.yul\":638:676 */\n swap1\n pop\n /* \"#utility.yul\":580:682 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":688:868 */\ntag_18:\n /* \"#utility.yul\":736:813 */\n 0x4e487b7100000000000000000000000000000000000000000000000000000000\n /* \"#utility.yul\":733:734 */\n 0x00\n /* \"#utility.yul\":726:814 */\n mstore\n /* \"#utility.yul\":833:837 */\n 0x41\n /* \"#utility.yul\":830:831 */\n 0x04\n /* \"#utility.yul\":823:838 */\n mstore\n /* \"#utility.yul\":857:861 */\n 0x24\n /* \"#utility.yul\":854:855 */\n 0x00\n /* \"#utility.yul\":847:862 */\n revert\n /* \"#utility.yul\":874:1155 */\ntag_19:\n /* \"#utility.yul\":957:984 */\n tag_53\n /* \"#utility.yul\":979:983 */\n dup3\n /* \"#utility.yul\":957:984 */\n tag_17\n jump\t// in\ntag_53:\n /* \"#utility.yul\":949:955 */\n dup2\n /* \"#utility.yul\":945:985 */\n add\n /* \"#utility.yul\":1087:1093 */\n dup2\n /* \"#utility.yul\":1075:1085 */\n dup2\n /* \"#utility.yul\":1072:1094 */\n lt\n /* \"#utility.yul\":1051:1069 */\n 0xffffffffffffffff\n /* \"#utility.yul\":1039:1049 */\n dup3\n /* \"#utility.yul\":1036:1070 */\n gt\n /* \"#utility.yul\":1033:1095 */\n or\n /* \"#utility.yul\":1030:1118 */\n iszero\n tag_54\n jumpi\n /* \"#utility.yul\":1098:1116 */\n tag_55\n tag_18\n jump\t// in\ntag_55:\n /* \"#utility.yul\":1030:1118 */\ntag_54:\n /* \"#utility.yul\":1138:1148 */\n dup1\n /* \"#utility.yul\":1134:1136 */\n 0x40\n /* \"#utility.yul\":1127:1149 */\n mstore\n /* \"#utility.yul\":917:1155 */\n pop\n /* \"#utility.yul\":874:1155 */\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":1161:1290 */\ntag_20:\n /* \"#utility.yul\":1195:1201 */\n 0x00\n /* \"#utility.yul\":1222:1242 */\n tag_57\n tag_12\n jump\t// in\ntag_57:\n /* \"#utility.yul\":1212:1242 */\n swap1\n pop\n /* \"#utility.yul\":1251:1284 */\n tag_58\n /* \"#utility.yul\":1279:1283 */\n dup3\n /* \"#utility.yul\":1271:1277 */\n dup3\n /* \"#utility.yul\":1251:1284 */\n tag_19\n jump\t// in\ntag_58:\n /* \"#utility.yul\":1161:1290 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":1296:1604 */\ntag_21:\n /* \"#utility.yul\":1358:1362 */\n 0x00\n /* \"#utility.yul\":1448:1466 */\n 0xffffffffffffffff\n /* \"#utility.yul\":1440:1446 */\n dup3\n /* \"#utility.yul\":1437:1467 */\n gt\n /* \"#utility.yul\":1434:1490 */\n iszero\n tag_60\n jumpi\n /* \"#utility.yul\":1470:1488 */\n tag_61\n tag_18\n jump\t// in\ntag_61:\n /* \"#utility.yul\":1434:1490 */\ntag_60:\n /* \"#utility.yul\":1508:1537 */\n tag_62\n /* \"#utility.yul\":1530:1536 */\n dup3\n /* \"#utility.yul\":1508:1537 */\n tag_17\n jump\t// in\ntag_62:\n /* \"#utility.yul\":1500:1537 */\n swap1\n pop\n /* \"#utility.yul\":1592:1596 */\n 0x20\n /* \"#utility.yul\":1586:1590 */\n dup2\n /* \"#utility.yul\":1582:1597 */\n add\n /* \"#utility.yul\":1574:1597 */\n swap1\n pop\n /* \"#utility.yul\":1296:1604 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":1610:1856 */\ntag_22:\n /* \"#utility.yul\":1691:1692 */\n 0x00\n /* \"#utility.yul\":1701:1814 */\ntag_64:\n /* \"#utility.yul\":1715:1721 */\n dup4\n /* \"#utility.yul\":1712:1713 */\n dup2\n /* \"#utility.yul\":1709:1722 */\n lt\n /* \"#utility.yul\":1701:1814 */\n iszero\n tag_66\n jumpi\n /* \"#utility.yul\":1800:1801 */\n dup1\n /* \"#utility.yul\":1795:1798 */\n dup3\n /* \"#utility.yul\":1791:1802 */\n add\n /* \"#utility.yul\":1785:1803 */\n mload\n /* \"#utility.yul\":1781:1782 */\n dup2\n /* \"#utility.yul\":1776:1779 */\n dup5\n /* \"#utility.yul\":1772:1783 */\n add\n /* \"#utility.yul\":1765:1804 */\n mstore\n /* \"#utility.yul\":1737:1739 */\n 0x20\n /* \"#utility.yul\":1734:1735 */\n dup2\n /* \"#utility.yul\":1730:1740 */\n add\n /* \"#utility.yul\":1725:1740 */\n swap1\n pop\n /* \"#utility.yul\":1701:1814 */\n jump(tag_64)\ntag_66:\n /* \"#utility.yul\":1848:1849 */\n 0x00\n /* \"#utility.yul\":1839:1845 */\n dup5\n /* \"#utility.yul\":1834:1837 */\n dup5\n /* \"#utility.yul\":1830:1846 */\n add\n /* \"#utility.yul\":1823:1850 */\n mstore\n /* \"#utility.yul\":1672:1856 */\n pop\n /* \"#utility.yul\":1610:1856 */\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":1862:2296 */\ntag_23:\n /* \"#utility.yul\":1951:1956 */\n 0x00\n /* \"#utility.yul\":1976:2042 */\n tag_68\n /* \"#utility.yul\":1992:2041 */\n tag_69\n /* \"#utility.yul\":2034:2040 */\n dup5\n /* \"#utility.yul\":1992:2041 */\n tag_21\n jump\t// in\ntag_69:\n /* \"#utility.yul\":1976:2042 */\n tag_20\n jump\t// in\ntag_68:\n /* \"#utility.yul\":1967:2042 */\n swap1\n pop\n /* \"#utility.yul\":2065:2071 */\n dup3\n /* \"#utility.yul\":2058:2063 */\n dup2\n /* \"#utility.yul\":2051:2072 */\n mstore\n /* \"#utility.yul\":2103:2107 */\n 0x20\n /* \"#utility.yul\":2096:2101 */\n dup2\n /* \"#utility.yul\":2092:2108 */\n add\n /* \"#utility.yul\":2141:2144 */\n dup5\n /* \"#utility.yul\":2132:2138 */\n dup5\n /* \"#utility.yul\":2127:2130 */\n dup5\n /* \"#utility.yul\":2123:2139 */\n add\n /* \"#utility.yul\":2120:2145 */\n gt\n /* \"#utility.yul\":2117:2229 */\n iszero\n tag_70\n jumpi\n /* \"#utility.yul\":2148:2227 */\n tag_71\n tag_16\n jump\t// in\ntag_71:\n /* \"#utility.yul\":2117:2229 */\ntag_70:\n /* \"#utility.yul\":2238:2290 */\n tag_72\n /* \"#utility.yul\":2283:2289 */\n dup5\n /* \"#utility.yul\":2278:2281 */\n dup3\n /* \"#utility.yul\":2273:2276 */\n dup6\n /* \"#utility.yul\":2238:2290 */\n tag_22\n jump\t// in\ntag_72:\n /* \"#utility.yul\":1957:2296 */\n pop\n /* \"#utility.yul\":1862:2296 */\n swap4\n swap3\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":2316:2671 */\ntag_24:\n /* \"#utility.yul\":2383:2388 */\n 0x00\n /* \"#utility.yul\":2432:2435 */\n dup3\n /* \"#utility.yul\":2425:2429 */\n 0x1f\n /* \"#utility.yul\":2417:2423 */\n dup4\n /* \"#utility.yul\":2413:2430 */\n add\n /* \"#utility.yul\":2409:2436 */\n slt\n /* \"#utility.yul\":2399:2521 */\n tag_74\n jumpi\n /* \"#utility.yul\":2440:2519 */\n tag_75\n tag_15\n jump\t// in\ntag_75:\n /* \"#utility.yul\":2399:2521 */\ntag_74:\n /* \"#utility.yul\":2550:2556 */\n dup2\n /* \"#utility.yul\":2544:2557 */\n mload\n /* \"#utility.yul\":2575:2665 */\n tag_76\n /* \"#utility.yul\":2661:2664 */\n dup5\n /* \"#utility.yul\":2653:2659 */\n dup3\n /* \"#utility.yul\":2646:2650 */\n 0x20\n /* \"#utility.yul\":2638:2644 */\n dup7\n /* \"#utility.yul\":2634:2651 */\n add\n /* \"#utility.yul\":2575:2665 */\n tag_23\n jump\t// in\ntag_76:\n /* \"#utility.yul\":2566:2665 */\n swap2\n pop\n /* \"#utility.yul\":2389:2671 */\n pop\n /* \"#utility.yul\":2316:2671 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":2677:3201 */\ntag_3:\n /* \"#utility.yul\":2757:2763 */\n 0x00\n /* \"#utility.yul\":2806:2808 */\n 0x20\n /* \"#utility.yul\":2794:2803 */\n dup3\n /* \"#utility.yul\":2785:2792 */\n dup5\n /* \"#utility.yul\":2781:2804 */\n sub\n /* \"#utility.yul\":2777:2809 */\n slt\n /* \"#utility.yul\":2774:2893 */\n iszero\n tag_78\n jumpi\n /* \"#utility.yul\":2812:2891 */\n tag_79\n tag_13\n jump\t// in\ntag_79:\n /* \"#utility.yul\":2774:2893 */\ntag_78:\n /* \"#utility.yul\":2953:2954 */\n 0x00\n /* \"#utility.yul\":2942:2951 */\n dup3\n /* \"#utility.yul\":2938:2955 */\n add\n /* \"#utility.yul\":2932:2956 */\n mload\n /* \"#utility.yul\":2983:3001 */\n 0xffffffffffffffff\n /* \"#utility.yul\":2975:2981 */\n dup2\n /* \"#utility.yul\":2972:3002 */\n gt\n /* \"#utility.yul\":2969:3086 */\n iszero\n tag_80\n jumpi\n /* \"#utility.yul\":3005:3084 */\n tag_81\n tag_14\n jump\t// in\ntag_81:\n /* \"#utility.yul\":2969:3086 */\ntag_80:\n /* \"#utility.yul\":3110:3184 */\n tag_82\n /* \"#utility.yul\":3176:3183 */\n dup5\n /* \"#utility.yul\":3167:3173 */\n dup3\n /* \"#utility.yul\":3156:3165 */\n dup6\n /* \"#utility.yul\":3152:3174 */\n add\n /* \"#utility.yul\":3110:3184 */\n tag_24\n jump\t// in\ntag_82:\n /* \"#utility.yul\":3100:3184 */\n swap2\n pop\n /* \"#utility.yul\":2903:3194 */\n pop\n /* \"#utility.yul\":2677:3201 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":3207:3306 */\ntag_25:\n /* \"#utility.yul\":3259:3265 */\n 0x00\n /* \"#utility.yul\":3293:3298 */\n dup2\n /* \"#utility.yul\":3287:3299 */\n mload\n /* \"#utility.yul\":3277:3299 */\n swap1\n pop\n /* \"#utility.yul\":3207:3306 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":3312:3492 */\ntag_26:\n /* \"#utility.yul\":3360:3437 */\n 0x4e487b7100000000000000000000000000000000000000000000000000000000\n /* \"#utility.yul\":3357:3358 */\n 0x00\n /* \"#utility.yul\":3350:3438 */\n mstore\n /* \"#utility.yul\":3457:3461 */\n 0x22\n /* \"#utility.yul\":3454:3455 */\n 0x04\n /* \"#utility.yul\":3447:3462 */\n mstore\n /* \"#utility.yul\":3481:3485 */\n 0x24\n /* \"#utility.yul\":3478:3479 */\n 0x00\n /* \"#utility.yul\":3471:3486 */\n revert\n /* \"#utility.yul\":3498:3818 */\ntag_27:\n /* \"#utility.yul\":3542:3548 */\n 0x00\n /* \"#utility.yul\":3579:3580 */\n 0x02\n /* \"#utility.yul\":3573:3577 */\n dup3\n /* \"#utility.yul\":3569:3581 */\n div\n /* \"#utility.yul\":3559:3581 */\n swap1\n pop\n /* \"#utility.yul\":3626:3627 */\n 0x01\n /* \"#utility.yul\":3620:3624 */\n dup3\n /* \"#utility.yul\":3616:3628 */\n and\n /* \"#utility.yul\":3647:3665 */\n dup1\n /* \"#utility.yul\":3637:3718 */\n tag_86\n jumpi\n /* \"#utility.yul\":3703:3707 */\n 0x7f\n /* \"#utility.yul\":3695:3701 */\n dup3\n /* \"#utility.yul\":3691:3708 */\n and\n /* \"#utility.yul\":3681:3708 */\n swap2\n pop\n /* \"#utility.yul\":3637:3718 */\ntag_86:\n /* \"#utility.yul\":3765:3767 */\n 0x20\n /* \"#utility.yul\":3757:3763 */\n dup3\n /* \"#utility.yul\":3754:3768 */\n lt\n /* \"#utility.yul\":3734:3752 */\n dup2\n /* \"#utility.yul\":3731:3769 */\n sub\n /* \"#utility.yul\":3728:3812 */\n tag_87\n jumpi\n /* \"#utility.yul\":3784:3802 */\n tag_88\n tag_26\n jump\t// in\ntag_88:\n /* \"#utility.yul\":3728:3812 */\ntag_87:\n /* \"#utility.yul\":3549:3818 */\n pop\n /* \"#utility.yul\":3498:3818 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":3824:3965 */\ntag_28:\n /* \"#utility.yul\":3873:3877 */\n 0x00\n /* \"#utility.yul\":3896:3899 */\n dup2\n /* \"#utility.yul\":3888:3899 */\n swap1\n pop\n /* \"#utility.yul\":3919:3922 */\n dup2\n /* \"#utility.yul\":3916:3917 */\n 0x00\n /* \"#utility.yul\":3909:3923 */\n mstore\n /* \"#utility.yul\":3953:3957 */\n 0x20\n /* \"#utility.yul\":3950:3951 */\n 0x00\n /* \"#utility.yul\":3940:3958 */\n keccak256\n /* \"#utility.yul\":3932:3958 */\n swap1\n pop\n /* \"#utility.yul\":3824:3965 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":3971:4064 */\ntag_29:\n /* \"#utility.yul\":4008:4014 */\n 0x00\n /* \"#utility.yul\":4055:4057 */\n 0x20\n /* \"#utility.yul\":4050:4052 */\n 0x1f\n /* \"#utility.yul\":4043:4048 */\n dup4\n /* \"#utility.yul\":4039:4053 */\n add\n /* \"#utility.yul\":4035:4058 */\n div\n /* \"#utility.yul\":4025:4058 */\n swap1\n pop\n /* \"#utility.yul\":3971:4064 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":4070:4177 */\ntag_30:\n /* \"#utility.yul\":4114:4122 */\n 0x00\n /* \"#utility.yul\":4164:4169 */\n dup3\n /* \"#utility.yul\":4158:4162 */\n dup3\n /* \"#utility.yul\":4154:4170 */\n shl\n /* \"#utility.yul\":4133:4170 */\n swap1\n pop\n /* \"#utility.yul\":4070:4177 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":4183:4576 */\ntag_31:\n /* \"#utility.yul\":4252:4258 */\n 0x00\n /* \"#utility.yul\":4302:4303 */\n 0x08\n /* \"#utility.yul\":4290:4300 */\n dup4\n /* \"#utility.yul\":4286:4304 */\n mul\n /* \"#utility.yul\":4325:4422 */\n tag_93\n /* \"#utility.yul\":4355:4421 */\n 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff\n /* \"#utility.yul\":4344:4353 */\n dup3\n /* \"#utility.yul\":4325:4422 */\n tag_30\n jump\t// in\ntag_93:\n /* \"#utility.yul\":4443:4482 */\n tag_94\n /* \"#utility.yul\":4473:4481 */\n dup7\n /* \"#utility.yul\":4462:4471 */\n dup4\n /* \"#utility.yul\":4443:4482 */\n tag_30\n jump\t// in\ntag_94:\n /* \"#utility.yul\":4431:4482 */\n swap6\n pop\n /* \"#utility.yul\":4515:4519 */\n dup1\n /* \"#utility.yul\":4511:4520 */\n not\n /* \"#utility.yul\":4504:4509 */\n dup5\n /* \"#utility.yul\":4500:4521 */\n and\n /* \"#utility.yul\":4491:4521 */\n swap4\n pop\n /* \"#utility.yul\":4564:4568 */\n dup1\n /* \"#utility.yul\":4554:4562 */\n dup7\n /* \"#utility.yul\":4550:4569 */\n and\n /* \"#utility.yul\":4543:4548 */\n dup5\n /* \"#utility.yul\":4540:4570 */\n or\n /* \"#utility.yul\":4530:4570 */\n swap3\n pop\n /* \"#utility.yul\":4259:4576 */\n pop\n pop\n /* \"#utility.yul\":4183:4576 */\n swap4\n swap3\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":4582:4659 */\ntag_32:\n /* \"#utility.yul\":4619:4626 */\n 0x00\n /* \"#utility.yul\":4648:4653 */\n dup2\n /* \"#utility.yul\":4637:4653 */\n swap1\n pop\n /* \"#utility.yul\":4582:4659 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":4665:4725 */\ntag_33:\n /* \"#utility.yul\":4693:4696 */\n 0x00\n /* \"#utility.yul\":4714:4719 */\n dup2\n /* \"#utility.yul\":4707:4719 */\n swap1\n pop\n /* \"#utility.yul\":4665:4725 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":4731:4873 */\ntag_34:\n /* \"#utility.yul\":4781:4790 */\n 0x00\n /* \"#utility.yul\":4814:4867 */\n tag_98\n /* \"#utility.yul\":4832:4866 */\n tag_99\n /* \"#utility.yul\":4841:4865 */\n tag_100\n /* \"#utility.yul\":4859:4864 */\n dup5\n /* \"#utility.yul\":4841:4865 */\n tag_32\n jump\t// in\ntag_100:\n /* \"#utility.yul\":4832:4866 */\n tag_33\n jump\t// in\ntag_99:\n /* \"#utility.yul\":4814:4867 */\n tag_32\n jump\t// in\ntag_98:\n /* \"#utility.yul\":4801:4867 */\n swap1\n pop\n /* \"#utility.yul\":4731:4873 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":4879:4954 */\ntag_35:\n /* \"#utility.yul\":4922:4925 */\n 0x00\n /* \"#utility.yul\":4943:4948 */\n dup2\n /* \"#utility.yul\":4936:4948 */\n swap1\n pop\n /* \"#utility.yul\":4879:4954 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":4960:5229 */\ntag_36:\n /* \"#utility.yul\":5070:5109 */\n tag_103\n /* \"#utility.yul\":5101:5108 */\n dup4\n /* \"#utility.yul\":5070:5109 */\n tag_34\n jump\t// in\ntag_103:\n /* \"#utility.yul\":5131:5222 */\n tag_104\n /* \"#utility.yul\":5180:5221 */\n tag_105\n /* \"#utility.yul\":5204:5220 */\n dup3\n /* \"#utility.yul\":5180:5221 */\n tag_35\n jump\t// in\ntag_105:\n /* \"#utility.yul\":5172:5178 */\n dup5\n /* \"#utility.yul\":5165:5169 */\n dup5\n /* \"#utility.yul\":5159:5170 */\n sload\n /* \"#utility.yul\":5131:5222 */\n tag_31\n jump\t// in\ntag_104:\n /* \"#utility.yul\":5125:5129 */\n dup3\n /* \"#utility.yul\":5118:5223 */\n sstore\n /* \"#utility.yul\":5036:5229 */\n pop\n /* \"#utility.yul\":4960:5229 */\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":5235:5308 */\ntag_37:\n /* \"#utility.yul\":5280:5283 */\n 0x00\n /* \"#utility.yul\":5235:5308 */\n swap1\n jump\t// out\n /* \"#utility.yul\":5314:5503 */\ntag_38:\n /* \"#utility.yul\":5391:5423 */\n tag_108\n tag_37\n jump\t// in\ntag_108:\n /* \"#utility.yul\":5432:5497 */\n tag_109\n /* \"#utility.yul\":5490:5496 */\n dup2\n /* \"#utility.yul\":5482:5488 */\n dup5\n /* \"#utility.yul\":5476:5480 */\n dup5\n /* \"#utility.yul\":5432:5497 */\n tag_36\n jump\t// in\ntag_109:\n /* \"#utility.yul\":5367:5503 */\n pop\n /* \"#utility.yul\":5314:5503 */\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":5509:5695 */\ntag_39:\n /* \"#utility.yul\":5569:5689 */\ntag_111:\n /* \"#utility.yul\":5586:5589 */\n dup2\n /* \"#utility.yul\":5579:5584 */\n dup2\n /* \"#utility.yul\":5576:5590 */\n lt\n /* \"#utility.yul\":5569:5689 */\n iszero\n tag_113\n jumpi\n /* \"#utility.yul\":5640:5679 */\n tag_114\n /* \"#utility.yul\":5677:5678 */\n 0x00\n /* \"#utility.yul\":5670:5675 */\n dup3\n /* \"#utility.yul\":5640:5679 */\n tag_38\n jump\t// in\ntag_114:\n /* \"#utility.yul\":5613:5614 */\n 0x01\n /* \"#utility.yul\":5606:5611 */\n dup2\n /* \"#utility.yul\":5602:5615 */\n add\n /* \"#utility.yul\":5593:5615 */\n swap1\n pop\n /* \"#utility.yul\":5569:5689 */\n jump(tag_111)\ntag_113:\n /* \"#utility.yul\":5509:5695 */\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":5701:6244 */\ntag_40:\n /* \"#utility.yul\":5802:5804 */\n 0x1f\n /* \"#utility.yul\":5797:5800 */\n dup3\n /* \"#utility.yul\":5794:5805 */\n gt\n /* \"#utility.yul\":5791:6237 */\n iszero\n tag_116\n jumpi\n /* \"#utility.yul\":5836:5874 */\n tag_117\n /* \"#utility.yul\":5868:5873 */\n dup2\n /* \"#utility.yul\":5836:5874 */\n tag_28\n jump\t// in\ntag_117:\n /* \"#utility.yul\":5920:5949 */\n tag_118\n /* \"#utility.yul\":5938:5948 */\n dup5\n /* \"#utility.yul\":5920:5949 */\n tag_29\n jump\t// in\ntag_118:\n /* \"#utility.yul\":5910:5918 */\n dup2\n /* \"#utility.yul\":5906:5950 */\n add\n /* \"#utility.yul\":6103:6105 */\n 0x20\n /* \"#utility.yul\":6091:6101 */\n dup6\n /* \"#utility.yul\":6088:6106 */\n lt\n /* \"#utility.yul\":6085:6134 */\n iszero\n tag_119\n jumpi\n /* \"#utility.yul\":6124:6132 */\n dup2\n /* \"#utility.yul\":6109:6132 */\n swap1\n pop\n /* \"#utility.yul\":6085:6134 */\ntag_119:\n /* \"#utility.yul\":6147:6227 */\n tag_120\n /* \"#utility.yul\":6203:6225 */\n tag_121\n /* \"#utility.yul\":6221:6224 */\n dup6\n /* \"#utility.yul\":6203:6225 */\n tag_29\n jump\t// in\ntag_121:\n /* \"#utility.yul\":6193:6201 */\n dup4\n /* \"#utility.yul\":6189:6226 */\n add\n /* \"#utility.yul\":6176:6187 */\n dup3\n /* \"#utility.yul\":6147:6227 */\n tag_39\n jump\t// in\ntag_120:\n /* \"#utility.yul\":5806:6237 */\n pop\n pop\n /* \"#utility.yul\":5791:6237 */\ntag_116:\n /* \"#utility.yul\":5701:6244 */\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":6250:6367 */\ntag_41:\n /* \"#utility.yul\":6304:6312 */\n 0x00\n /* \"#utility.yul\":6354:6359 */\n dup3\n /* \"#utility.yul\":6348:6352 */\n dup3\n /* \"#utility.yul\":6344:6360 */\n shr\n /* \"#utility.yul\":6323:6360 */\n swap1\n pop\n /* \"#utility.yul\":6250:6367 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":6373:6542 */\ntag_42:\n /* \"#utility.yul\":6417:6423 */\n 0x00\n /* \"#utility.yul\":6450:6501 */\n tag_124\n /* \"#utility.yul\":6498:6499 */\n 0x00\n /* \"#utility.yul\":6494:6500 */\n not\n /* \"#utility.yul\":6486:6491 */\n dup5\n /* \"#utility.yul\":6483:6484 */\n 0x08\n /* \"#utility.yul\":6479:6492 */\n mul\n /* \"#utility.yul\":6450:6501 */\n tag_41\n jump\t// in\ntag_124:\n /* \"#utility.yul\":6446:6502 */\n not\n /* \"#utility.yul\":6531:6535 */\n dup1\n /* \"#utility.yul\":6525:6529 */\n dup4\n /* \"#utility.yul\":6521:6536 */\n and\n /* \"#utility.yul\":6511:6536 */\n swap2\n pop\n /* \"#utility.yul\":6424:6542 */\n pop\n /* \"#utility.yul\":6373:6542 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":6547:6842 */\ntag_43:\n /* \"#utility.yul\":6623:6627 */\n 0x00\n /* \"#utility.yul\":6769:6798 */\n tag_126\n /* \"#utility.yul\":6794:6797 */\n dup4\n /* \"#utility.yul\":6788:6792 */\n dup4\n /* \"#utility.yul\":6769:6798 */\n tag_42\n jump\t// in\ntag_126:\n /* \"#utility.yul\":6761:6798 */\n swap2\n pop\n /* \"#utility.yul\":6831:6834 */\n dup3\n /* \"#utility.yul\":6828:6829 */\n 0x02\n /* \"#utility.yul\":6824:6835 */\n mul\n /* \"#utility.yul\":6818:6822 */\n dup3\n /* \"#utility.yul\":6815:6836 */\n or\n /* \"#utility.yul\":6807:6836 */\n swap1\n pop\n /* \"#utility.yul\":6547:6842 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":6847:8242 */\ntag_11:\n /* \"#utility.yul\":6964:7001 */\n tag_128\n /* \"#utility.yul\":6997:7000 */\n dup3\n /* \"#utility.yul\":6964:7001 */\n tag_25\n jump\t// in\ntag_128:\n /* \"#utility.yul\":7066:7084 */\n 0xffffffffffffffff\n /* \"#utility.yul\":7058:7064 */\n dup2\n /* \"#utility.yul\":7055:7085 */\n gt\n /* \"#utility.yul\":7052:7108 */\n iszero\n tag_129\n jumpi\n /* \"#utility.yul\":7088:7106 */\n tag_130\n tag_18\n jump\t// in\ntag_130:\n /* \"#utility.yul\":7052:7108 */\ntag_129:\n /* \"#utility.yul\":7132:7170 */\n tag_131\n /* \"#utility.yul\":7164:7168 */\n dup3\n /* \"#utility.yul\":7158:7169 */\n sload\n /* \"#utility.yul\":7132:7170 */\n tag_27\n jump\t// in\ntag_131:\n /* \"#utility.yul\":7217:7284 */\n tag_132\n /* \"#utility.yul\":7277:7283 */\n dup3\n /* \"#utility.yul\":7269:7275 */\n dup3\n /* \"#utility.yul\":7263:7267 */\n dup6\n /* \"#utility.yul\":7217:7284 */\n tag_40\n jump\t// in\ntag_132:\n /* \"#utility.yul\":7311:7312 */\n 0x00\n /* \"#utility.yul\":7335:7339 */\n 0x20\n /* \"#utility.yul\":7322:7339 */\n swap1\n pop\n /* \"#utility.yul\":7367:7369 */\n 0x1f\n /* \"#utility.yul\":7359:7365 */\n dup4\n /* \"#utility.yul\":7356:7370 */\n gt\n /* \"#utility.yul\":7384:7385 */\n 0x01\n /* \"#utility.yul\":7379:7997 */\n dup2\n eq\n tag_134\n jumpi\n /* \"#utility.yul\":8041:8042 */\n 0x00\n /* \"#utility.yul\":8058:8064 */\n dup5\n /* \"#utility.yul\":8055:8132 */\n iszero\n tag_135\n jumpi\n /* \"#utility.yul\":8107:8116 */\n dup3\n /* \"#utility.yul\":8102:8105 */\n dup8\n /* \"#utility.yul\":8098:8117 */\n add\n /* \"#utility.yul\":8092:8118 */\n mload\n /* \"#utility.yul\":8083:8118 */\n swap1\n pop\n /* \"#utility.yul\":8055:8132 */\ntag_135:\n /* \"#utility.yul\":8158:8225 */\n tag_136\n /* \"#utility.yul\":8218:8224 */\n dup6\n /* \"#utility.yul\":8211:8216 */\n dup3\n /* \"#utility.yul\":8158:8225 */\n tag_43\n jump\t// in\ntag_136:\n /* \"#utility.yul\":8152:8156 */\n dup7\n /* \"#utility.yul\":8145:8226 */\n sstore\n /* \"#utility.yul\":8014:8236 */\n pop\n /* \"#utility.yul\":7349:8236 */\n jump(tag_133)\n /* \"#utility.yul\":7379:7997 */\ntag_134:\n /* \"#utility.yul\":7431:7435 */\n 0x1f\n /* \"#utility.yul\":7427:7436 */\n not\n /* \"#utility.yul\":7419:7425 */\n dup5\n /* \"#utility.yul\":7415:7437 */\n and\n /* \"#utility.yul\":7465:7502 */\n tag_137\n /* \"#utility.yul\":7497:7501 */\n dup7\n /* \"#utility.yul\":7465:7502 */\n tag_28\n jump\t// in\ntag_137:\n /* \"#utility.yul\":7524:7525 */\n 0x00\n /* \"#utility.yul\":7538:7746 */\ntag_138:\n /* \"#utility.yul\":7552:7559 */\n dup3\n /* \"#utility.yul\":7549:7550 */\n dup2\n /* \"#utility.yul\":7546:7560 */\n lt\n /* \"#utility.yul\":7538:7746 */\n iszero\n tag_140\n jumpi\n /* \"#utility.yul\":7631:7640 */\n dup5\n /* \"#utility.yul\":7626:7629 */\n dup10\n /* \"#utility.yul\":7622:7641 */\n add\n /* \"#utility.yul\":7616:7642 */\n mload\n /* \"#utility.yul\":7608:7614 */\n dup3\n /* \"#utility.yul\":7601:7643 */\n sstore\n /* \"#utility.yul\":7682:7683 */\n 0x01\n /* \"#utility.yul\":7674:7680 */\n dup3\n /* \"#utility.yul\":7670:7684 */\n add\n /* \"#utility.yul\":7660:7684 */\n swap2\n pop\n /* \"#utility.yul\":7729:7731 */\n 0x20\n /* \"#utility.yul\":7718:7727 */\n dup6\n /* \"#utility.yul\":7714:7732 */\n add\n /* \"#utility.yul\":7701:7732 */\n swap5\n pop\n /* \"#utility.yul\":7575:7579 */\n 0x20\n /* \"#utility.yul\":7572:7573 */\n dup2\n /* \"#utility.yul\":7568:7580 */\n add\n /* \"#utility.yul\":7563:7580 */\n swap1\n pop\n /* \"#utility.yul\":7538:7746 */\n jump(tag_138)\ntag_140:\n /* \"#utility.yul\":7774:7780 */\n dup7\n /* \"#utility.yul\":7765:7772 */\n dup4\n /* \"#utility.yul\":7762:7781 */\n lt\n /* \"#utility.yul\":7759:7938 */\n iszero\n tag_141\n jumpi\n /* \"#utility.yul\":7832:7841 */\n dup5\n /* \"#utility.yul\":7827:7830 */\n dup10\n /* \"#utility.yul\":7823:7842 */\n add\n /* \"#utility.yul\":7817:7843 */\n mload\n /* \"#utility.yul\":7875:7923 */\n tag_142\n /* \"#utility.yul\":7917:7921 */\n 0x1f\n /* \"#utility.yul\":7909:7915 */\n dup10\n /* \"#utility.yul\":7905:7922 */\n and\n /* \"#utility.yul\":7894:7903 */\n dup3\n /* \"#utility.yul\":7875:7923 */\n tag_42\n jump\t// in\ntag_142:\n /* \"#utility.yul\":7867:7873 */\n dup4\n /* \"#utility.yul\":7860:7924 */\n sstore\n /* \"#utility.yul\":7782:7938 */\n pop\n /* \"#utility.yul\":7759:7938 */\ntag_141:\n /* \"#utility.yul\":7984:7985 */\n 0x01\n /* \"#utility.yul\":7980:7981 */\n 0x02\n /* \"#utility.yul\":7972:7978 */\n dup9\n /* \"#utility.yul\":7968:7982 */\n mul\n /* \"#utility.yul\":7964:7986 */\n add\n /* \"#utility.yul\":7958:7962 */\n dup9\n /* \"#utility.yul\":7951:7987 */\n sstore\n /* \"#utility.yul\":7386:7997 */\n pop\n pop\n pop\n /* \"#utility.yul\":7349:8236 */\ntag_133:\n pop\n /* \"#utility.yul\":6939:8242 */\n pop\n pop\n pop\n /* \"#utility.yul\":6847:8242 */\n pop\n pop\n jump\t// out\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":570:17259 contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {... */\ntag_8:\n dataSize(sub_0)\n dup1\n dataOffset(sub_0)\n 0x00\n codecopy\n 0x00\n return\nstop\n\nsub_0: assembly {\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":570:17259 contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {... */\n mstore(0x40, 0x80)\n callvalue\n dup1\n iszero\n tag_1\n jumpi\n 0x00\n dup1\n revert\n tag_1:\n pop\n jumpi(tag_2, lt(calldatasize, 0x04))\n shr(0xe0, calldataload(0x00))\n dup1\n 0x4e1273f4\n gt\n tag_11\n jumpi\n dup1\n 0x4e1273f4\n eq\n tag_7\n jumpi\n dup1\n 0xa22cb465\n eq\n tag_8\n jumpi\n dup1\n 0xe985e9c5\n eq\n tag_9\n jumpi\n dup1\n 0xf242432a\n eq\n tag_10\n jumpi\n jump(tag_2)\n tag_11:\n dup1\n 0xfdd58e\n eq\n tag_3\n jumpi\n dup1\n 0x01ffc9a7\n eq\n tag_4\n jumpi\n dup1\n 0x0e89341c\n eq\n tag_5\n jumpi\n dup1\n 0x2eb2c2d6\n eq\n tag_6\n jumpi\n tag_2:\n 0x00\n dup1\n revert\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2185:2412 function balanceOf(address account, uint256 id) public view virtual override returns (uint256) {... */\n tag_3:\n tag_12\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_13\n swap2\n swap1\n tag_14\n jump\t// in\n tag_13:\n tag_15\n jump\t// in\n tag_12:\n mload(0x40)\n tag_16\n swap2\n swap1\n tag_17\n jump\t// in\n tag_16:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1236:1541 function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {... */\n tag_4:\n tag_18\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_19\n swap2\n swap1\n tag_20\n jump\t// in\n tag_19:\n tag_21\n jump\t// in\n tag_18:\n mload(0x40)\n tag_22\n swap2\n swap1\n tag_23\n jump\t// in\n tag_22:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1940:2043 function uri(uint256) public view virtual override returns (string memory) {... */\n tag_5:\n tag_24\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_25\n swap2\n swap1\n tag_26\n jump\t// in\n tag_25:\n tag_27\n jump\t// in\n tag_24:\n mload(0x40)\n tag_28\n swap2\n swap1\n tag_29\n jump\t// in\n tag_28:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4064:4490 function safeBatchTransferFrom(... */\n tag_6:\n tag_30\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_31\n swap2\n swap1\n tag_32\n jump\t// in\n tag_31:\n tag_33\n jump\t// in\n tag_30:\n stop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2569:3077 function balanceOfBatch(address[] memory accounts, uint256[] memory ids)... */\n tag_7:\n tag_34\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_35\n swap2\n swap1\n tag_36\n jump\t// in\n tag_35:\n tag_37\n jump\t// in\n tag_34:\n mload(0x40)\n tag_38\n swap2\n swap1\n tag_39\n jump\t// in\n tag_38:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":3145:3298 function setApprovalForAll(address operator, bool approved) public virtual override {... */\n tag_8:\n tag_40\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_41\n swap2\n swap1\n tag_42\n jump\t// in\n tag_41:\n tag_43\n jump\t// in\n tag_40:\n stop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":3365:3531 function isApprovedForAll(address account, address operator) public view virtual override returns (bool) {... */\n tag_9:\n tag_44\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_45\n swap2\n swap1\n tag_46\n jump\t// in\n tag_45:\n tag_47\n jump\t// in\n tag_44:\n mload(0x40)\n tag_48\n swap2\n swap1\n tag_23\n jump\t// in\n tag_48:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":3598:3992 function safeTransferFrom(... */\n tag_10:\n tag_49\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_50\n swap2\n swap1\n tag_51\n jump\t// in\n tag_50:\n tag_52\n jump\t// in\n tag_49:\n stop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2185:2412 function balanceOf(address account, uint256 id) public view virtual override returns (uint256) {... */\n tag_15:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2271:2278 uint256 */\n 0x00\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2317:2318 0 */\n dup1\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2298:2319 account != address(0) */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2298:2305 account */\n dup4\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2298:2319 account != address(0) */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n sub\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2290:2366 require(account != address(0), \"ERC1155: address zero is not a valid owner\") */\n tag_54\n jumpi\n mload(0x40)\n 0x08c379a000000000000000000000000000000000000000000000000000000000\n dup2\n mstore\n 0x04\n add\n tag_55\n swap1\n tag_56\n jump\t// in\n tag_55:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n revert\n tag_54:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2383:2392 _balances */\n 0x00\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2383:2396 _balances[id] */\n dup1\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2393:2395 id */\n dup4\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2383:2396 _balances[id] */\n dup2\n mstore\n 0x20\n add\n swap1\n dup2\n mstore\n 0x20\n add\n 0x00\n keccak256\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2383:2405 _balances[id][account] */\n 0x00\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2397:2404 account */\n dup5\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2383:2405 _balances[id][account] */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n dup2\n mstore\n 0x20\n add\n swap1\n dup2\n mstore\n 0x20\n add\n 0x00\n keccak256\n sload\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2376:2405 return _balances[id][account] */\n swap1\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2185:2412 function balanceOf(address account, uint256 id) public view virtual override returns (uint256) {... */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1236:1541 function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {... */\n tag_21:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1338:1342 bool */\n 0x00\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1388:1414 type(IERC1155).interfaceId */\n 0xd9b67a2600000000000000000000000000000000000000000000000000000000\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1373:1414 interfaceId == type(IERC1155).interfaceId */\n not(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n and\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1373:1384 interfaceId */\n dup3\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1373:1414 interfaceId == type(IERC1155).interfaceId */\n not(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n and\n eq\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1373:1482 interfaceId == type(IERC1155).interfaceId ||... */\n dup1\n tag_58\n jumpi\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1445:1482 type(IERC1155MetadataURI).interfaceId */\n 0x0e89341c00000000000000000000000000000000000000000000000000000000\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1430:1482 interfaceId == type(IERC1155MetadataURI).interfaceId */\n not(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n and\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1430:1441 interfaceId */\n dup3\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1430:1482 interfaceId == type(IERC1155MetadataURI).interfaceId */\n not(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n and\n eq\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1373:1482 interfaceId == type(IERC1155).interfaceId ||... */\n tag_58:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1373:1534 interfaceId == type(IERC1155).interfaceId ||... */\n dup1\n tag_59\n jumpi\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1498:1534 super.supportsInterface(interfaceId) */\n tag_60\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1522:1533 interfaceId */\n dup3\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1498:1521 super.supportsInterface */\n tag_61\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1498:1534 super.supportsInterface(interfaceId) */\n jump\t// in\n tag_60:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1373:1534 interfaceId == type(IERC1155).interfaceId ||... */\n tag_59:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1354:1534 return... */\n swap1\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1236:1541 function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {... */\n swap2\n swap1\n pop\n jump\t// out\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1940:2043 function uri(uint256) public view virtual override returns (string memory) {... */\n tag_27:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2000:2013 string memory */\n 0x60\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2032:2036 _uri */\n 0x02\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":2025:2036 return _uri */\n dup1\n sload\n tag_63\n swap1\n tag_64\n jump\t// in\n tag_63:\n dup1\n 0x1f\n add\n 0x20\n dup1\n swap2\n div\n mul\n 0x20\n add\n mload(0x40)\n swap1\n dup2\n add\n 0x40\n mstore\n dup1\n swap3\n swap2\n swap1\n dup2\n dup2\n mstore\n 0x20\n add\n dup3\n dup1\n sload\n tag_65\n swap1\n tag_64\n jump\t// in\n tag_65:\n dup1\n iszero\n tag_66\n jumpi\n dup1\n 0x1f\n lt\n tag_67\n jumpi\n 0x0100\n dup1\n dup4\n sload\n div\n mul\n dup4\n mstore\n swap2\n 0x20\n add\n swap2\n jump(tag_66)\n tag_67:\n dup3\n add\n swap2\n swap1\n 0x00\n mstore\n keccak256(0x00, 0x20)\n swap1\n tag_68:\n dup2\n sload\n dup2\n mstore\n swap1\n 0x01\n add\n swap1\n 0x20\n add\n dup1\n dup4\n gt\n tag_68\n jumpi\n dup3\n swap1\n sub\n 0x1f\n and\n dup3\n add\n swap2\n tag_66:\n pop\n pop\n pop\n pop\n pop\n swap1\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":1940:2043 function uri(uint256) public view virtual override returns (string memory) {... */\n swap2\n swap1\n pop\n jump\t// out\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4064:4490 function safeBatchTransferFrom(... */\n tag_33:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4297:4309 _msgSender() */\n tag_70\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4297:4307 _msgSender */\n tag_71\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4297:4309 _msgSender() */\n jump\t// in\n tag_70:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4289:4309 from == _msgSender() */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4289:4293 from */\n dup6\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4289:4309 from == _msgSender() */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n eq\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4289:4349 from == _msgSender() || isApprovedForAll(from, _msgSender()) */\n dup1\n tag_72\n jumpi\n pop\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4313:4349 isApprovedForAll(from, _msgSender()) */\n tag_73\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4330:4334 from */\n dup6\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4336:4348 _msgSender() */\n tag_74\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4336:4346 _msgSender */\n tag_71\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4336:4348 _msgSender() */\n jump\t// in\n tag_74:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4313:4329 isApprovedForAll */\n tag_47\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4313:4349 isApprovedForAll(from, _msgSender()) */\n jump\t// in\n tag_73:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4289:4349 from == _msgSender() || isApprovedForAll(from, _msgSender()) */\n tag_72:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4268:4421 require(... */\n tag_75\n jumpi\n mload(0x40)\n 0x08c379a000000000000000000000000000000000000000000000000000000000\n dup2\n mstore\n 0x04\n add\n tag_76\n swap1\n tag_77\n jump\t// in\n tag_76:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n revert\n tag_75:\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4431:4483 _safeBatchTransferFrom(from, to, ids, amounts, data) */\n tag_78\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4454:4458 from */\n dup6\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4460:4462 to */\n dup6\n /* \".deps/npm/@openzeppelin/contracts/token/ERC1155/ERC1155.sol\":4464:4467 ids */\n dup6\n /* \".deps/npm/@openzeppelin/contracts/token/ERC11
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment