diff --git a/flake.nix b/flake.nix index a7a0d1a09f..a6b71561ff 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ ethereum-legacytests.url = "github:ethereum/legacytests/d7abc42a7b352a7b44b1f66b58aca54e4af6a9d7"; ethereum-legacytests.flake = false; haskell-backend.follows = "k-framework/haskell-backend"; - pyk.url = "github:runtimeverification/pyk/v0.1.447"; + pyk.url = "github:runtimeverification/pyk/noah/subproof-split"; pyk.inputs.flake-utils.follows = "k-framework/flake-utils"; pyk.inputs.nixpkgs.follows = "k-framework/nixpkgs"; foundry.url = "github:shazow/foundry.nix/monthly"; # Use monthly branch for permanent releases diff --git a/kevm-pyk/poetry.lock b/kevm-pyk/poetry.lock index fbb256706f..7579dea745 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. [[package]] name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -22,6 +23,7 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "autoflake" version = "2.2.1" description = "Removes unused imports and unused variables" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -37,6 +39,7 @@ tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} name = "black" version = "23.9.1" description = "The uncompromising code formatter." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -83,6 +86,7 @@ uvloop = ["uvloop (>=0.15.2)"] name = "classify-imports" version = "4.2.0" description = "Utilities for refactoring imports in python-like syntax." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -94,6 +98,7 @@ files = [ name = "click" version = "8.1.7" description = "Composable command line interface toolkit" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -108,6 +113,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "cmd2" version = "2.4.3" description = "cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -130,6 +136,7 @@ validate = ["flake8", "mypy", "types-pkg-resources"] name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -141,6 +148,7 @@ files = [ name = "coloredlogs" version = "15.0.1" description = "Colored terminal output for Python's logging module" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -158,6 +166,7 @@ cron = ["capturer (>=2.4)"] name = "coverage" version = "7.3.1" description = "Code coverage measurement for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -225,6 +234,7 @@ toml = ["tomli"] name = "dill" version = "0.3.7" description = "serialize all of Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -239,6 +249,7 @@ graph = ["objgraph (>=1.7.2)"] name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -253,6 +264,7 @@ test = ["pytest (>=6)"] name = "execnet" version = "2.0.2" description = "execnet: rapid multi-Python deployment" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -267,6 +279,7 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] name = "filelock" version = "3.12.4" description = "A platform independent file lock." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -283,6 +296,7 @@ typing = ["typing-extensions (>=4.7.1)"] name = "flake8" version = "6.1.0" description = "the modular source code checker: pep8 pyflakes and co" +category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -299,6 +313,7 @@ pyflakes = ">=3.1.0,<3.2.0" name = "flake8-bugbear" version = "23.9.16" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." +category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -317,6 +332,7 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", name = "flake8-comprehensions" version = "3.14.0" description = "A flake8 plugin to help you write better list/set/dict comprehensions." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -331,6 +347,7 @@ flake8 = ">=3.0,<3.2.0 || >3.2.0" name = "flake8-quotes" version = "3.3.2" description = "Flake8 lint for quotes." +category = "dev" optional = false python-versions = "*" files = [ @@ -344,6 +361,7 @@ flake8 = "*" name = "flake8-type-checking" version = "2.4.1" description = "A flake8 plugin for managing type-checking imports & forward references" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -359,6 +377,7 @@ flake8 = "*" name = "graphviz" version = "0.20.1" description = "Simple Python interface for Graphviz" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -375,6 +394,7 @@ test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>= name = "humanfriendly" version = "10.0" description = "Human friendly output for text interfaces using Python" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -389,6 +409,7 @@ pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_ve name = "importlib-metadata" version = "6.8.0" description = "Read metadata from Python packages" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -408,6 +429,7 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -419,6 +441,7 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." +category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -436,6 +459,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "linkify-it-py" version = "2.0.2" description = "Links recognition library with FULL unicode support." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -456,6 +480,7 @@ test = ["coverage", "pytest", "pytest-cov"] name = "markdown-it-py" version = "2.2.0" description = "Python port of markdown-it. Markdown parsing, done right!" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -482,6 +507,7 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -493,6 +519,7 @@ files = [ name = "mdit-py-plugins" version = "0.4.0" description = "Collection of plugins for markdown-it-py" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -512,6 +539,7 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -523,6 +551,7 @@ files = [ name = "multiprocess" version = "0.70.15" description = "better multiprocessing and multithreading in Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -551,6 +580,7 @@ dill = ">=0.3.7" name = "mypy" version = "1.5.1" description = "Optional static typing for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -597,6 +627,7 @@ reports = ["lxml"] name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." +category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -608,6 +639,7 @@ files = [ name = "packaging" version = "23.1" description = "Core utilities for Python packages" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -619,6 +651,7 @@ files = [ name = "pathos" version = "0.3.1" description = "parallel graph management and execution in heterogeneous computing" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -636,6 +669,7 @@ ppft = ">=1.7.6.7" name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -647,6 +681,7 @@ files = [ name = "pep8-naming" version = "0.13.3" description = "Check PEP-8 naming conventions, plugin for flake8" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -661,6 +696,7 @@ flake8 = ">=5.0.0" name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -676,6 +712,7 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.3.0" description = "plugin and hook calling mechanisms for python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -691,6 +728,7 @@ testing = ["pytest", "pytest-benchmark"] name = "pox" version = "0.3.3" description = "utilities for filesystem exploration and automated builds" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -702,6 +740,7 @@ files = [ name = "ppft" version = "1.7.6.7" description = "distributed and parallel Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -716,6 +755,7 @@ dill = ["dill (>=0.3.7)"] name = "psutil" version = "5.9.5" description = "Cross-platform lib for process and system monitoring in Python." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -742,6 +782,7 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "pybind11" version = "2.11.1" description = "Seamless operability between C++11 and Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -756,6 +797,7 @@ global = ["pybind11-global (==2.11.1)"] name = "pycodestyle" version = "2.11.0" description = "Python style guide checker" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -767,6 +809,7 @@ files = [ name = "pyflakes" version = "3.1.0" description = "passive checker of Python programs" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -778,6 +821,7 @@ files = [ name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -790,8 +834,9 @@ plugins = ["importlib-metadata"] [[package]] name = "pyk" -version = "0.1.447" +version = "0.1.448" description = "" +category = "main" optional = false python-versions = "^3.10" files = [] @@ -810,13 +855,14 @@ tomli = "^2.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.447" -resolved_reference = "abed8298b54de758d33494d1b802a8869c728554" +reference = "noah/subproof-split" +resolved_reference = "a31554754f169b2cc6fb667e74e1a54c33c9048a" [[package]] name = "pyperclip" version = "1.8.2" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" +category = "main" optional = false python-versions = "*" files = [ @@ -827,6 +873,7 @@ files = [ name = "pyreadline3" version = "3.4.1" description = "A python implementation of GNU readline." +category = "main" optional = false python-versions = "*" files = [ @@ -838,6 +885,7 @@ files = [ name = "pytest" version = "7.4.2" description = "pytest: simple powerful testing with Python" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -860,6 +908,7 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -878,6 +927,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "pytest-mock" version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -895,6 +945,7 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pytest-timeout" version = "2.1.0" description = "pytest plugin to abort hanging tests" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -909,6 +960,7 @@ pytest = ">=5.0.0" name = "pytest-xdist" version = "3.3.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -927,13 +979,14 @@ testing = ["filelock"] [[package]] name = "pyupgrade" -version = "3.12.0" +version = "3.13.0" description = "A tool to automatically upgrade syntax for newer versions." +category = "dev" optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.12.0-py2.py3-none-any.whl", hash = "sha256:c6f9c129560b9538e75b93fb0aee20508faae454714e8373d462e408985bd96a"}, - {file = "pyupgrade-3.12.0.tar.gz", hash = "sha256:defc292ffaf402942b8fccaa97491964063e343fc1993230e44890b971dc1234"}, + {file = "pyupgrade-3.13.0-py2.py3-none-any.whl", hash = "sha256:8add43ca1fea6eaeb6815b0b987d1f6ff49ec48085169b2a32e9a797e2d2f8fd"}, + {file = "pyupgrade-3.13.0.tar.gz", hash = "sha256:92220ef0408ff5898bce8ce7845c33bf7bb79c8ff852c5a1dc4305e6333cd60b"}, ] [package.dependencies] @@ -943,6 +996,7 @@ tokenize-rt = ">=5.2.0" name = "rich" version = "13.5.3" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -961,6 +1015,7 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "textual" version = "0.27.0" description = "Modern Text User Interface framework" +category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -981,6 +1036,7 @@ dev = ["aiohttp (>=3.8.1)", "click (>=8.1.2)", "msgpack (>=1.0.3)"] name = "tokenize-rt" version = "5.2.0" description = "A wrapper around the stdlib `tokenize` which roundtrips." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -992,6 +1048,7 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1003,6 +1060,7 @@ files = [ name = "tomlkit" version = "0.11.8" description = "Style preserving TOML library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1014,6 +1072,7 @@ files = [ name = "typing-extensions" version = "4.8.0" description = "Backported and Experimental Type Hints for Python 3.8+" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1025,6 +1084,7 @@ files = [ name = "uc-micro-py" version = "1.0.2" description = "Micro subset of unicode data files for linkify-it-py projects." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1039,6 +1099,7 @@ test = ["coverage", "pytest", "pytest-cov"] name = "wcwidth" version = "0.2.6" description = "Measures the displayed width of unicode strings in a terminal" +category = "main" optional = false python-versions = "*" files = [ @@ -1050,6 +1111,7 @@ files = [ name = "xdg-base-dirs" version = "6.0.1" description = "Variables defined by the XDG Base Directory Specification" +category = "main" optional = false python-versions = ">=3.10,<4.0" files = [ @@ -1061,6 +1123,7 @@ files = [ name = "zipp" version = "3.17.0" description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1075,4 +1138,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5c198aab6e1f8f04c6bab2d2f4c97cc629d31e2dacaa5e38b58f10b9a63959ac" +content-hash = "ccb91da97a2679a6935e754e2aa4f77ed57afa7ee8a5372ee7909206e8a5b524" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 14f31e8565..83ea66d47f 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kevm-pyk" -version = "1.0.304" +version = "1.0.305" description = "" authors = [ "Runtime Verification, Inc. ", @@ -17,7 +17,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.447" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", branch="noah/subproof-split" } tomlkit = "^0.11.6" xdg-base-dirs = "^6.0.0" diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index 83b038eb13..2d1849c21c 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -VERSION: Final = '1.0.304' +VERSION: Final = '1.0.305' diff --git a/kevm-pyk/src/kevm_pyk/cli.py b/kevm-pyk/src/kevm_pyk/cli.py index 9dca17a01d..815e1082f7 100644 --- a/kevm-pyk/src/kevm_pyk/cli.py +++ b/kevm-pyk/src/kevm_pyk/cli.py @@ -34,6 +34,12 @@ def node_id_like(s: str) -> NodeIdLike: return s +def _parse_subproof_path(value: str) -> list[int]: + if ',' not in value: + return [int(value)] + return [int(node_id) for node_id in value.split(',')] + + class KEVMCLIArgs(KCLIArgs): @cached_property def target_args(self) -> ArgumentParser: @@ -168,6 +174,14 @@ def foundry_test_args(self) -> ArgumentParser: args = ArgumentParser(add_help=False) args.add_argument('test', type=str, help='Test to run') args.add_argument('--version', type=int, default=None, required=False, help='Version of the test to use') + args.add_argument( + '--subproof', + type=_parse_subproof_path, + default=None, + required=False, + dest='subproof_path', + help='Comma separated list of nodes to look up subproofs. --subproof 3,2,5 will look up ContractName.testName()_node_3_node_2_node_5.', + ) return args @cached_property diff --git a/kevm-pyk/src/kevm_pyk/utils.py b/kevm-pyk/src/kevm_pyk/utils.py index b85f875514..d080133b56 100644 --- a/kevm-pyk/src/kevm_pyk/utils.py +++ b/kevm-pyk/src/kevm_pyk/utils.py @@ -82,6 +82,7 @@ def kevm_prove( break_on_calls: bool = True, extract_branches: Callable[[CTerm], Iterable[KInner]] | None = None, abstract_node: Callable[[CTerm], CTerm] | None = None, + max_branches: int | None = None, ) -> bool: proof = proof terminal_rules = ['EVM.halt'] @@ -122,11 +123,15 @@ def kevm_prove( execute_depth=max_depth, terminal_rules=terminal_rules, cut_point_rules=cut_point_rules, + max_branches=max_branches, ) assert isinstance(proof, APRProof) if proof.passed: _LOGGER.info(f'Proof passed: {proof.id}') return True + elif proof.is_proof_pending: + _LOGGER.info(f'Proof pending: {proof.id}') + return True else: _LOGGER.error(f'Proof failed: {proof.id}') return False diff --git a/kevm-pyk/src/kontrolx/__main__.py b/kevm-pyk/src/kontrolx/__main__.py index 0f1f420d06..8731afaa4d 100644 --- a/kevm-pyk/src/kontrolx/__main__.py +++ b/kevm-pyk/src/kontrolx/__main__.py @@ -160,6 +160,7 @@ def exec_foundry_prove( counterexample_info: bool = False, trace_rewrites: bool = False, auto_abstract_gas: bool = False, + max_branches: int | None = None, **kwargs: Any, ) -> None: _ignore_arg(kwargs, 'main_module', f'--main-module: {kwargs["main_module"]}') @@ -196,16 +197,18 @@ def exec_foundry_prove( smt_retry_limit=smt_retry_limit, trace_rewrites=trace_rewrites, auto_abstract_gas=auto_abstract_gas, + max_branches=max_branches, ) failed = 0 - for pid, r in results.items(): - passed, failure_log = r - if passed: - print(f'PROOF PASSED: {pid}') - else: - failed += 1 - print(f'PROOF FAILED: {pid}') - if failure_info and failure_log is not None: + for proof in results: + if proof.passed: + print(f'PROOF PASSED: {proof.id}') + elif proof.is_proof_pending: + print(f'PROOF PENDING: {proof.id}') + elif proof.failed: + print(f'PROOF FAILED: {proof.id}') + if failure_info and proof.failure_info is not None: + failure_log = proof.failure_info.print() failure_log += Foundry.help_info() for line in failure_log: print(line) @@ -227,6 +230,7 @@ def exec_foundry_show( failing: bool = False, failure_info: bool = False, counterexample_info: bool = False, + subproof_path: list[int] | None = None, **kwargs: Any, ) -> None: output = foundry_show( @@ -243,12 +247,15 @@ def exec_foundry_show( failing=failing, failure_info=failure_info, counterexample_info=counterexample_info, + subproof_path=subproof_path, ) print(output) -def exec_foundry_to_dot(foundry_root: Path, test: str, version: int | None, **kwargs: Any) -> None: - foundry_to_dot(foundry_root=foundry_root, test=test, version=version) +def exec_foundry_to_dot( + foundry_root: Path, test: str, version: int | None, subproof_path: list[int] | None = None, **kwargs: Any +) -> None: + foundry_to_dot(foundry_root=foundry_root, test=test, version=version, subproof_path=subproof_path) def exec_foundry_list(foundry_root: Path, **kwargs: Any) -> None: @@ -256,9 +263,11 @@ def exec_foundry_list(foundry_root: Path, **kwargs: Any) -> None: print('\n'.join(stats)) -def exec_foundry_view_kcfg(foundry_root: Path, test: str, version: int | None, **kwargs: Any) -> None: +def exec_foundry_view_kcfg( + foundry_root: Path, test: str, version: int | None, subproof_path: list[int] | None = None, **kwargs: Any +) -> None: foundry = Foundry(foundry_root) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) contract_name, _ = test_id.split('.') proof = foundry.get_apr_proof(test_id) @@ -274,9 +283,14 @@ def _custom_view(elem: KCFGElem) -> Iterable[str]: def exec_foundry_remove_node( - foundry_root: Path, test: str, node: NodeIdLike, version: int | None, **kwargs: Any + foundry_root: Path, + test: str, + node: NodeIdLike, + version: int | None, + subproof_path: list[int] | None = None, + **kwargs: Any, ) -> None: - foundry_remove_node(foundry_root=foundry_root, test=test, version=version, node=node) + foundry_remove_node(foundry_root=foundry_root, test=test, version=version, node=node, subproof_path=subproof_path) def exec_foundry_simplify_node( @@ -291,6 +305,7 @@ def exec_foundry_simplify_node( smt_timeout: int | None = None, smt_retry_limit: int | None = None, trace_rewrites: bool = False, + subproof_path: list[int] | None = None, **kwargs: Any, ) -> None: if smt_timeout is None: @@ -310,6 +325,7 @@ def exec_foundry_simplify_node( smt_timeout=smt_timeout, smt_retry_limit=smt_retry_limit, trace_rewrites=trace_rewrites, + subproof_path=subproof_path, ) print(f'Simplified:\n{pretty_term}') @@ -325,6 +341,7 @@ def exec_foundry_step_node( smt_timeout: int | None = None, smt_retry_limit: int | None = None, trace_rewrites: bool = False, + subproof_path: list[int] | None = None, **kwargs: Any, ) -> None: if smt_timeout is None: @@ -343,6 +360,7 @@ def exec_foundry_step_node( smt_timeout=smt_timeout, smt_retry_limit=smt_retry_limit, trace_rewrites=trace_rewrites, + subproof_path=subproof_path, ) @@ -351,9 +369,12 @@ def exec_foundry_merge_nodes( test: str, version: int | None, nodes: Iterable[NodeIdLike], + subproof_path: list[int] | None = None, **kwargs: Any, ) -> None: - foundry_merge_nodes(foundry_root=foundry_root, node_ids=nodes, test=test, version=version) + foundry_merge_nodes( + foundry_root=foundry_root, node_ids=nodes, test=test, version=version, subproof_path=subproof_path + ) def exec_foundry_section_edge( @@ -367,6 +388,7 @@ def exec_foundry_section_edge( smt_timeout: int | None = None, smt_retry_limit: int | None = None, trace_rewrites: bool = False, + subproof_path: list[int] | None = None, **kwargs: Any, ) -> None: if smt_timeout is None: @@ -385,6 +407,7 @@ def exec_foundry_section_edge( smt_timeout=smt_timeout, smt_retry_limit=smt_retry_limit, trace_rewrites=trace_rewrites, + subproof_path=subproof_path, ) @@ -395,6 +418,7 @@ def exec_foundry_get_model( nodes: Iterable[NodeIdLike] = (), pending: bool = False, failing: bool = False, + subproof_path: list[int] | None = None, **kwargs: Any, ) -> None: output = foundry_get_model( @@ -404,6 +428,7 @@ def exec_foundry_get_model( nodes=nodes, pending=pending, failing=failing, + subproof_path=subproof_path, ) print(output) @@ -514,6 +539,13 @@ def _parse_test_version_tuple(value: str) -> tuple[str, int | None]: type=int, help='Enables bounded model checking. Specifies the maximum depth to unroll all loops to.', ) + foundry_prove_args.add_argument( + '--max-branches', + dest='max_branches', + default=None, + type=int, + help='Enables subproof splitting when the number of pending nodes exceeds max_branches', + ) foundry_prove_args.add_argument( '--use-booster', dest='use_booster', diff --git a/kevm-pyk/src/kontrolx/foundry.py b/kevm-pyk/src/kontrolx/foundry.py index b6798fc22c..f444dbdc86 100644 --- a/kevm-pyk/src/kontrolx/foundry.py +++ b/kevm-pyk/src/kontrolx/foundry.py @@ -6,6 +6,9 @@ import re import shutil import sys +from abc import ABC, abstractmethod +from concurrent.futures import ThreadPoolExecutor, wait +from dataclasses import dataclass from functools import cached_property from os import listdir from pathlib import Path @@ -13,12 +16,12 @@ from typing import TYPE_CHECKING import tomlkit -from pathos.pools import ProcessPool # type: ignore from pyk.cterm import CTerm from pyk.kast.inner import KApply, KSequence, KSort, KToken, KVariable, Subst from pyk.kast.manip import flatten_label, free_vars, minimize_term, set_cell from pyk.kast.outer import KDefinition, KFlatModule, KImport, KRequire from pyk.kcfg import KCFG +from pyk.kore.rpc import kore_server from pyk.prelude.bytes import bytesToken from pyk.prelude.k import GENERATED_TOP_CELL from pyk.prelude.kbool import FALSE, notBool @@ -45,13 +48,15 @@ from .solc_to_k import Contract, contract_to_main_module, contract_to_verification_module if TYPE_CHECKING: - from collections.abc import Iterable + from collections.abc import Callable, Iterable from typing import Any, Final from pyk.kast.inner import KInner from pyk.kcfg import KCFGExplore from pyk.kcfg.kcfg import NodeIdLike from pyk.kcfg.tui import KCFGElem + from pyk.kore.pool import Future + from pyk.kore.rpc import KoreServer from pyk.proof.show import NodePrinter from pyk.utils import BugReport @@ -299,22 +304,28 @@ def unique_sig(self, test: str) -> tuple[str, str]: test_sig = self.matching_sig(test).split('.')[1] return (contract_name, test_sig) - def get_test_id(self, test: str, id: int | None) -> str: - matching_proofs = self.proofs_with_test(test) - if not matching_proofs: - raise ValueError(f'Found no matching proofs for {test}.') - if id is None: - if len(matching_proofs) > 1: - raise ValueError( - f'Found {len(matching_proofs)} matching proofs for {test}. Use the --version flag to choose one.' - ) - test_id = single(matching_proofs).id - return test_id + def get_test_id(self, test: str, version: int | None = None, subproof_path: list[int] | None = None) -> str: + proof_id = test + if subproof_path: + suffix = '' + for node_id in subproof_path: + suffix += f'_node_{node_id}' + proof_id += suffix + + if version: + proof_id += f':{version}' else: - for proof in matching_proofs: - if proof.id.endswith(str(id)): - return proof.id - raise ValueError('No proof matching this predicate.') + proof_id += f':{self.latest_proof_version(proof_id)}' + + matching_proofs = [pid for pid in listdir(self.proofs_dir) if pid == proof_id] + + if len(matching_proofs) == 0: + raise ValueError(f'Found no matching proofs for {test}.') + + if len(matching_proofs) > 1: + raise ValueError(f'Found {len(matching_proofs)} matching proofs for {test}: {matching_proofs}') + + return single(matching_proofs) @staticmethod def success(s: KInner, dst: KInner, r: KInner, c: KInner, e1: KInner, e2: KInner) -> KApply: @@ -375,14 +386,6 @@ def help_info() -> list[str]: ) return res_lines - def proofs_with_test(self, test: str) -> list[Proof]: - proofs = [ - self.get_optional_proof(pid) - for pid in listdir(self.proofs_dir) - if re.search(single(self._escape_brackets([test])), pid.split(':')[0]) - ] - return [proof for proof in proofs if proof is not None] - def get_apr_proof(self, test_id: str) -> APRProof: proof = Proof.read_proof_data(self.proofs_dir, test_id) if not isinstance(proof, APRProof): @@ -619,12 +622,12 @@ def foundry_prove( use_booster: bool = False, smt_timeout: int | None = None, smt_retry_limit: int | None = None, - failure_info: bool = True, counterexample_info: bool = False, trace_rewrites: bool = False, auto_abstract_gas: bool = False, port: int | None = None, -) -> dict[tuple[str, int], tuple[bool, list[str] | None]]: + max_branches: int | None = None, +) -> list[APRProof]: if workers <= 0: raise ValueError(f'Must have at least one worker, found: --workers {workers}') if max_iterations is not None and max_iterations < 0: @@ -662,15 +665,52 @@ def foundry_prove( ) ) - def _init_and_run_proof(_init_problem: tuple[str, str, int]) -> tuple[bool, list[str] | None]: - contract_name, method_sig, version = _init_problem + def _run_proof(_init_problem: tuple[int, Proof]) -> Proof: + port, proof = _init_problem + + llvm_definition_dir = foundry.llvm_library if use_booster else None + start_server = port is None + + with legacy_explore( + foundry.kevm, + kcfg_semantics=KEVMSemantics(auto_abstract_gas=auto_abstract_gas), + id=proof.id, + bug_report=bug_report, + kore_rpc_command=kore_rpc_command, + llvm_definition_dir=llvm_definition_dir, + smt_timeout=smt_timeout, + smt_retry_limit=smt_retry_limit, + trace_rewrites=trace_rewrites, + start_server=start_server, + port=port, + ) as kcfg_explore: + kevm_prove( + foundry.kevm, + proof, + kcfg_explore, + max_depth=max_depth, + max_iterations=max_iterations, + break_every_step=break_every_step, + break_on_jumpi=break_on_jumpi, + break_on_calls=break_on_calls, + max_branches=max_branches, + ) + return proof + + def _init_and_run_proof(_init_problem: tuple[str, str, int]) -> APRProof: + contract_name, method_sig, id = _init_problem contract = foundry.contracts[contract_name] method = contract.method_by_sig[method_sig] - test_id = f'{contract_name}.{method_sig}:{version}' + id_prefix = ':' + str(id) if id is not None else '' + test_id = f'{contract_name}.{method_sig}{id_prefix}' llvm_definition_dir = foundry.llvm_library if use_booster else None - start_server = port is None + def generate_subproof_name(proof: APRProof, node: int) -> str: + id_without_version = proof.id.split(':')[0] + + return f'{id_without_version}_node_{node}:{id}' if id else f'{id_without_version}_node_{node}:{id}' + with legacy_explore( foundry.kevm, kcfg_semantics=KEVMSemantics(auto_abstract_gas=auto_abstract_gas), @@ -693,9 +733,10 @@ def _init_and_run_proof(_init_problem: tuple[str, str, int]) -> tuple[bool, list test_id, simplify_init=simplify_init, bmc_depth=bmc_depth, + generate_subproof_name=generate_subproof_name, ) - passed = kevm_prove( + kevm_prove( foundry.kevm, proof, kcfg_explore, @@ -704,31 +745,93 @@ def _init_and_run_proof(_init_problem: tuple[str, str, int]) -> tuple[bool, list break_every_step=break_every_step, break_on_jumpi=break_on_jumpi, break_on_calls=break_on_calls, + max_branches=max_branches, ) - failure_log = None - if not passed: - failure_log = print_failure_info(proof, kcfg_explore, counterexample_info) - return passed, failure_log - - def run_cfg_group(tests: list[tuple[str, int]]) -> dict[tuple[str, int], tuple[bool, list[str] | None]]: - def _split_test(test: tuple[str, int]) -> tuple[str, str, int]: - test_name, version = test - contract, method = test_name.split('.') - return contract, method, version - - init_problems = [_split_test(test) for test in tests] - - _apr_proofs: list[tuple[bool, list[str] | None]] - if workers > 1: - with ProcessPool(ncpus=workers) as process_pool: - _apr_proofs = process_pool.map(_init_and_run_proof, init_problems) - else: - _apr_proofs = [] - for init_problem in init_problems: - _apr_proofs.append(_init_and_run_proof(init_problem)) + return proof + + def run_cfg_group(tests: list[tuple[str, int]]) -> list[APRProof]: + llvm_definition_dir = foundry.llvm_library if use_booster else None + + def create_server() -> KoreServer: + return kore_server( + definition_dir=foundry.kevm.definition_dir, + llvm_definition_dir=llvm_definition_dir, + module_name=foundry.kevm.main_module, + command=kore_rpc_command, + bug_report=bug_report, + smt_timeout=smt_timeout, + smt_retry_limit=smt_retry_limit, + ) + + class Task(ABC): + @property + @abstractmethod + def name(self) -> str: + ... + + @abstractmethod + def submit(self, executor: ThreadPoolExecutor) -> Future: + ... + + @dataclass(frozen=True) + class CreateAndRunTask(Task): + test: str + id: int + + def submit(self, executor: ThreadPoolExecutor) -> Future: + contract, method = self.test.split('.') + return executor.submit(_init_and_run_proof, (contract, method, self.id)) + + @property + def name(self) -> str: + return self.test + + @dataclass(frozen=True) + class RunTask(Task): + proof: Proof + port: int + + def submit(self, executor: ThreadPoolExecutor) -> Future: + return executor.submit(_run_proof, (self.port, self.proof)) + + @property + def name(self) -> str: + return self.proof.id + + results = [] + executor = ThreadPoolExecutor(max_workers=workers) + + pending_futures: dict[str, Future] = {} + task: Task + for test, id in tests: + task = CreateAndRunTask(test, id) + pending_futures[task.name] = task.submit(executor) - apr_proofs = dict(zip(tests, _apr_proofs, strict=True)) - return apr_proofs + base_proofs = {test: test for test, _ in tests} + servers = {} + + for test, _ in tests: + servers[test] = create_server() + + while pending_futures: + done_futures = [(_proof, future) for (_proof, future) in pending_futures.items() if future.done()] + pending_futures = {_proof: future for (_proof, future) in pending_futures.items() if not future.done()} + + for _proof, future in done_futures: + proof = future.result() + results.append(proof) + + subproofs = proof.subproofs + for subproof in subproofs: + base_proofs[subproof.id] = base_proofs[_proof] + port = servers[base_proofs[subproof.id]].port + task = RunTask(subproof, port) + pending_futures[task.name] = task.submit(executor) + + wait(pending_futures.values(), return_when='FIRST_COMPLETED') + executor.shutdown() + + return results tests_with_versions = [ (test_name, foundry.resolve_proof_version(test_name, reinit, version)) for (test_name, version) in tests @@ -747,7 +850,8 @@ def _split_test(test: tuple[str, int]) -> tuple[str, str, int]: _LOGGER.info(f'Running setup functions in parallel: {list(setup_methods)}') results = run_cfg_group(setup_methods_with_versions) - failed = [setup_cfg for setup_cfg, passed in results.items() if not passed] + failed = [proof.id for proof in results if not proof.passed] + if failed: raise ValueError(f'Running setUp method failed for {len(failed)} contracts: {failed}') @@ -774,10 +878,11 @@ def foundry_show( smt_timeout: int | None = None, smt_retry_limit: int | None = None, port: int | None = None, + subproof_path: list[int] | None = None, ) -> str: contract_name, _ = test.split('.') foundry = Foundry(foundry_root) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) proof = foundry.get_apr_proof(test_id) if pending: @@ -825,10 +930,12 @@ def foundry_show( return '\n'.join(res_lines) -def foundry_to_dot(foundry_root: Path, test: str, version: int | None = None) -> None: +def foundry_to_dot( + foundry_root: Path, test: str, version: int | None = None, subproof_path: list[int] | None = None +) -> None: foundry = Foundry(foundry_root) dump_dir = foundry.proofs_dir / 'dump' - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) contract_name, _ = test.split('.') proof = foundry.get_apr_proof(test_id) @@ -860,9 +967,11 @@ def foundry_list(foundry_root: Path) -> list[str]: return lines -def foundry_remove_node(foundry_root: Path, test: str, node: NodeIdLike, version: int | None = None) -> None: +def foundry_remove_node( + foundry_root: Path, test: str, node: NodeIdLike, version: int | None = None, subproof_path: list[int] | None = None +) -> None: foundry = Foundry(foundry_root) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) apr_proof = foundry.get_apr_proof(test_id) node_ids = apr_proof.prune(node) _LOGGER.info(f'Pruned nodes: {node_ids}') @@ -882,9 +991,10 @@ def foundry_simplify_node( smt_retry_limit: int | None = None, trace_rewrites: bool = False, port: int | None = None, + subproof_path: list[int] | None = None, ) -> str: foundry = Foundry(foundry_root, bug_report=bug_report) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) apr_proof = foundry.get_apr_proof(test_id) cterm = apr_proof.kcfg.node(node).cterm start_server = port is None @@ -915,6 +1025,7 @@ def foundry_merge_nodes( version: int | None = None, bug_report: BugReport | None = None, include_disjunct: bool = False, + subproof_path: list[int] | None = None, ) -> None: def check_cells_equal(cell: str, nodes: Iterable[KCFG.Node]) -> bool: nodes = list(nodes) @@ -929,7 +1040,7 @@ def check_cells_equal(cell: str, nodes: Iterable[KCFG.Node]) -> bool: return True foundry = Foundry(foundry_root, bug_report=bug_report) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) apr_proof = foundry.get_apr_proof(test_id) if len(list(node_ids)) < 2: @@ -966,6 +1077,7 @@ def foundry_step_node( smt_retry_limit: int | None = None, trace_rewrites: bool = False, port: int | None = None, + subproof_path: list[int] | None = None, ) -> None: if repeat < 1: raise ValueError(f'Expected positive value for --repeat, got: {repeat}') @@ -973,7 +1085,7 @@ def foundry_step_node( raise ValueError(f'Expected positive value for --depth, got: {depth}') foundry = Foundry(foundry_root, bug_report=bug_report) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) apr_proof = foundry.get_apr_proof(test_id) start_server = port is None @@ -1005,9 +1117,10 @@ def foundry_section_edge( smt_retry_limit: int | None = None, trace_rewrites: bool = False, port: int | None = None, + subproof_path: list[int] | None = None, ) -> None: foundry = Foundry(foundry_root, bug_report=bug_report) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) apr_proof = foundry.get_apr_proof(test_id) source_id, target_id = edge start_server = port is None @@ -1037,9 +1150,10 @@ def foundry_get_model( pending: bool = False, failing: bool = False, port: int | None = None, + subproof_path: list[int] | None = None, ) -> str: foundry = Foundry(foundry_root) - test_id = foundry.get_test_id(test, version) + test_id = foundry.get_test_id(test, version, subproof_path=subproof_path) proof = foundry.get_apr_proof(test_id) if not nodes: @@ -1126,6 +1240,7 @@ def _method_to_apr_proof( test_id: str, simplify_init: bool = True, bmc_depth: int | None = None, + generate_subproof_name: Callable[[APRProof, int], str] | None = None, ) -> APRProof | APRBMCProof: contract_name = contract.name method_sig = method.signature @@ -1172,9 +1287,19 @@ def _method_to_apr_proof( {}, bmc_depth, proof_dir=save_directory, + generate_subproof_name=generate_subproof_name, ) else: - apr_proof = APRProof(test_id, kcfg, [], init_node_id, target_node_id, {}, proof_dir=save_directory) + apr_proof = APRProof( + test_id, + kcfg, + [], + init_node_id, + target_node_id, + {}, + proof_dir=save_directory, + generate_subproof_name=generate_subproof_name, + ) apr_proof.write_proof_data() return apr_proof diff --git a/kevm-pyk/src/tests/integration/test_foundry_prove.py b/kevm-pyk/src/tests/integration/test_foundry_prove.py index 7c208caad4..444808033e 100644 --- a/kevm-pyk/src/tests/integration/test_foundry_prove.py +++ b/kevm-pyk/src/tests/integration/test_foundry_prove.py @@ -7,7 +7,7 @@ from filelock import FileLock from pyk.kore.rpc import kore_server from pyk.proof import APRProof -from pyk.utils import run_process, single +from pyk.utils import run_process from kontrolx.foundry import ( Foundry, @@ -256,9 +256,8 @@ def test_foundry_merge_nodes(foundry_root: Path, bug_report: BugReport | None, s def check_pending(foundry_root: Path, test: str, pending: list[int]) -> None: foundry = Foundry(foundry_root) - proofs = foundry.proofs_with_test(test) - apr_proofs: list[APRProof] = [proof for proof in proofs if type(proof) is APRProof] - proof = single(apr_proofs) + proof = foundry.get_apr_proof(foundry.get_test_id(test)) + assert isinstance(proof, APRProof) assert [node.id for node in proof.pending] == pending @@ -319,9 +318,9 @@ def test_foundry_remove_node( node=4, ) - proof = single(foundry.proofs_with_test(test)) + proof = foundry.get_apr_proof(foundry.get_test_id(test)) assert type(proof) is APRProof - assert proof.pending + assert proof.is_proof_pending prove_res = foundry_prove( foundry_root, @@ -332,23 +331,21 @@ def test_foundry_remove_node( assert_pass(test, prove_res) -def assert_pass(test: str, prove_res: dict[tuple[str, int], tuple[bool, list[str] | None]]) -> None: - id = id_for_test(test, prove_res) - passed, log = prove_res[(test, id)] - if not passed: - assert log - pytest.fail('\n'.join(log)) +def assert_pass(test: str, prove_res: list[APRProof]) -> None: + test_with_version = f'{test}:0' + proof_dict = {proof.id: proof for proof in prove_res} + proof = proof_dict[test_with_version] + if not proof.passed: + assert proof.failure_info is not None + pytest.fail('\n'.join(proof.failure_info.print())) -def assert_fail(test: str, prove_res: dict[tuple[str, int], tuple[bool, list[str] | None]]) -> None: - id = id_for_test(test, prove_res) - passed, log = prove_res[test, id] - assert not passed - assert log - - -def id_for_test(test: str, prove_res: dict[tuple[str, int], tuple[bool, list[str] | None]]) -> int: - return single(_id for _test, _id in prove_res.keys() if _test == test and _id is not None) +def assert_fail(test: str, prove_res: list[APRProof]) -> None: + test_with_version = f'{test}:0' + proof_dict = {proof.id: proof for proof in prove_res} + proof = proof_dict[test_with_version] + assert not proof.passed + assert proof.failure_info is not None def assert_or_update_show_output(show_res: str, expected_file: Path, *, update: bool) -> None: @@ -382,19 +379,20 @@ def test_foundry_resume_proof( foundry = Foundry(foundry_root) test = 'AssumeTest.test_assume_false(uint256,uint256)' + id = 1 + prove_res = foundry_prove( foundry_root, - tests=[(test, None)], + tests=[(test, id)], auto_abstract_gas=True, max_iterations=4, reinit=True, port=server.port, bug_report=bug_report, ) - id = id_for_test(test, prove_res) proof = foundry.get_apr_proof(f'{test}:{id}') - assert proof.pending + assert proof.is_proof_pending prove_res = foundry_prove( foundry_root, diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/kcfg.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/kcfg.json index 1ea89c3855..de95ede98d 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/kcfg.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/kcfg.json @@ -1 +1 @@ -{"next": 6, "nodes": [1, 2, 3, 4, 5], "edges": [{"source": 1, "target": 3, "depth": 238}, {"source": 3, "target": 4, "depth": 1}, {"source": 4, "target": 5, "depth": 2}], "covers": [{"source": 5, "target": 2, "csubst": {"subst": {"ACCESSEDACCOUNTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCESSEDSTORAGE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCOUNTS_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".AccountCellMap", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_BALANCE_FINAL": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_NONCE_FINAL": {"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_ORIGSTORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACTIVE_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ADDRESSSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "BASEFEE_CELL": {"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "BLOCKHASHES_CELL": {"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "BLOCKNONCE_CELL": {"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "CALLDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}, "CALLDEPTH_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CALLER_CELL_5d410f2a": {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "CALLGAS_CELL": {"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}, "CALLSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "CALLVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CHAINID_CELL": {"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "CHEATCODE_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "CHECKEDDATA_CELL": {"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, "CHECKEDTOPICS_CELL": {"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "COINBASE_CELL": {"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "DEPTH_CELL": {"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "DIFFICULTY_CELL": {"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "EXIT_CODE_CELL_5d410f2a": {"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "EXPECTEDADDRESS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "EXPECTEDDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}, "EXPECTEDDEPTH_CELL": {"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "EXPECTEDEVENTADDRESS_CELL": {"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}, "EXPECTEDREASON_CELL": {"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}, "EXPECTEDVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "EXTRADATA_CELL": {"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}, "GAS_CELL_5d410f2a": {"node": "KToken", "token": "9223372036854775686", "sort": {"node": "KSort", "name": "Int"}}, "GASLIMIT_CELL": {"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "GASPRICE_CELL": {"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "GASUSED_CELL": {"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}, "GENERATEDCOUNTER_CELL": {"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "INTERIMSTATES_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "ISCALLWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISEVENTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISOPCODEEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISREVERTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISSTORAGEWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "JUMPDESTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, "LOCALMEM_CELL_5d410f2a": {"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}, "LOG_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "LOGSBLOOM_CELL": {"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}, "MEMORYUSED_CELL_5d410f2a": {"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}, "MESSAGES_CELL": {"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}, "MIXHASH_CELL": {"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "MODE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NUMBER_CELL": {"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "OMMERBLOCKHEADERS_CELL": {"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}, "OMMERSHASH_CELL": {"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "OPCODETYPE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}, "ORIGIN_CELL_5d410f2a": {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "OUTPUT_CELL_5d410f2a": {"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}, "PC_CELL_5d410f2a": {"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}, "PREVCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PREVIOUSHASH_CELL": {"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "PREVORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PROGRAM_CELL_5d410f2a": {"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}, "RECEIPTSROOT_CELL": {"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "RECORDEVENT_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "REFUND_CELL": {"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "SCHEDULE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}, "SELFDESTRUCT_CELL": {"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}, "SINGLECALL_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATEROOT_CELL": {"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "STATIC_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATUSCODE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}, "STORAGESLOTSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "TIMESTAMP_CELL": {"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "TOUCHEDACCOUNTS_CELL": {"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}, "TRANSACTIONSROOT_CELL": {"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "TXORDER_CELL": {"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "TXPENDING_CELL": {"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "WORDSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}}, "constraints": []}}], "splits": [], "ndbranches": [], "stuck": [], "aliases": {}} \ No newline at end of file +{"next": 6, "nodes": [1, 2, 3, 4, 5], "edges": [{"source": 1, "target": 3, "depth": 272}, {"source": 3, "target": 4, "depth": 1}, {"source": 4, "target": 5, "depth": 2}], "covers": [{"source": 5, "target": 2, "csubst": {"subst": {"ACCESSEDACCOUNTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCESSEDSTORAGE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCOUNTS_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".AccountCellMap", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_BALANCE_FINAL": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_NONCE_FINAL": {"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_ORIGSTORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACTIVE_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ADDRESSSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "BASEFEE_CELL": {"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "BLOCKHASHES_CELL": {"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "BLOCKNONCE_CELL": {"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "CALLDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}, "CALLDEPTH_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CALLER_CELL_5d410f2a": {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}, "CALLGAS_CELL": {"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}, "CALLSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "CALLVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CHAINID_CELL": {"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "CHEATCODE_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "CHECKEDDATA_CELL": {"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}, "CHECKEDTOPICS_CELL": {"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "COINBASE_CELL": {"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "DEPTH_CELL": {"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "DIFFICULTY_CELL": {"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "EXIT_CODE_CELL_5d410f2a": {"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}, "EXPECTEDADDRESS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "EXPECTEDDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}, "EXPECTEDDEPTH_CELL": {"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "EXPECTEDEVENTADDRESS_CELL": {"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}, "EXPECTEDREASON_CELL": {"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "EXPECTEDVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "EXTRADATA_CELL": {"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "GAS_CELL_5d410f2a": {"node": "KToken", "token": "9223372036854775663", "sort": {"node": "KSort", "name": "Int"}}, "GASLIMIT_CELL": {"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "GASPRICE_CELL": {"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "GASUSED_CELL": {"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}, "GENERATEDCOUNTER_CELL": {"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "INTERIMSTATES_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "ISCALLWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISEVENTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISOPCODEEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISREVERTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISSTORAGEWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "JUMPDESTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, "LOCALMEM_CELL_5d410f2a": {"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}, "LOG_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "LOGSBLOOM_CELL": {"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "MEMORYUSED_CELL_5d410f2a": {"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}, "MESSAGES_CELL": {"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}, "MIXHASH_CELL": {"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "MODE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NUMBER_CELL": {"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "OMMERBLOCKHEADERS_CELL": {"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}, "OMMERSHASH_CELL": {"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "OPCODETYPE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}, "ORIGIN_CELL_5d410f2a": {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}, "OUTPUT_CELL_5d410f2a": {"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}, "PC_CELL_5d410f2a": {"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}, "PREVCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PREVIOUSHASH_CELL": {"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "PREVORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PROGRAM_CELL_5d410f2a": {"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}, "RECEIPTSROOT_CELL": {"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "RECORDEVENT_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "REFUND_CELL": {"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "SCHEDULE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}, "SELFDESTRUCT_CELL": {"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}, "SINGLECALL_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATEROOT_CELL": {"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "STATIC_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATUSCODE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}, "STORAGESLOTSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "TIMESTAMP_CELL": {"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "TOUCHEDACCOUNTS_CELL": {"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}, "TRANSACTIONSROOT_CELL": {"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "TXORDER_CELL": {"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "TXPENDING_CELL": {"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "WITHDRAWALSROOT_CELL": {"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "WORDSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}}, "constraints": []}}], "splits": [], "ndbranches": [], "vacuous": [], "stuck": [], "aliases": {}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/1.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/1.json index b1a7bde789..c58dc1e528 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/1.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/1.json @@ -1 +1 @@ -{"id": 1, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Mode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Schedule"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "WordStack"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "AccountCellMap"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "OpcodeType"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": []}} \ No newline at end of file +{"id": 2, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Mode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Schedule"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "WordStack"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "sort": {"node": "KSort", "name": "AccountCellMap"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "OpcodeType"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": []}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/3.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/3.json index 4ef2f76f99..ce1b188fdd 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/3.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.setUp()/kcfg/nodes/3.json @@ -1 +1 @@ -{"id": 3, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775686", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775663", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775686", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775663", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775686", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\n\\x92T\\xe4\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "177362148", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775663", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}, "RECEIPTSROOT_CELL": {"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "RECORDEVENT_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "REFUND_CELL": {"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "SCHEDULE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}, "SELFDESTRUCT_CELL": {"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}, "SINGLECALL_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATEROOT_CELL": {"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "STATIC_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATUSCODE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}, "STORAGESLOTSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "TIMESTAMP_CELL": {"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "TOUCHEDACCOUNTS_CELL": {"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}, "TRANSACTIONSROOT_CELL": {"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "TXORDER_CELL": {"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "TXPENDING_CELL": {"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "WORDSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}}, "constraints": []}}], "splits": [], "ndbranches": [], "stuck": [], "aliases": {}} \ No newline at end of file +{"next": 6, "nodes": [1, 2, 3, 4, 5], "edges": [{"source": 1, "target": 3, "depth": 438}, {"source": 3, "target": 4, "depth": 1}, {"source": 4, "target": 5, "depth": 2}], "covers": [{"source": 5, "target": 2, "csubst": {"subst": {"ACCESSEDACCOUNTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCESSEDSTORAGE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCOUNTS_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".AccountCellMap", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_BALANCE_FINAL": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_NONCE_FINAL": {"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_ORIGSTORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACTIVE_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ADDRESSSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "BASEFEE_CELL": {"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "BLOCKHASHES_CELL": {"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "BLOCKNONCE_CELL": {"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "CALLDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}, "CALLDEPTH_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CALLER_CELL_5d410f2a": {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}, "CALLGAS_CELL": {"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}, "CALLSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "CALLVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CHAINID_CELL": {"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "CHEATCODE_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "CHECKEDDATA_CELL": {"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}, "CHECKEDTOPICS_CELL": {"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "COINBASE_CELL": {"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "DEPTH_CELL": {"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "DIFFICULTY_CELL": {"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "EXIT_CODE_CELL_5d410f2a": {"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}, "EXPECTEDADDRESS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "EXPECTEDDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}, "EXPECTEDDEPTH_CELL": {"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "EXPECTEDEVENTADDRESS_CELL": {"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}, "EXPECTEDREASON_CELL": {"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "EXPECTEDVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "EXTRADATA_CELL": {"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "GAS_CELL_5d410f2a": {"node": "KToken", "token": "9223372036854775560", "sort": {"node": "KSort", "name": "Int"}}, "GASLIMIT_CELL": {"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "GASPRICE_CELL": {"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "GASUSED_CELL": {"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}, "GENERATEDCOUNTER_CELL": {"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "INTERIMSTATES_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "ISCALLWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISEVENTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISOPCODEEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISREVERTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISSTORAGEWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "JUMPDESTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, "LOCALMEM_CELL_5d410f2a": {"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}, "LOG_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "LOGSBLOOM_CELL": {"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "MEMORYUSED_CELL_5d410f2a": {"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}, "MESSAGES_CELL": {"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}, "MIXHASH_CELL": {"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "MODE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NUMBER_CELL": {"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "OMMERBLOCKHEADERS_CELL": {"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}, "OMMERSHASH_CELL": {"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "OPCODETYPE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}, "ORIGIN_CELL_5d410f2a": {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}, "OUTPUT_CELL_5d410f2a": {"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}, "PC_CELL_5d410f2a": {"node": "KToken", "token": "1321", "sort": {"node": "KSort", "name": "Int"}}, "PREVCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PREVIOUSHASH_CELL": {"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "PREVORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PROGRAM_CELL_5d410f2a": {"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}, "RECEIPTSROOT_CELL": {"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "RECORDEVENT_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "REFUND_CELL": {"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "SCHEDULE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}, "SELFDESTRUCT_CELL": {"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}, "SINGLECALL_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATEROOT_CELL": {"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "STATIC_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATUSCODE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}, "STORAGESLOTSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "TIMESTAMP_CELL": {"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "TOUCHEDACCOUNTS_CELL": {"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}, "TRANSACTIONSROOT_CELL": {"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "TXORDER_CELL": {"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "TXPENDING_CELL": {"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "WITHDRAWALSROOT_CELL": {"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "WORDSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}}, "constraints": []}}], "splits": [], "ndbranches": [], "vacuous": [], "stuck": [], "aliases": {}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/1.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/1.json index b8974c6ab2..dd538e6d8e 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/1.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/1.json @@ -1 +1 @@ -{"id": 1, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Mode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Schedule"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "WordStack"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "AccountCellMap"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "OpcodeType"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file +{"id": 2, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Mode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Schedule"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "WordStack"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "sort": {"node": "KSort", "name": "AccountCellMap"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "OpcodeType"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/3.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/3.json index 9273bbcf1d..a2d6a40143 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/3.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_false():0/kcfg/nodes/3.json @@ -1 +1 @@ -{"id": 3, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "992", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775582", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1321", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775560", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "992", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775582", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1321", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775560", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "992", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775582", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"z\\xa9\\xcc\\xae\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "2057948334", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1321", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775560", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Mode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Schedule"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "WordStack"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "AccountCellMap"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "OpcodeType"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file +{"id": 2, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Mode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Schedule"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "WordStack"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "sort": {"node": "KSort", "name": "AccountCellMap"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "OpcodeType"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_true():0/kcfg/nodes/3.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_true():0/kcfg/nodes/3.json index ab85d74a2f..3ca3ab78db 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_true():0/kcfg/nodes/3.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.testFail_assert_true():0/kcfg/nodes/3.json @@ -1 +1 @@ -{"id": 3, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "409427266", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775664", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "409427266", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775641", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "409427266", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775664", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "409427266", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775641", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "409427266", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775664", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x18g]B\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "409427266", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775641", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Mode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Schedule"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "WordStack"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "AccountCellMap"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "OpcodeType"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file +{"id": 2, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Mode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Schedule"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "WordStack"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "sort": {"node": "KSort", "name": "AccountCellMap"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "OpcodeType"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_false():0/kcfg/nodes/3.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_false():0/kcfg/nodes/3.json index 30d83ff020..c9de78f12b 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_false():0/kcfg/nodes/3.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_false():0/kcfg/nodes/3.json @@ -1 +1 @@ -{"id": 3, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "1574882301", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "992", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775604", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "1574882301", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1321", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775604", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "1574882301", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "992", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775604", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "REVERT_EVM_BinStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "1574882301", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1321", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775604", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "1574882301", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "992", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775604", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_REVERT_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"]\\xde\\xcb\\xfd\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "1574882301", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"NH{q\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1321", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775604", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}, "RECEIPTSROOT_CELL": {"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "RECORDEVENT_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "REFUND_CELL": {"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "SCHEDULE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}, "SELFDESTRUCT_CELL": {"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}, "SINGLECALL_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATEROOT_CELL": {"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "STATIC_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATUSCODE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}, "STORAGESLOTSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "TIMESTAMP_CELL": {"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "TOUCHEDACCOUNTS_CELL": {"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}, "TRANSACTIONSROOT_CELL": {"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}, "TXORDER_CELL": {"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "TXPENDING_CELL": {"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}, "WORDSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}}, "constraints": []}}], "splits": [], "ndbranches": [], "stuck": [], "aliases": {}} \ No newline at end of file +{"next": 6, "nodes": [1, 2, 3, 4, 5], "edges": [{"source": 1, "target": 3, "depth": 258}, {"source": 3, "target": 4, "depth": 1}, {"source": 4, "target": 5, "depth": 2}], "covers": [{"source": 5, "target": 2, "csubst": {"subst": {"ACCESSEDACCOUNTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCESSEDSTORAGE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCOUNTS_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".AccountCellMap", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_BALANCE_FINAL": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_NONCE_FINAL": {"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}, "ACCT_ORIGSTORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACCT_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "ACTIVE_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ADDRESSSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "BASEFEE_CELL": {"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "BLOCKHASHES_CELL": {"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "BLOCKNONCE_CELL": {"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "CALLDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}, "CALLDEPTH_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CALLER_CELL_5d410f2a": {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}, "CALLGAS_CELL": {"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}, "CALLSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "CALLVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "CHAINID_CELL": {"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "CHEATCODE_STORAGE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}, "CHECKEDDATA_CELL": {"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}, "CHECKEDTOPICS_CELL": {"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "COINBASE_CELL": {"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "DEPTH_CELL": {"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "DIFFICULTY_CELL": {"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "EXIT_CODE_CELL_5d410f2a": {"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}, "EXPECTEDADDRESS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "EXPECTEDDATA_CELL_5d410f2a": {"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}, "EXPECTEDDEPTH_CELL": {"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "EXPECTEDEVENTADDRESS_CELL": {"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}, "EXPECTEDREASON_CELL": {"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "EXPECTEDVALUE_CELL_5d410f2a": {"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, "EXTRADATA_CELL": {"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "GAS_CELL_5d410f2a": {"node": "KToken", "token": "9223372036854775664", "sort": {"node": "KSort", "name": "Int"}}, "GASLIMIT_CELL": {"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "GASPRICE_CELL": {"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "GASUSED_CELL": {"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}, "GENERATEDCOUNTER_CELL": {"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "INTERIMSTATES_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "ISCALLWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISEVENTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISOPCODEEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISREVERTEXPECTED_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "ISSTORAGEWHITELISTACTIVE_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "JUMPDESTS_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, "LOCALMEM_CELL_5d410f2a": {"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}, "LOG_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}, "LOGSBLOOM_CELL": {"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}, "MEMORYUSED_CELL_5d410f2a": {"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}, "MESSAGES_CELL": {"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}, "MIXHASH_CELL": {"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "MODE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NEWORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "NUMBER_CELL": {"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "OMMERBLOCKHEADERS_CELL": {"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}, "OMMERSHASH_CELL": {"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "OPCODETYPE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}, "ORIGIN_CELL_5d410f2a": {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}, "OUTPUT_CELL_5d410f2a": {"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}, "PC_CELL_5d410f2a": {"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}, "PREVCALLER_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PREVIOUSHASH_CELL": {"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "PREVORIGIN_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}, "PROGRAM_CELL_5d410f2a": {"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}, "RECEIPTSROOT_CELL": {"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "RECORDEVENT_FINAL": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "REFUND_CELL": {"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "SCHEDULE_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}, "SELFDESTRUCT_CELL": {"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}, "SINGLECALL_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATEROOT_CELL": {"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "STATIC_CELL_5d410f2a": {"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}, "STATUSCODE_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}, "STORAGESLOTSET_FINAL": {"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}, "TIMESTAMP_CELL": {"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "TOUCHEDACCOUNTS_CELL": {"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}, "TRANSACTIONSROOT_CELL": {"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "TXORDER_CELL": {"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "TXPENDING_CELL": {"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}, "WITHDRAWALSROOT_CELL": {"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}, "WORDSTACK_CELL_5d410f2a": {"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}}, "constraints": []}}], "splits": [], "ndbranches": [], "vacuous": [], "stuck": [], "aliases": {}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/1.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/1.json index f72e4e5a0d..bc46eb91b4 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/1.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/1.json @@ -1 +1 @@ -{"id": 1, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775807", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Mode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Schedule"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "WordStack"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "AccountCellMap"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "OpcodeType"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Map"}}}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file +{"id": 2, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXIT_CODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MODE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Mode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SCHEDULE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Schedule"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OUTPUT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "INTERIMSTATES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PROGRAM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "JUMPDESTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WORDSTACK_CELL_5d410f2a", "sort": {"node": "KSort", "name": "WordStack"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOCALMEM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MEMORYUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATIC_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOG_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDACCOUNTS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCESSEDSTORAGE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_BALANCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_ORIGSTORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACCT_NONCE_FINAL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KVariable", "name": "ACCOUNTS_FINAL", "sort": {"node": "KSort", "name": "AccountCellMap"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL_5d410f2a", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWCALLER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NEWORIGIN_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ACTIVE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SINGLECALL_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDVALUE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OPCODETYPE_CELL_5d410f2a", "sort": {"node": "KSort", "name": "OpcodeType"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISCALLWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ISSTORAGEWHITELISTACTIVE_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ADDRESSSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STORAGESLOTSET_FINAL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL_5d410f2a", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "foundry_success", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE_FINAL", "sort": {"node": "KSort", "name": "StatusCode"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "#lookup(_,_)_EVM-TYPES_Int_Map_Int", "params": []}, "args": [{"node": "KVariable", "name": "CHEATCODE_STORAGE_FINAL", "sort": {"node": "KSort", "name": "Map"}}, {"node": "KToken", "token": "46308022326495007027972728677917914892729792999299745830475596687180801507328", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}, {"node": "KVariable", "name": "ISREVERTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISOPCODEEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "RECORDEVENT_FINAL", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KVariable", "name": "ISEVENTEXPECTED_FINAL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 6, "variable": false}], "arity": 2, "variable": false}]}} \ No newline at end of file diff --git a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/3.json b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/3.json index 1efd90f899..bb300493bb 100644 --- a/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/3.json +++ b/kevm-pyk/src/tests/unit/test-data/foundry-list/apr_proofs/AssertTest.test_assert_true():0/kcfg/nodes/3.json @@ -1 +1 @@ -{"id": 3, "cterm": {"config": {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "StatusCode"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775620", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#end__EVM_KItem_StatusCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATUSCODE", "sort": {"node": "KSort", "name": "StatusCode"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775664", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775620", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#pc[_]_EVM_InternalOp_OpCode", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "STOP_EVM_NullStackOp", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#execute_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 4}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775664", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "K"}}}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "LONDON_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "851", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1107", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "912", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "561", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "529", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "593", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1041", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "305", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "401", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "497", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "822", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "214", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "278", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "855", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "212", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1141", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1173", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "827", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1080", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "537", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "761", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "249", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "894", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "222", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "735", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "319", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "860", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "956", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1052", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "348", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "509", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "930", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1026", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1088", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "993", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "292", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "324", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "549", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1125", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "971", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1000", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "937", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "297", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "526", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "879", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "207", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "367", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "399", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1100", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "140", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "332", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "557", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "269", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "213", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775620", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Set"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Gas"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "JSON"}}}}], "arity": 1, "variable": false}], "arity": 17, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xcfW`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x8cW\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01DW\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\\\W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01oW\\x80c\\xfav&\\xd4\\x14a\\x01\\x82W`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01)W\\x80cz\\xa9\\xcc\\xae\\x14a\\x01)W\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x011W`\\x00\\x80\\xfd[\\x80c\\n\\x92T\\xe4\\x14a\\x00\\xd4W\\x80c\\x18g]B\\x14a\\x00\\xd4W\\x80c*M\\xe1\\xa1\\x14a\\x00\\xd6W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xd4W\\x80c:v\\x84c\\x14a\\x00\\xdeW\\x80cF\\\"\\xb1U\\x14a\\x01\\x16W[`\\x00\\x80\\xfd[\\x00[a\\x00\\xd4a\\x01\\x91V[a\\x00\\xf9sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x81V[`@Q`\\x01`\\x01`\\xa0\\x1b\\x03\\x90\\x91\\x16\\x81R` \\x01[`@Q\\x80\\x91\\x03\\x90\\xf3[a\\x00\\xd4a\\x01$6`\\x04a\\x03\\x90V[a\\x01\\xfdV[a\\x00\\xd4a\\x02\\x11V[a\\x00\\xd4a\\x01?6`\\x04a\\x03\\xa9V[a\\x02\\x19V[a\\x01La\\x021V[`@Q\\x90\\x15\\x15\\x81R` \\x01a\\x01\\rV[a\\x00\\xd4a\\x01j6`\\x04a\\x03\\x90V[a\\x03\\\\V[`\\x00Ta\\x01L\\x90b\\x01\\x00\\x00\\x90\\x04`\\xff\\x16\\x81V[`\\x00Ta\\x01L\\x90`\\xff\\x16\\x81V[V[`@\\x80Qc=!\\x12\\x05`\\xe2\\x1b\\x81R\\x90Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-\\x91c\\xf4\\x84H\\x14\\x91`\\x04\\x80\\x83\\x01\\x92`\\x00\\x92\\x91\\x90\\x82\\x90\\x03\\x01\\x81\\x83\\x87\\x80;\\x15\\x80\\x15a\\x01\\xddW`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x01\\xf1W=`\\x00\\x80>=`\\x00\\xfd[PPPPa\\x01\\x8fa\\x03\\xcbV[`d\\x81\\x10\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[PV[a\\x01\\x8fa\\x03\\xcbV[\\x80\\x82\\x10\\x15a\\x02%WPPV[a\\x02-a\\x03\\xcbV[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x02QWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x03WW`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x02\\xdf\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x04\\x1cV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x02\\xf9\\x91a\\x04@V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x036W`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x03;V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x03S\\x91\\x90a\\x04SV[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x03oW`\\x08\\x81\\x90Ua\\x03~V[a\\x03z`\\x01\\x82a\\x04uV[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\x0eWa\\x02\\x0ea\\x03\\xcbV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x03\\xa2W`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x03\\xbcW`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x04\\x02W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x03\\xe8V[\\x81\\x81\\x11\\x15a\\x04\\x11W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x048`\\x04\\x83\\x01\\x84a\\x03\\xe1V[\\x94\\x93PPPPV[`\\x00a\\x04L\\x82\\x84a\\x03\\xe1V[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04eW`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x04LW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x04\\x95WcNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 \\x99\\x8fF\\xb2\\xef\\x85S\\x91F\\xddt\\x9e\\x85\\xa8\\x17h\\xa6\\x8b@\\xf7D#\\x0b\\x82\\x9b\\x95\\x99HY\\xbeH\\xeadsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "MessageCellMap"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bytes"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "List"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Bool"}}}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Account"}}}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "att": {"node": "KAtt", "att": {"org.kframework.kore.Sort": {"node": "KSort", "name": "Int"}}}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KSequence", "items": [{"node": "KApply", "label": {"node": "KLabel", "name": "#halt_EVM_KItem", "params": []}, "args": [], "arity": 0, "variable": false}, {"node": "KVariable", "name": "CONTINUATION", "sort": {"node": "KSort", "name": "K"}}], "arity": 2}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXITCODE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "NORMAL", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SHANGHAI_EVM", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "EVMC_SUCCESS_NETWORK_EndStatusCode", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TOUCHEDACCOUNTS_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "354", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1090", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "866", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "802", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1507", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1219", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1344", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1184", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1441", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "102", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "838", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "774", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1223", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "679", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "260", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1156", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1285", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1189", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1541", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "362", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1386", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "330", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1322", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "746", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "395", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1259", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1480", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "424", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1064", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "585", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "553", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "462", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "878", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "846", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "335", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1452", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "749", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1426", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1266", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "722", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1363", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "307", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "211", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1488", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "16", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1393", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "438", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "886", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1559", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1300", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1525", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "245", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "250", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "922", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "890", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "475", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "443", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "699", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "408", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "376", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1400", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1368", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1208", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "728", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1241", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "825", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "793", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "766", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "287", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1151", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "799", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1500", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "316", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "252", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "1180", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "477", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "381", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "_Set_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "SetItem", "params": []}, "args": [{"node": "KToken", "token": "573", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"6\\r\\xa4\\xd2\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_:__EVM-TYPES_WordStack_Int_WordStack", "params": []}, "args": [{"node": "KToken", "token": "906863826", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KApply", "label": {"node": "KLabel", "name": ".WordStack_EVM-TYPES_WordStack", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x80\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "251", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "9223372036854775664", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "3", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CALLGAS_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 14, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "SELFDESTRUCT_CELL", "sort": {"node": "KSort", "name": "Set"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".List", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "REFUND_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASPRICE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKHASHES_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "PREVIOUSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERSHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "COINBASE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "STATEROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TRANSACTIONSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "RECEIPTSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "LOGSBLOOM_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DIFFICULTY_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASLIMIT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GASUSED_CELL", "sort": {"node": "KSort", "name": "Gas"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TIMESTAMP_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXTRADATA_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MIXHASH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BLOCKNONCE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "BASEFEE_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "WITHDRAWALSROOT_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "OMMERBLOCKHEADERS_CELL", "sort": {"node": "KSort", "name": "JSON"}}], "arity": 1, "variable": false}], "arity": 18, "variable": false}], "arity": 11, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHAINID_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "_AccountCellMap_", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "728815563385977040452943777879061427756277306518", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"`\\x80`@R4\\x80\\x15a\\x00\\x10W`\\x00\\x80\\xfd[P`\\x046\\x10a\\x00\\xf5W`\\x005`\\xe0\\x1c\\x80c]\\xde\\xcb\\xfd\\x11a\\x00\\x97W\\x80c\\xbaAO\\xa6\\x11a\\x00fW\\x80c\\xbaAO\\xa6\\x14a\\x01\\x90W\\x80c\\xc2\\xc0\\xbc\\xc7\\x14a\\x01\\xa8W\\x80c\\xf8\\xcc\\xbfG\\x14a\\x01\\xbbW\\x80c\\xfav&\\xd4\\x14a\\x01\\xceW`\\x00\\x80\\xfd[\\x80c]\\xde\\xcb\\xfd\\x14a\\x01bW\\x80cg8\\xbb\\xfa\\x14a\\x01jW\\x80cz\\xa9\\xcc\\xae\\x14a\\x01bW\\x80c\\x8c\\x0e\\xdd\\x8b\\x14a\\x01}W`\\x00\\x80\\xfd[\\x80c6\\r\\xa4\\xd2\\x11a\\x00\\xd3W\\x80c6\\r\\xa4\\xd2\\x14a\\x00\\xfaW\\x80c:v\\x84c\\x14a\\x01\\x04W\\x80c;\\xa4\\xd9\\f\\x14a\\x01=`\\x00\\xfd[PPPPa\\x01\\xdba\\x05\\x14V[\\x7f\\x88\\\\\\xb6\\x92@\\xa95\\xd62\\xd7\\x9c1q\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-`\\x00\\x1c`\\x01`\\x01`\\xa0\\x1b\\x03\\x16c\\xed\\x9fsS`@Q\\x81c\\xff\\xff\\xff\\xff\\x16`\\xe0\\x1b\\x81R`\\x04\\x01`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x87\\x80;\\x15\\x80\\x15a\\x02\\xa7W`\\x00\\x80\\xfd[PZ\\xf1\\x15\\x80\\x15a\\x02\\xbbW=`\\x00\\x80>=`\\x00\\xfd[PPPP`\\n\\x81\\x10\\x15a\\x02\\xd2W`\\x00`\\x08Ua\\x02\\xd8V[`\\x01`\\x08U[`\\x02`\\x08T\\x10a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[PV[`d\\x81\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[a\\x01\\xdba\\x05\\x14V[`\\x01\\x81\\x10\\x15a\\x03\\x19W`\\x03`\\x08Ua\\x03\\x1fV[`\\x04`\\x08U[`\\x00[`\\n\\x81\\x10\\x15a\\x03NW`\\x08Ta\\x039\\x90`\\x01a\\x05@V[`\\x08U\\x80a\\x03F\\x81a\\x05XV[\\x91PPa\\x03\\\"V[P`\\r`\\x08T\\x10\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[\\x80\\x82\\x10\\x15a\\x03nWPPV[a\\x03va\\x05\\x14V[PPV[`\\x00\\x80Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x15a\\x03\\x9aWP`\\x00Ta\\x01\\x00\\x90\\x04`\\xff\\x16\\x90V[`\\x00sq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-;\\x15a\\x04\\xa0W`@\\x80Qsq\\tp\\x9e\\xcf\\xa9\\x1a\\x80bo\\xf3\\x98\\x9dh\\xf6\\x7f[\\x1d\\xd1-` \\x82\\x01\\x81\\x90Re\\x19\\x98Z[\\x19Y`\\xd2\\x1b\\x82\\x84\\x01R\\x82Q\\x80\\x83\\x03\\x84\\x01\\x81R``\\x83\\x01\\x90\\x93R`\\x00\\x92\\x90\\x91a\\x04(\\x91\\x7ff\\x7f\\x9dp\\xcaA\\x1dp\\xea\\xd5\\r\\x8d\\\\\\\"\\x07\\r\\xaf\\xc3j\\xd7_=\\xcf^r7\\xb2*\\xde\\x9a\\xec\\xc4\\x91`\\x80\\x01a\\x05\\xacV[`@\\x80Q`\\x1f\\x19\\x81\\x84\\x03\\x01\\x81R\\x90\\x82\\x90Ra\\x04B\\x91a\\x05\\xd0V[`\\x00`@Q\\x80\\x83\\x03\\x81`\\x00\\x86Z\\xf1\\x91PP=\\x80`\\x00\\x81\\x14a\\x04\\x7fW`@Q\\x91P`\\x1f\\x19`?=\\x01\\x16\\x82\\x01`@R=\\x82R=`\\x00` \\x84\\x01>a\\x04\\x84V[``\\x91P[P\\x91PP\\x80\\x80` \\x01\\x90Q\\x81\\x01\\x90a\\x04\\x9c\\x91\\x90a\\x05\\xe3V[\\x91PP[\\x91\\x90PV[`\\x03\\x81\\x10\\x15a\\x04\\xb8W`\\x08\\x81\\x90Ua\\x04\\xc7V[a\\x04\\xc3`\\x01\\x82a\\x06\\x05V[`\\x08U[\\x80`\\x08T\\x11\\x15a\\x02\\xeaWa\\x02\\xeaa\\x05\\x14V[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x04\\xebW`\\x00\\x80\\xfd[P5\\x91\\x90PV[`\\x00\\x80`@\\x83\\x85\\x03\\x12\\x15a\\x05\\x05W`\\x00\\x80\\xfd[PP\\x805\\x92` \\x90\\x91\\x015\\x91PV[cNH{q`\\xe0\\x1b`\\x00R`\\x01`\\x04R`$`\\x00\\xfd[cNH{q`\\xe0\\x1b`\\x00R`\\x11`\\x04R`$`\\x00\\xfd[`\\x00\\x82\\x19\\x82\\x11\\x15a\\x05SWa\\x05Sa\\x05*V[P\\x01\\x90V[`\\x00`\\x01\\x82\\x01a\\x05jWa\\x05ja\\x05*V[P`\\x01\\x01\\x90V[`\\x00\\x81Q`\\x00[\\x81\\x81\\x10\\x15a\\x05\\x92W` \\x81\\x85\\x01\\x81\\x01Q\\x86\\x83\\x01R\\x01a\\x05xV[\\x81\\x81\\x11\\x15a\\x05\\xa1W`\\x00\\x82\\x86\\x01R[P\\x92\\x90\\x92\\x01\\x92\\x91PPV[`\\x01`\\x01`\\xe0\\x1b\\x03\\x19\\x83\\x16\\x81R`\\x00a\\x05\\xc8`\\x04\\x83\\x01\\x84a\\x05qV[\\x94\\x93PPPPV[`\\x00a\\x05\\xdc\\x82\\x84a\\x05qV[\\x93\\x92PPPV[`\\x00` \\x82\\x84\\x03\\x12\\x15a\\x05\\xf5W`\\x00\\x80\\xfd[\\x81Q\\x80\\x15\\x15\\x81\\x14a\\x05\\xdcW`\\x00\\x80\\xfd[`\\x00\\x82\\x82\\x10\\x15a\\x06\\x17Wa\\x06\\x17a\\x05*V[P\\x03\\x90V\\xfe\\xa2dipfsX\\\"\\x12 ,&\\x82C\\x05%\\xea\\xa0\\\\\\x10\\x80\\xb9\\xc0\\xf4\\xa5\\xdbr\\xb6\\x80B\\xeeo\\xa7\\x0fB\\x96\\xcb\\xf2\\x14\\xfb\\x8b\\xc6dsolcC\\x00\\x08\\r\\x003\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "1", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "645326474426547203313410069153905908525362434349", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\\x00\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Map", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 6, "variable": false}], "arity": 2, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXORDER_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "TXPENDING_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "MESSAGES_CELL", "sort": {"node": "KSort", "name": "MessageCellMap"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "DEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}], "arity": 7, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDREASON_CELL", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDDEPTH_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 3, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Account_EVM-TYPES_Account", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "b\"\"", "sort": {"node": "KSort", "name": "Bytes"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".OpcodeType_FOUNDRY-CHEAT-CODES_OpcodeType", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDTOPICS_CELL", "sort": {"node": "KSort", "name": "List"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "CHECKEDDATA_CELL", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "EXPECTEDEVENTADDRESS_CELL", "sort": {"node": "KSort", "name": "Account"}}], "arity": 1, "variable": false}], "arity": 5, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KToken", "token": "false", "sort": {"node": "KSort", "name": "Bool"}}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KApply", "label": {"node": "KLabel", "name": ".Set", "params": []}, "args": [], "arity": 0, "variable": false}], "arity": 1, "variable": false}], "arity": 4, "variable": false}], "arity": 5, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "", "params": []}, "args": [{"node": "KVariable", "name": "GENERATEDCOUNTER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 1, "variable": false}], "arity": 2, "variable": false}, "constraints": [{"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "CALLER_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "ORIGIN_ID", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_<=Int_", "params": []}, "args": [{"node": "KToken", "token": "0", "sort": {"node": "KSort", "name": "Int"}}, {"node": "KVariable", "name": "NUMBER_CELL", "sort": {"node": "KSort", "name": "Int"}}], "arity": 2, "variable": false}], "arity": 2, "variable": false}, {"node": "KApply", "label": {"node": "KLabel", "name": "#Equals", "params": [{"node": "KSort", "name": "Bool"}, {"node": "KSort", "name": "GeneratedTopCell"}]}, "args": [{"node": "KToken", "token": "true", "sort": {"node": "KSort", "name": "Bool"}}, {"node": "KApply", "label": {"node": "KLabel", "name": "_ - LONDON + SHANGHAI diff --git a/tests/foundry/test/Simple.t.sol b/tests/foundry/test/Simple.t.sol index 1787b54f39..a756077b00 100644 --- a/tests/foundry/test/Simple.t.sol +++ b/tests/foundry/test/Simple.t.sol @@ -17,6 +17,36 @@ contract AssertTest is Test, KEVMCheats { assert(true); } + function test_long_branches(uint x) public { + if (x < 1) { + y = 3; + assert(true); + } else { + y = 4; + assert(true); + } + for(uint i=0; i<10; i++){ + y = y + 1; + } + assert(y >= 13); + } + + function test_many_branches(uint x) public { + uint a = 7; + while(a > 0) { + if(x >= a) { + y = 3; + assert(true); + } + } + + for(uint i=0; i<10; i++){ + y = y + 1; + } + + assert(y >= 13); + } + function test_assert_true_branch(uint x) public { if (x < 3) { y = x;